Change of Basis — Coordinate Mapping Visualized

Change of basis does not change the vector itself. It changes only the coordinates used to describe that vector. In the images below, the same vector is represented first in the standard basis and then in another basis. The coordinate column changes because the basis vectors change, but the geometric vector in the plane remains the same.

Concept

Let A = [a₁ | a₂] be the matrix whose columns are the vectors of one basis. If xA is the coordinate column of a vector relative to that basis, then the actual geometric vector in standard coordinates is x = A xA.

If B = [b₁ | b₂] is another basis matrix for the same space, then the same vector also satisfies x = B xB. Since both expressions describe the same vector, their coordinates are related by a matrix transformation.

Structure

The key separation is between the vector itself and its coordinates. A basis matrix reconstructs the vector from coordinates. A change-of-basis matrix converts one coordinate column into another.

This representation separates basis reconstruction from coordinate transformation explicitly.

Reference

External reference: Wikipedia — Change of basis

Related chapter: Linear transformations

Related work: GraphMath Linear Algebra

Contact: info@graphmath.com