Determine if Linear [[1,5],[4,8]]*[[x],[y]]=[[-20],[-44]]
Problem
Solution
Identify the structure of the given equation, which is in the form
A*x=b Expand the matrix multiplication on the left side by multiplying the rows of the first matrix by the column vector of variables.
Write the resulting system of equations by setting each component of the resulting vector equal to the corresponding component on the right side.
Observe that the first equation is
1*x+5*y=−20 Observe that the second equation is
4*x+8*y=−44 Conclude that since both equations are of the form
a*x+b*y=c where the variablesx andy are raised only to the first power and are not multiplied together, the system is linear.
Final Answer
Want more problems? Check here!