matrices multiplication in matlab only AC Consider three mat
matrices multiplication in matlab
only A&C
Consider three matrices: A = [6 -1 12 8 -5 6] B = [4 0 0.5 1] C = [2 -2 -3 1] Perform all possible multiplications that can be computed between these pairs of matrices. Perform the multiplications in Matlab and check the result by hand (showing work). Use the method in Box PT3.2 to justify why the remaining pairs cannot be multiplied. Perform the comparisons B > C and B 0 and C > 0. What is Matlab doing? Does your answer explain the result of A > 2 and ASolution
B = [4 0;0.5 1]
C = [2 -2;-3 1]
Possible muplications:
A*B
A*C
B*C
C*B
![matrices multiplication in matlab only A&C Consider three matrices: A = [6 -1 12 8 -5 6] B = [4 0 0.5 1] C = [2 -2 -3 1] Perform all possible multiplication matrices multiplication in matlab only A&C Consider three matrices: A = [6 -1 12 8 -5 6] B = [4 0 0.5 1] C = [2 -2 -3 1] Perform all possible multiplication](/WebImages/6/matrices-multiplication-in-matlab-only-ac-consider-three-mat-988927-1761508317-0.webp)