Define a matrix A = [12 16 4;23 1 21;9 10 1] and
B = [2 7 14;3 11 2;-9 10 12].
- Perform matrix multiplication A*B, and call this D.
- Find the transpose of A, and call this E.
- Find the transpose of B, and call this F.
- Find the transpose of D, and call this G.
- Perform matrix multiplications: (1) E*F and (2) F*E.
- Which of the above two multiplications are the same as the matrix D T ?
- Which property of the matrix multiplication is demonstrated from Part (f)?
- Submit a printout of your results (from the Command Window) for Parts (a) through (g).