[Math] How to show vectors are linearly independent

linear algebravector-spaces

How do I show these vectors are linearly independent in $\mathbb{R^2}$ . If they are not, what would be the dependency relationship?

$(2,-1), (3,2), (0,1)$? Wouldn't they be linearly dependent?

If I try to represent them as a linear combination, I get two equations and three unknowns, correct?

Best Answer

Any three vectors in a 2-dimensional space must be linearly dependent.

A common way to show that $n$ vectors in $\mathbb R^n$ are linearly independent is to make an $n$-by-$n$ matrix from the vectors and calculate the determinant. If the determinant is non-zero, the vectors are independent.

If the number of vectors is greater than the dimension of the vector space, the vectors must be linearly dependent. No calculation is needed. One way to find the dependency relationship is to place the vectors in a matrix augmented with the identity matrix. The reduced row echelon form will show the relationship in the augmented part, I believe.

If the number of vectors is less than the dimension of the vector space, you can make a matrix of the vectors, with each line being a row vector. Find the reduced row echelon form of the matrix. If any row becomes zero, the vectors are dependent. Otherwise, they are independent.

These are just common methods. Other methods also exist.

Related Question