Otis
Elite Member
- Joined
- Apr 22, 2015
- Messages
- 4,592
Seems like you're not interested in checking or sharing your answer. It's good forum etiquette to finish threads (for the benefit of other students), so I will post my answer.
Gauss-Jordan Elimination put the augmented coefficient matrix into RREF form:
That augmented result corresponds to the system:
x = 2
y = -3
z = 3
?
Gauss-Jordan Elimination put the augmented coefficient matrix into RREF form:
Code:
1 0 0 2
0 1 0 -3
0 0 1 3
x = 2
y = -3
z = 3
?