Given the matrices #A=[(5,7),(-1,6), (3,-9)], B=[(8,3), (5,1), (4,4)], C=[(0,4),(-2,5), (7,-1)], D[(6,2), (9,0), (-3,0)]#, how do you find C+1/3D?
1 Answer
Jul 19, 2017
Explanation:
Matrix multiplication with a scalar
multiply each of the entries of the matrix with the scalar number
Matrix addition
The matrices must be of same size: