Define the matrices: A = [12 16 4;23 1 21;9 10 1] and B = [2 7 14;3 11 2;-9 10 12].
-
Perform matrix multiplication AB.
-
Perform matrix multiplication BA.
-
Are the answers from Parts (a) and (b) the same? If yes, explain why. If not, explain why.
-
Find the inverse of A, and call it matrix X.
-
Find the inverse of B, and call it matrix Y.
-
Perform matrix multiplication A*X.
-
Perform matrix multiplication B*Y.
-
Are the answers from Parts (g) and (h) the same. If yes, explain why. If not, explain why.
-
Submit a printout of your results (from the Command Window) for Parts (a) through (h).