Solve Using an Inverse Matrix y=-0.5x-4 , y=x+1
Problem
Solution
Rearrange the equations into standard form
A*x+B*y=C so that the variables are aligned.
Write the system as a matrix equation of the form
A*X=B
Calculate the determinant of the coefficient matrix
A wheredet(A)=a*d−b*c
Find the inverse matrix
A(−1) using the formulaA(−1)=1/det(A)*[[d,−b],[−c,a]]
Solve for
X by multiplying the inverse matrix by the constant matrixB such thatX=A(−1)*B
Compute the values for
x andy through matrix multiplication.
Final Answer
Want more problems? Check here!