Primary Tool
Math Workspace (CAS)
This is one of those topics where intuition can get vague fast. CAS helps because you can show an exact dependence relation and the matching geometry at the same time.
The geometric test
Two vectors in are linearly independent if they do not lie on the same line through the origin. If one is a scalar multiple of the other, then they point in the same or opposite direction and one adds no new span.
In higher dimensions the wording changes, but the picture is the same: each vector must do some work that the earlier ones could not already do.
What dependence looks like
The equation is the algebraic test. If the only solution is , the list is independent.
If there is a nontrivial solution, then one vector can be rebuilt from the others. That is what dependence means: the list looked longer than it really was.
How to read the example
The vectors and can reach any point in the plane because their coefficients simply become the target coordinates.
By contrast, and lie on the same line and satisfy a nontrivial relation. They are not two directions at all. One is just a rescaled copy of the other.
Common Pitfall
Independent does not mean orthogonal. Vectors can be far from perpendicular and still be independent as long as none lies in the span of the others.
Try a Variation
Test the pair and . Are they scalar multiples? If not, what does that say about their span in ?
Related Pages
Keep moving through the cluster
Proof that eigenvectors for distinct eigenvalues are linearly independent
Distinct eigenvalues do more than label eigenspaces. They force eigenvectors to be independent, which is exactly why diagonalization becomes possible so often in practice.
Open proof →
What a basis does in linear algebra
A basis is what turns a vector space into something you can navigate. It reaches every vector, and it does so without redundancy, so coordinates become possible.
Open explanation →
What eigenvectors and eigenvalues mean geometrically
An eigenvector is a direction that survives a linear transformation without rotating away from its own line. The eigenvalue tells you the scale and possible sign flip along that direction.
Open explanation →
Diagonalize a matrix and compute
Diagonalization is one of the first places students see why eigenvalues matter computationally. Once , powers of become powers of a diagonal matrix.
Open worked example →