Solutions of $Ax=b$ of square matrix $A$

406 Views Asked by At

If A is a $5 \times 5$ matrix and the equation $Ax = b$ is consistent for every b in $R^5$; is it possible that for some $b$, the equation $Ax = b$ has more than one solution? Why or why not?

2

There are 2 best solutions below

0
On

No. The matrix is invertible, and inverses are unique. So

$$Ax=b \iff x=A^{-1}b$$

is the unique vector $x$ satisfying that equality.

0
On

No. By the rank nullity theorem, the map $x \mapsto Ax$ is onto only if it is also one-to-one.