SOLUTION: solve the following system of equations by using the inverse of the coefficient matrix. x+2y=6 -4x+4y=24

Algebra.Com
Question 788950: solve the following system of equations by using the inverse of the coefficient matrix.
x+2y=6
-4x+4y=24

Answer by tommyt3rd(5050)   (Show Source): You can put this solution on YOUR website!
A=[[1 2] [ -4 4]]
inv(A)= [[1/3 -1/6] [ 1/3 1/12]]

[[x] [y]] =
inv(A) [[6] [24]] =
[[1/3 -1/6] [ 1/3 1/12][[6] [24]] =
[[-2] [4]]

RELATED QUESTIONS

Solve the system of equations by using the inverse of the coefficient matrix. X+2y=4... (answered by Edwin McCravy)
Solve the following system of equations by using the inverse of the coefficient matrix A. (answered by Edwin McCravy,moe jaberrr)
Solve the system of equations by using the inverse of the coefficient matrix: -4x+5y=3... (answered by lynnlo)
Solve the system of equations by using the inverse of the coefficient matrix. -x-2y=8... (answered by ewatrrr)
Solve the following system of equations by using the inverse of the coefficient matrix:... (answered by Edwin McCravy)
Solve the following linear system using the INVERSE OF THE COEFFICIENT MATRIX.... (answered by Edwin McCravy)
Question no 04: Solve the following system of equations Using Inverse Matrix Method... (answered by math_helper)
Solve the system by using the inverse of the coefficient matrix A. 2x + 4y = 5 −x... (answered by MathLover1)
Solve the following system of equations by using the inverse of the coefficent Matrix... (answered by Edwin McCravy)