In
linear algebra, a
coordinate vector is an explicit representation of a vector in an
abstract vector space as an ordered list of numbers or, equivalently, as an element of the
coordinate space Fn.
Coordinate vectors allow calculations with
abstract objects to be transformed into calculations with blocks of numbers (
matrices and
column vectors).
Definition
Let
V be a
vector space of
dimension n over a
field F and let
be an
ordered basis for
V.
Then for every
there is a unique
linear combination of the basis vectors that equals
v:
By one of the defining properties of bases, the α-s are determined uniquely by
v and
B.
Now, we define the
coordinate vector of
v relative to
B to be the following
sequence of
coordinates:
This is also called the
representation of v with respect of B, or the
B representation of v. The α-s are called the
coordinates of v.
Typically, but not necessarily, the coordinates are represented as elements of a column vector, so that they can be easily manipulated using matrix multiplication:
For instance, vector or basis transformations are obtained with a pre-multiplication of the column vector by a transformation matrix (see below). Some authors prefer using row vectors:
In this case, transformations are obtained with a post-multiplication by a transformation matrix.
The standard representation
We can mechanize the above transformation by defining a function
, called the
standard representation of V with respect to B, that takes every vector to its coordinate representation:
. Then
is a linear transformation from
V to
Fn. In fact, it is an
isomorphism, and its
inverse is simply
Alternatively, we could have defined to be the above function from the beginning, realized that is an isomorphism, and defined to be its inverse.
Examples
Example 1
Let P3 be the space of all the algebraic
polynomials in degree less than 4 (i.e. the highest exponent of
x can be 3). This space is linear and spanned by the following polynomials:
matching
then the corresponding coordinate vector to the polynomial
- is .
According to that representation, the
differentiation operator d/dx which we shall mark D will be represented by the following
matrix:
begin{bmatrix}
0 & 1 & 0 & 0
0 & 0 & 2 & 0
0 & 0 & 0 & 3
0 & 0 & 0 & 0
end{bmatrix}
Using that method it is easy to explore the properties of the operator: such as
invertibility,
hermitian or anti-hermitian or none, spectrum and
eigenvalues and more.
Example 2
The
Pauli matrices which represent the
spin operator when transforming the spin
eigenstates into vector coordinates.
Basis transformation matrix
Let
B and
C be two different bases of a vector space
V, and let's mark with
the
matrix which has columns consisting of the
C representation of basis vectors
b1, b2, ..., bn:
begin{bmatrix} [b_1]_C & cdots & [b_n]_C end{bmatrix}
This matrix is referred to as the basis transformation matrix from B to C, and can be used for transforming any vector v from a B representation to a C representation, according to the following theorem:
If E is the standard basis, the transformation from B to E can be represented with the following simplified notation:
where
- and
Corollary
The matrix
M is an
invertible matrix and
M-1 is the basis transformation matrix from
C to
B. In other words,
Remarks
- The basis transformation matrix can be regarded as an automorphism over V.
- In order to easily remember the theorem
- notice that M 's superscript and v 's subscript indices are "canceling" each other and M 's subscript becomes v 's new subscript. This "canceling" of indices is not a real canceling but rather a convenient and intuitively appealing manipulation of symbols, permitted by an appropriately chosen notation.