Learning Outcomes
- Explain why a matrix isn’t in reduced row echelon form, and put a matrix in reduced row echelon form.
rref([1,3,2;2,5,7])
and then press the Evaluate button to compute the A = [1 3 2
2 5 7]
rref(A)
xxxxxxxxxx
rref([2,-3,1;3,0,6])
xxxxxxxxxx
A = [2 -3 1
3 0 6]
rref(A)
https://tbil.org/linear-algebra/preview/exercises/#/bank/LE2/
.