SOLUTION: The following augmented matrix is in row echelon form and represents a linear system. Use back-substitution to solve the system if possible.
[1 1 -1|2]
[0 1 -1|2]
[0 0 1|1]
Algebra.Com
Question 1194064: The following augmented matrix is in row echelon form and represents a linear system. Use back-substitution to solve the system if possible.
[1 1 -1|2]
[0 1 -1|2]
[0 0 1|1]
What is the solution to the linear system?
Answer by math_tutor2020(3817) (Show Source): You can put this solution on YOUR website!
The bottom row indicates we have this equation
0x+0y+1z = 1
which simplifies to
z = 1
The middle row says
0x+1y+(-1)z = 2
which simplifies to
y-z = 2
Plug in z = 1 and solve for y
y-z = 2
y-1 = 2
y = 2+1
y = 3
The first line of the given augmented matrix says we have this equation
1x+1y+(-1)z = 2
aka
x+y-z = 2
Plug in y = 3 and z = 1. Solve for x.
x+y-z = 2
x+3-1 = 2
x+2 = 2
x = 2-2
x = 0
Solution:
x = 0, y = 3, z = 1
We can condense this into the ordered triple (x,y,z) = (0,3,1)
RELATED QUESTIONS
hello! I tried my best to input the question, I'm unsure if there is a better way to type (answered by math_tutor2020)
The augmented matrix is in row echelon form and represents a linear system. Solve the... (answered by Edwin McCravy)
The following matrix is is row-echelon form and represent a linear system. Solve the... (answered by tommyt3rd)
Use the matrix capabilities of a graphing utility to write the augmented matrix... (answered by Alan3354,greenestamps,ikleyn)
Solve the system of equations by finding a row echelon form for the augmented matrix.... (answered by greenestamps,ewatrrr)
Can someone help me, please?
Consider the following linear system;
2x+3y=7
x+2y=8
,... (answered by Fombitz)
A Matrix is given. a) Determine whether the matrix is in row-echelon form. b) Determine... (answered by Edwin McCravy)
Q) Consider the system of linear equations
x + 3y = 5
(answered by rothauserc)
Solve the system of equations by finding a row echelon form for the augmented matrix.
x... (answered by rothauserc)