SOLUTION: [1 2 5 | -2] [5 0 -3 | 8] [2 -1 0 | 0] ALL OF THESE ARE OE BRACKET Write the system of equations corresponding to the given augmented matrix.

Algebra ->  Matrices-and-determiminant -> SOLUTION: [1 2 5 | -2] [5 0 -3 | 8] [2 -1 0 | 0] ALL OF THESE ARE OE BRACKET Write the system of equations corresponding to the given augmented matrix.      Log On


   



Question 158048This question is from textbook
: [1 2 5 | -2]
[5 0 -3 | 8]
[2 -1 0 | 0] ALL OF THESE ARE OE BRACKET
Write the system of equations corresponding to the given augmented matrix.
This question is from textbook

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
The matrix

[1 2 5 | -2]
[5 0 -3 | 8]
[2 -1 0 | 0]

translates to the system

system%28x%2B2y%2B5z=-2%2C5x%2B0y-3z=8%2C2x-y%2B0z=0%29


note: you can ignore the terms with the zero coefficients to get the simpler system

system%28x%2B2y%2B5z=-2%2C5x-3z=8%2C2x-y=0%29