Multiply the Matrices
Problem
Solution
Identify the scalar multiplication operation, where every entry in the
3×4 matrix must be multiplied by the scalar1/(2*a) Distribute the scalar to each element in the first row:
2⋅1/(2*a)=1/a −8⋅1/(2*a)=−4/a −10⋅1/(2*a)=−5/a and−14⋅1/(2*a)=−7/a Distribute the scalar to each element in the second row:
−2⋅1/(2*a)=−1/a 3⋅1/(2*a)=3/(2*a) 1⋅1/(2*a)=1/(2*a) and0⋅1/(2*a)=0 Distribute the scalar to each element in the third row:
7⋅1/(2*a)=7/(2*a) 0⋅1/(2*a)=0 −1⋅1/(2*a)=−1/(2*a) and−3⋅1/(2*a)=−3/(2*a)
Final Answer
Want more problems? Check here!