.
Matrix Multiplication
Problem 1.1 (complexity 1). Hint
If
A = (a
ij
)
m x n
and
B = (b
jk
)
n x p
, then the product
C=AB
is the
m x p
matrix
C= (c
ik
)
m x p
.
Copyright
©
1998-2001 MathAid, LLC. All rights reserved.