Linear Independence Calculator
Check whether three vectors are linearly independent using matrix rank.
About linear independence
Examples
Compare full-rank and redundant vector sets.
| Vectors | Classification | Reason |
|---|---|---|
| (1, 0, 0), (0, 1, 0), (0, 0, 1) | Independent; rank 3 | Each vector supplies a distinct coordinate direction. |
| (1, 2, 3), (2, 4, 6), (0, 1, 0) | Dependent; rank 2 | The second vector is twice the first. |
| (1, 1, 0), (0, 1, 1), (1, 0, 1) | Independent; rank 3 | Row reduction produces three pivots. |
How to use the calculator
- Enter Vector 1 using commas between its components.
- Enter Vector 2 with the same number of components.
- Enter an equally sized Vector 3.
- Select Check independence and compare the matrix rank with three.
Frequently asked questions
What does linearly independent mean?
It means no vector in the set can be produced from a linear combination of the others. Equivalently, only zero coefficients combine the vectors into the zero vector.
Why does matrix rank determine independence?
Rank counts the independent rows or columns represented by matrix pivots. A rank equal to the number of vectors means none of them is redundant.
Can three 2D vectors be independent?
No, a two-dimensional vector space supports at most two independent vectors. Any third vector must lie in the span of the first two independent directions.
Are orthogonal vectors always independent?
A collection of nonzero mutually orthogonal vectors is always independent. Zero vectors are excluded because a set containing the zero vector is dependent.
Does vector order affect the answer?
No, reordering vectors may change the elimination steps but not the final rank. The independence classification remains the same.