Solve Using an Inverse Matrix x+y=4 , x-y=2
Problem
Solution
Write the system of linear equations in the matrix form
A*X=B
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 matrixA(−1) by the constant matrixB such thatX=A(−1)*B
Perform the matrix multiplication to find the values of
x andy
Final Answer
Want more problems? Check here!