matrices multiplication in matlab only A&C Consider three matrices: A = [6 -1 12
ID: 3934543 • Letter: M
Question
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 AExplanation / Answer
B = [4 0;0.5 1]
C = [2 -2;-3 1]
Possible muplications:
A*B
A*C
B*C
C*B
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.