| 所在主题: | |
| 文件名: MATRIX REVIEW WITH GAUSS.rar | |
| 资料下载链接地址: https://bbs.pinggu.org/a-1411516.html | |
本附件包括:
|
|
| 附件大小: | |
|
Add, Subtract, Hadamard Product, Division
Let x and y be two matrices having identical dimension n by k. Addition: The addition of the two matrices x and y, denoted by x + y or equivalently y + x, results in the n by k matrix, say z, whose (i,j)th element is given by z[i,j] = x[i,j] + y[i,j], i.e., the elements of the matrices x and y are added elementwise. Subtraction: The subtraction of the matrix y from the matrix x, denoted by x - y, results in the n by k matrix, say z, whose (i,j)th element is given by z[i,j] = x[i,j] - y[i,j], i.e., the elements of the matrices are subtracted elementwise. Multiplication: The elementwise multiplication of the matrix x by the matrix y, also referred to as the Hadamard product, is denoted by xey, or equivalently by yex. The resulting matrix, say z, has (i,j)th element z[i,j] = x[i,j]y[i,j], i.e., the elements of the matrices x and y are multiplied together elementwise. Division: The division of the matrix x by the matrix y, denoted by x./y, results in the n by k matrix, say z, whose (i,j)th element is given by z[i,j] = x[i,j]/y[i,j], i.e., the elements of the matrices are divided elementwise. GAUSS command: x + y adds the matrices x and y x - y subtracts the matrix y from the matrix x x.*y Hadamard (elementwise) product of x and y having identical row and column dimensions. Also note that this command can be used to "sweep multiply" a vector y elementwise through each of the columns in x. If the column vector y has the same row dimension as the matrix x, then the resultant matrix is a matrix having the same dimension as x with each column of x elementwise multiplied by the respective entries in y. If y is a row vector having the same number of columns as x, then each column of x is scalar multiplied by the respective scalar in y. |
|
熟悉论坛请点击新手指南
|
|
| 下载说明 | |
|
1、论坛支持迅雷和网际快车等p2p多线程软件下载,请在上面选择下载通道单击右健下载即可。 2、论坛会定期自动批量更新下载地址,所以请不要浪费时间盗链论坛资源,盗链地址会很快失效。 3、本站为非盈利性质的学术交流网站,鼓励和保护原创作品,拒绝未经版权人许可的上传行为。本站如接到版权人发出的合格侵权通知,将积极的采取必要措施;同时,本站也将在技术手段和能力范围内,履行版权保护的注意义务。 (如有侵权,欢迎举报) |
|
京ICP备16021002号-2 京B2-20170662号
京公网安备 11010802022788号
论坛法律顾问:王进律师
知识产权保护声明
免责及隐私声明