I want to show a few equivalences for the quadratic matrix $A \in K^{n\times n}$:
- The equation $Ax=b$ has no solution for at least one $b \in K^n$.
- The equation $Ax=b$ has multiple solutions for at least one $b \in K^n$.
- The equation $Ax=b$ has exactly one solution for no $b \in K^n$.
I already thought about using the Rank–nullity theorem: $$\operatorname{dim}(\operatorname{im} (A)) + \operatorname{dim} (\ker (A)) = \operatorname{dim} (A)$$ I know the dimension of $A$, which is $n$. Do I know the dimension of $b$? Is it $n$ as well? I think if I know the dimension of the kernel I can say something about the amount of solutions.
I'm not allowed to use the term "determinant".
Thanks in advance!
First recall that $Ax=0$ has always at least one solution $x=0$. Here $0$ denotes the $n$-dimensional vector $(0,0,\dots,0)\in K^n$. So
Of course you can go directly from $(3.)$ to $(1.)$ if you take $b=0$.