SOLUTION: Help with this matrix would be much appreciated! find and write the linear system corresponding to matrix and solve it [1 0 0 | 7 ] [0 1 0 | -3 ] [0 0 2 | 6 ]

Algebra ->  Matrices-and-determiminant -> SOLUTION: Help with this matrix would be much appreciated! find and write the linear system corresponding to matrix and solve it [1 0 0 | 7 ] [0 1 0 | -3 ] [0 0 2 | 6 ]      Log On


   



Question 43320: Help with this matrix would be much appreciated!
find and write the linear system corresponding to matrix and solve it
[1 0 0 | 7 ]
[0 1 0 | -3 ]
[0 0 2 | 6 ]

Found 2 solutions by fractalier, psbhowmick:
Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
x = 7
y = -3
2z = 6
z = 3
(7, -3, 3) is the solution

Answer by psbhowmick(878) About Me  (Show Source):
You can put this solution on YOUR website!
The matrix you have provided represents the following set of linear equations:
1%2Ax+%2B+0%2Ay+%2B+0%2Az+=+7 or x+=+7
0%2Ax+%2B+1%2Ay+%2B+0%2Az+=+-3 or y+=+-3
0%2Ax+%2B+0%2Ay+%2B+2%2Az+=+6 or 2z+=+6 or z+=+6%2F2+=+3

Thus we have got the values of unknowns: x = 7, y = -3, z = 3.