[Math] Does the determinant of a matrix made up of column vectors being non-zero imply that the vectors are independent

determinantlinear algebramatricesvectors

Let's say we have 3 vectors and we make up a matrix where we depict the vectors as the columns of the matrix. If we calculate the determinant of the matrix and we get a non-zero number, does that mean that the vectors are linearly independent?

Best Answer

Yes. If the columns are linearly dependent, then we can show that the determinant is $0$. So if the determinant is not $0$ then the columns are linearly independent.

If the columns of the matrix are $\vec{c}_1, \vec{c}_2, \ldots, \vec{c}_n$ and there are scalars $a_1, a_2, \ldots, a_n$ such that

$$a_1 \vec{c}_1 + a_2 \vec{c}_2 + \cdots + a_n \vec{c}_n = \vec{0}$$

then we see that the vector

$$\langle a_1, a_2, \ldots , a_n\rangle^T$$

is an eigenvector of the matrix with eigenvalue $0$. Since $0$ is an eigenvalue, the determinant is $0$.