Consider a matrix A that represents the augmented matrix of a linear system in 4 variable: w, x, y, and z. rref(A) is:
[ 0 1 0 0 2
0 0 1 0 3
0 0 0 1 5 ]
What does it mean for the first column of rref(A) to be all 0 (zero).
Does this mean that w can be anything. Would this then also mean that the solution to the system would be a straight line (infinitely many solutions).
Thank you for the help.