Solve Using an Inverse Matrix y=6-2x , 7x-y=3
Problem
Solution
Rearrange the equations into standard form
a*x+b*y=c to align the variables.
Write the system as a matrix equation
A*X=B whereA is the coefficient matrix,X is the variable matrix, andB is the constant matrix.
Calculate the determinant of matrix
A denoted asdet(A)
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 matrix,X=A(−1)*B
Compute the values for
x andy through matrix multiplication.
Final Answer
Want more problems? Check here!