[Math] $Ax = b$ has a unique solution then $Ax =c$ also has a unique solution

linear algebrasystems of equations

Let $n \in \mathbb{N},A \in M_{n\times n}(\mathbb{R}),b,c \in \mathbb{R}^n$. If $Ax = b$ has a unique solution, then $Ax = c$ also has a unique solution?

I can show that if $Ax = c$ has a solution then it must has a unique solution:

Assume the contrary, that $Ax_1 = Ax_2 = c$ with $x_1 \not = x_2.$
$\ $

Now we have $A(x_1 – x_2) = 0$. Suppose $Ax = b$, then $A(x + x_1- x_2) = b $, since $x$ is unique, we get a contradiction.

But is it possible that $Ax = c$ has no solutions?

Hope someone can help me, thanks!

Best Answer

$Ax = b$ has unique solution that means $A$ has full rank. Hence $Ax = c$ has unique solution. (Here $A$ is square also)

Related Question