A coordinate system is a way to describe vectors by scalars. In linear algebra, coordinates are not attached to a vector by nature. They depend on a chosen basis.
A vector is an element of a vector space. A coordinate vector is a column of scalars that represents that vector relative to an ordered basis. The same vector can have different coordinate vectors under different bases. A basis gives each vector a unique coordinate representation.
23.1 Coordinates from a Basis
Let be a vector space over a field . Let
be an ordered basis of .
Since spans , every vector can be written as
Since is linearly independent, the scalars
are unique.
The coordinate vector of with respect to is
The notation means “the coordinates of in the basis .”
23.2 Ordered Bases
A coordinate system requires an ordered basis.
The set
and the set
contain the same vectors, but they give different coordinate columns.
If
then with
we have
With
the same vector is written as
so
The order of the basis determines the order of the coordinates.
23.3 Standard Coordinates in
The standard basis of is
where
Every vector
has the expansion
Therefore
In the standard basis, the coordinate vector looks exactly like the vector. This is why it is easy to forget that coordinates depend on a basis.
23.4 A Nonstandard Coordinate System
Consider the basis
of .
Let
To find , solve
This gives
Thus
Adding the equations gives
so
Then
Therefore
The vector has standard coordinates , but its coordinates in are .
23.5 Coordinate Maps
Given an ordered basis
of , the coordinate map is the function
defined by
This map sends an abstract vector to its coordinate column.
It is linear. If
then
Therefore
Similarly,
Thus coordinates preserve the vector space operations.
23.6 Coordinates and Isomorphism
The coordinate map
is an isomorphism.
It is one-to-one because each vector has unique coordinates. It is onto because every column
comes from the vector
Thus every -dimensional vector space over can be identified with after choosing a basis.
This identification is useful, but it should be read carefully. The space and the coordinate space are structurally equivalent, but the equivalence depends on the chosen basis.
23.7 Coordinate Matrix of a Basis
Let
be a basis of . Place the basis vectors as columns of a matrix:
Then for any vector ,
This equation converts -coordinates into standard coordinates.
The matrix is invertible because its columns form a basis. Therefore
This equation converts standard coordinates into -coordinates.
23.8 Example Using a Basis Matrix
Let
Then
For
standard coordinates are
Conversely, if
then
Since
we get
23.9 Change of Coordinates
A change of coordinates converts the coordinate vector of the same vector from one basis to another.
Let
and
be bases of .
For a vector , one may know
and want
The vector itself does not change. Only its coordinate description changes.
In , if and are the basis matrices, then
and
Thus
Multiplying by ,
The matrix
is called the change-of-coordinates matrix from -coordinates to -coordinates.
23.10 Identity Map, Different Coordinates
The formula
represents the identity map on , not a transformation of the vector itself.
The vector remains . The coordinate column changes because the basis changes.
This distinction is important. A matrix can represent either:
| Matrix role | Meaning |
|---|---|
| Linear transformation | Changes the vector |
| Change of coordinates | Changes the description of the same vector |
The same numerical matrix may appear in either role, but the interpretation differs.
23.11 Coordinates in Polynomial Spaces
Let
be the vector space of polynomials of degree at most . Let
For
the coordinate vector is
Now choose another basis:
To find , solve
The right-hand side is
Match coefficients with
Then
so
and
so
Thus
The polynomial has not changed. Its coordinates changed because the basis changed.
23.12 Coordinates in Matrix Spaces
Let
have the ordered basis
where
For
we have
Therefore
A matrix can itself be a vector. Its coordinates are determined by the ordered basis chosen for the matrix space.
23.13 Coordinates in Function Spaces
Let
with ordered basis
For
the coordinate vector is
Again, coordinates record coefficients relative to a basis. The vector may be a function, a polynomial, a matrix, or another object. The coordinate principle is the same.
23.14 Coordinate Systems and Linear Equations
Coordinate systems convert vector equations into scalar equations.
Suppose
Finding the coordinates of means solving for the unknown scalars .
In , this becomes the linear system
where
Because is invertible, the system has a unique solution.
Thus coordinate computation is a special case of solving a linear system.
23.15 Coordinate Systems and Geometry
In geometry, a coordinate system assigns numbers to points or vectors. In linear algebra, the origin and basis vectors determine the coordinate system for a vector space.
For vector spaces, the origin is fixed as the zero vector. A basis determines the coordinate axes.
In , the standard basis gives the usual horizontal and vertical axes. A nonstandard basis gives oblique axes. Coordinates then measure how far to move along each basis direction.
If the basis vectors are perpendicular and have length , the coordinate system is orthonormal. If they are not perpendicular, the coordinate system is oblique.
Both are valid linear coordinate systems as long as the basis vectors are linearly independent and span the space.
23.16 Coordinate Systems and Computation
Coordinates are essential for computation because computers manipulate arrays of numbers.
An abstract vector space becomes computationally usable after choosing a basis. Polynomials become coefficient arrays. Matrices become flattened arrays. Functions in finite-dimensional subspaces become coefficient vectors.
For example, the polynomial
can be stored as
This coordinate representation allows addition, scalar multiplication, differentiation, integration, and evaluation to be implemented as operations on arrays.
23.17 Coordinate Dependence
Some quantities depend on the chosen coordinate system. Others do not.
The coordinate vector depends on . The vector itself does not.
The matrix of a linear transformation depends on the chosen bases. The transformation itself does not.
Dimension does not depend on the basis. Linear independence of an actual list of vectors does not depend on coordinates, although coordinates may be used to test it.
This distinction leads to an important habit: separate objects from their representations.
23.18 Standard Coordinates Are Not Intrinsic
In , the standard coordinates are so familiar that they may seem intrinsic. They are not. They are coordinates relative to the standard basis.
The vector
really means
with respect to the standard basis.
Under a different basis, the same vector may have coordinates
or another column. The column alone does not fully describe the vector unless the basis is known.
A coordinate vector always has an implicit basis.
23.19 Common Notation
| Notation | Meaning |
|---|---|
| Ordered basis | |
| Coordinate vector of in basis | |
| Basis matrix with columns | |
| Convert -coordinates to standard coordinates | |
| Convert standard coordinates to -coordinates | |
| Change-of-coordinates matrix from to | |
| Convert coordinates from to |
23.20 Summary
A coordinate system is determined by an ordered basis. It represents each vector by the unique scalars needed to express that vector as a linear combination of the basis vectors.
The key ideas are:
| Concept | Meaning |
|---|---|
| Coordinate vector | Coefficients of a vector relative to a basis |
| Ordered basis | Basis with fixed order |
| Coordinate map | Map |
| Basis matrix | Matrix whose columns are basis vectors |
| Change of coordinates | Conversion between coordinate descriptions |
| Standard coordinates | Coordinates relative to the standard basis |
| Coordinate dependence | Representations depend on basis |
| Intrinsic object | The vector itself, independent of coordinates |
Coordinates make vector spaces computable. They turn abstract vectors into columns of scalars. But coordinates are representations, not the underlying objects. The basis is part of the meaning.