32. Coordinate Vector

Given a basis of a vector space , every has a unique representation as a linear combination of the basis vectors:

The coordinate vector of with respect to collects those coefficients:

The bracket-subscript notation emphasizes that the coordinates depend on the basis.

32.1. The standard basis is implicit

In , when we write , we tacitly mean coordinates with respect to the standard basis :

When you change to a different basis, the same vector gets different coordinates.

Example

Let — a basis of .

Express in basis . Solve:

, . So , while .

32.2. Why coordinates matter

Coordinates make abstract vectors computable: once we fix a basis, every vector is a column of numbers and every linear transformation is a matrix.

Different bases reveal different aspects:

32.3. Connection to change of basis

When you switch between two bases and , the coordinate vectors are related by an invertible matrix — see Change of Basis.

32.4. See also