Is it possible for a linear system to have infinitely many solutions without the augmented matrix having a row of zeroes?

563 Views Asked by At

Is it possible for an augmented matrix of a $4 \times 4$ system to have infinitely many solutions without having a row of zeroes? I think it's not but not too sure.

1

There are 1 best solutions below

0
On

To be more precise, consider the system $Ax=b$ where $A \in \mathbb{R}^{4 \times 4}$ consists of all ones and $b\in \mathbb{R}^{4 \times 1}$ consists of all ones as well. In that case, we have infinite number of solutions though there is no zero rows.

However, if the augmented matrix that you intended to ask is already in REF form, then without zero rows, every column is a pivot column and there is no free variable. Hence the solution is unique.