ExplanationLinear AlgebraIntroMath Workspace (CAS)

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.

Primary Tool

Math Workspace (CAS)

Open CAS workspace

A basis is easiest to believe once you actually solve for coordinates. CAS makes that explicit: build a vector from the basis, then recover the coefficients and see that there is only one answer.

Two jobs, not one

A basis must span the whole space and it must be linearly independent. Spanning alone is not enough, because a spanning list can still contain redundant vectors.

Independence alone is not enough either, because an independent list might be too small to reach every vector. A basis is exactly the point where those two requirements meet.

Why coordinates are possible

Once you have a basis , every vector can be written as . The coefficients are the coordinates of in that basis.

Those coordinates are unique because the basis vectors are independent. If two different coefficient lists gave the same vector, subtracting them would produce a nontrivial relation, which a basis cannot have.

Why bases matter later

A well-chosen basis can make a hard problem look simple. In the right coordinates, a messy matrix can collapse into a much cleaner form.

That is why eigenvectors matter so much. When there are enough of them, they give a basis built around the transformation instead of around the standard axes.

Common Pitfall

A basis is not required to be the standard basis. Many different lists can be valid bases for the same space as long as they span and stay independent.

Try a Variation

Take and . The list fails to be a basis. Which of the two basis conditions breaks, and why?

Related Pages

Keep moving through the cluster

Back to Learn Math →