[-/18 Points]
DETAILS
MY NOTES
Given matrix A, matrix B, and scalar C, find the following:
A={(:[3,3,4]),(3,2,2):}
B={(:[0,0,3]),(4,4,4):}
c=4
Suppose you are given the MATLAB code S=C^(**)A, what values would the matrix S contain?
(Note:In the tables below, fill in the matrices computed by using only the appropriate amount of answer blocks, starting each matrix in the upper left corner)
able[[â—»,â—»
Note:BA is not possible as the inner dimensions(3x3)(2x3)do not agree
Submit Answer
4.[-/18 Points]
DETAILS
MY NOTES
Given matrix A,matrix B,and scalar c,find the following:
A=334 322
Suppose you are given the MATLAB code S=C*A,what values would the matrix S contain? NoteIn the tables below,fill in the matrices computed by using only the appropriate amount of answer blocks,starting each matrix in the upper left corner)
Suppose you are given the MATLAB code T= B.*A, what values would the matrix T contain?