How do I multiply the matrix #((6, 4, 24),(1, -9, 8))# by 4?
1 Answer
Dec 4, 2014
To multiply a matrix by a constant, simply multiply every element within the matrix by that constant. Therefore, in the example provided, multiply each individual entry by 4 to receive your answer.
Multiplying a matrix