
William W. answered 02/24/19
Math and science made easy - learn from a retired engineer
Are you supposed to reduce the matrix using row operations to get the answers to the system of equations? I'm a little confused by the statement "perform specific row operations"
The initial matrix is:
[ -1 1 -1 | 10 ]
[ 3 -2 6 | 4 ]
[ 1 2 1 | 5 ]
It reduces by row operations to:
[ 1 0 0 | -44/3]
[ 0 1 0 | 5 ]
[ 0 0 1 | 29/3 ]