SOLUTION: solve the system of equations using matrices( row operations). if the system has no solution, say that it is inconsistent 1/2x + y= -2 x -2y= 8

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: solve the system of equations using matrices( row operations). if the system has no solution, say that it is inconsistent 1/2x + y= -2 x -2y= 8      Log On


   



Question 186570This question is from textbook
: solve the system of equations using matrices( row operations). if the system has no solution, say that it is inconsistent
1/2x + y= -2
x -2y= 8
This question is from textbook

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
solve the system of equations using matrices( row operations). if the system has no solution, say that it is inconsistent
-----------
1/2x + y= -2
x - 2y= 8
-------------
Coefficient matrix (A):
[1/2....1]
[1.....-2]
---------------
Constant matrix (B):
[-2]
[ 8]
----------------------
Multiply: [A]^-1[B]
= [ 2]
[-3]
===============
Cheers,
Stan H.