文件名称:matrix-multiplication
-
所属分类:
- 标签属性:
- 上传时间:2012-11-03
-
文件大小:658byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
编写一个程序,实现两个矩阵相乘
需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第i行/第j列的元素等于第一个矩阵的第i行的各元素与第二个矩阵第j列的各元素对应相乘之和。
-Write a program to multiply two matrices needed to achieve the first columns of a matrix of rows and the second the same number of matrix, the result is a matrix, and the number of rows with the first same number of rows of a matrix, and the second matrix the same number of columns, the results matrix in the i-row/j-column matrix of elements equal to the first line of the first i elements and the second j-column matrix corresponding to multiplying the sum of the elements.
需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第i行/第j列的元素等于第一个矩阵的第i行的各元素与第二个矩阵第j列的各元素对应相乘之和。
-Write a program to multiply two matrices needed to achieve the first columns of a matrix of rows and the second the same number of matrix, the result is a matrix, and the number of rows with the first same number of rows of a matrix, and the second matrix the same number of columns, the results matrix in the i-row/j-column matrix of elements equal to the first line of the first i elements and the second j-column matrix corresponding to multiplying the sum of the elements.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
matrix-multiplication.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.