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