Find the Variables
Problem
Solution
Perform matrix multiplication on the left side by multiplying each row of the first matrix by each column of the second matrix.
Simplify the expressions within the resulting matrix to set up a system of equations.
Equate corresponding entries to create two independent systems of linear equations, one for variables
{a,b,c} and one for{d,e,ƒ}
Solve for variables in terms of one parameter for each system, as there are more variables than equations (underdetermined system). Let
c andƒ be free variables.
Solve the second system using the same method.
Final Answer
Want more problems? Check here!