How to determine if a set of vectors is linearly independent?
I'm studying linear algebra and I need a clear method for checking whether a set of vectors is linearly independent.
Formally, vectors are linearly independent if the only solution to:
is .
But in practice, what is the fastest way to check this? I've heard about putting vectors in a matrix and computing the determinant or row reducing. Can someone explain the connection between these methods?
1 answers271 views