Whats an example of a 2x3 matrix $A$, if possible such that the solution space of the linear system $Ax=0$ is $\mathbb R^3$? I know the zero matrix is one, but does there exist a non-zero matrix?
2026-05-14 19:17:11.1778786231
Solution space of a linear system
405 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose that $$ A = \begin{pmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \end{pmatrix}$$
is a real $2\times 3$ matrix. If $A\vec{x}=\vec{0}$, where $$\vec{x} = \begin{pmatrix} x_1 \\ x_2 \\ x_3 \end{pmatrix},$$
then we must have $$a_{11}x_1 + a_{12}x_2 + a_{13}x_3=0 \mbox{ and } a_{21}x_1 + a_{22}x_2 + a_{23}x_3=0.$$ If $A$ is not the zero matrix, then the solution set will be the intersection of two planes (or the intersection of a plane and $\mathbb{R^3}$ if one of the rows of $A$ is filled with zeros). Clearly, this cannot be the whole of $\mathbb{R}^3$, and will in fact be either a plane or a line.
If you would allow me to speak slightly more abstractly, I may be able to better answer your question. First, let's go over some terminology. Any terms which you feel need to be explained further, just look them up on Wikipedia.
Here is a very important fact:
Suppose that $A$ is an $m\times n$ real matrix. The fact demonstrates that $$\mbox{ the solution space of } A\vec{x}=\vec{0} \mbox{ is } \mathbb{R}^n \implies A \mbox{ is the zero matrix. }$$ Clearly, we have the converse. So, $$\mbox{ the solution space of } A\vec{x}=\vec{0} \mbox{ is } \mathbb{R}^n \iff A \mbox{ is the zero matrix. }$$