Simplify the Matrix
Problem
Solution
Identify the scalar multiplication operation, where each element
(a_i*j) of the matrix must be multiplied by the scalark=0.5 Multiply every entry in the first row by
0.5 0.5×8=4 0.5×18=9 0.5×8=4 and0.5×0=0 Multiply every entry in the second row by
0.5 0.5×30=15 0.5×24=12 0.5×11=5.5 and0.5×4=2 Multiply every entry in the third row by
0.5 0.5×8=4 0.5×29=14.5 0.5×32=16 and0.5×14=7 Multiply every entry in the fourth row by
0.5 0.5×0=0 0.5×29=14.5 0.5×50=25 and0.5×32=16
Final Answer
Want more problems? Check here!