HP 50g manual Matrix-vector multiplication, Matrix multiplication

Models: 50g

1 184
Download 184 pages 36.34 Kb
Page 118
Image 118

Matrix-vector multiplication

Matrix-vector multiplication is possible only if the number of columns of the matrix is equal to the length of the vector. A couple of examples of matrix- vector multiplication follow:

Vector-matrix multiplication, on the other hand, is not defined. This multiplication can be performed, however, as a special case of matrix multiplication as defined next.

Matrix multiplication

Matrix multiplication is defined by Cmn = AmpBpn. 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, AB BA. 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:

Page 9-5

Page 118
Image 118
HP 50g manual Matrix-vector multiplication, Matrix multiplication, Cij = ∑aik ⋅ bkj , for i = 1,2,K, m j = 1,2,K, n