Learning Outcomes
- Determine the number of solutions for a system of linear equations or a vector equation.
xxxxxxxxxx
A = [ 3 -2 13 6
2 -2 10 2
-1 3 -6 11
4 1 1 1 ]
rref(A)
xxxxxxxxxx
rref([3,-2,13,6;2,-2,10,2;-1,0,-3,1;3,7,0,-2])
xxxxxxxxxx
xxxxxxxxxx
https://tbil.org/linear-algebra/preview/exercises/#/bank/LE3/
.