Determine if Linear [[4,-3],[3,1]][[x],[y]]=[[-3],[4]]
Problem
Solution
Identify the structure of the given equation, which is in the matrix form
A*x=b Recall the definition of a linear system, where each equation must be a linear combination of the variables
x andy equal to a constant.Expand the matrix multiplication to see the individual equations.
Perform the multiplication of the first row by the column vector.
Perform the multiplication of the second row by the column vector.
Observe that both equations are in the form
a*x+b*y=c wherea b andc are constants.Conclude that because the variables are only raised to the first power and are not multiplied together or used in non-linear functions, the system is linear.
Final Answer
Want more problems? Check here!