HP 49g manual Cij = ∑aik ⋅ bkj , for i = 1,2,K, m j = 1,2,K, n

Models: 49g

1 175
Download 175 pages 46.38 Kb
Page 121
Image 121

Matrix multiplication

Matrix multiplication is defined by Cm×n = Am×p⋅Bp×n. Notice that matrix multiplication is only possible if the number of columns in the first operand is equal to the number of rows of the second operand. The general term in the product, cij, is defined as

p

cij = aik ⋅ bkj , for i = 1,2,K, m; j = 1,2,K, n.

k=1

Matrix multiplication is not commutative, i.e., in general, A⋅B ≠ B⋅A. Furthermore, one of the multiplications may not even exist. The following screen shots show the results of multiplications of the matrices that we stored earlier:

Term-by-term multiplication

Term-by-term multiplication of two matrices of the same dimensions is possible through the use of function HADAMARD. The result is, of course, another matrix of the same dimensions. This function is available through Function catalog (‚N), or through the MATRICES/OPERATIONS sub-menu („Ø). Applications of function HADAMARD are presented next:

Page 9-5

Page 121
Image 121
HP 49g manual Cij = ∑aik ⋅ bkj , for i = 1,2,K, m j = 1,2,K, n