Reason for just a 0 vector in a null space of a L.I matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Akshay Gundeti
Messages
3
Reaction score
0
Hello Everyone,

Can someone explain why do matrices with linearly independent columns have only 0 vector in their null space?

Thanks
 
on Phys.org
Akshay Gundeti said:
Can someone explain why do matrices with linearly independent columns have only 0 vector in their null space?
Let A be the matrix and [itex] e_{0} = \begin{pmatrix}<br /> 1 \\<br /> 0\\<br /> .. \\<br /> 0 \\<br /> \end{pmatrix}[/itex],... [itex] e_{n} = \begin{pmatrix}<br /> 0 \\<br /> 0\\<br /> .. \\<br /> 1 \\<br /> \end{pmatrix}[/itex]. Then Ae0 is the first column in A, ... and Aen is the last column in A. Therefore, the images of the basis vectors are linearly independent.
 
This is true IF you are talking about square matrices. The null space of the matrix [tex]\begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0\end{bmatrix}[/tex] is a one-dimensional subspace of [itex]R^3[/itex] spanned by [itex]\begin{bmatrix}0 \\ 0 \\ 1\end{bmatrix}[/itex].
(It suddenly occurs to me that the columns here are NOT independent so that this is not a good example.)
 
Last edited by a moderator:
HallsofIvy said:
(It suddenly occurs to me that the columns here are NOT independent so that this is not a good example.)
If the number of rows are less than the number of columns, the columns cannot be linearly independent (if there are m rows, with m<n, the maximum number of linearly independent columns are m).
 
If ##\mathbf{a}_1, \mathbf a_2, \ldots \mathbf a_n## are columns of the matrix ##A##, and ##\mathbf x=(x_1, x_2, \ldots x_n)^T##, then $$A\mathbf x = \sum_{k=1}^n x_k \mathbf a_k. $$ Then you immediately see from the definition of linear independence that the equation ##A\mathbf x = \mathbf 0## has unique solution if and only if the vectors ##\mathbf{a}_1, \mathbf a_2, \ldots \mathbf a_n## are linearly independent.