Find the Variables
Problem
Solution
Identify the relationship between the rows of the product matrix and the rows of the second matrix on the left-hand side.
Observe that the first row of the product,
[−3,−1,3] is identical to the third row of the second matrix.Observe that the second row of the product,
[1,−5,5] is identical to the second row of the second matrix.Observe that the third row of the product,
[−3,−3,−2] is identical to the first row of the second matrix.Recall that multiplying a matrix
M by a matrixA on the left (A*M results in a linear combination of the rows ofM Determine the coefficients for the first row of
A to produce the third row ofM a=0,b=0,c=1 Determine the coefficients for the second row of
A to produce the second row ofM d=0,e=1,ƒ=0 Determine the coefficients for the third row of
A to produce the first row ofM g=1,h=0,i=0
Final Answer
Want more problems? Check here!