In linear algebra, a coordinate vector is a representation of a vector as an ordered list of numbers (a tuple) that describes the vector in terms of a particular ordered basis.[1] An easy example may be a position such as (5, 2, 1) in a 3-dimensional Cartesian coordinate system with the basis as the axes of this system. Coordinates are always specified relative to an ordered basis. Bases and their associated coordinate representations let one realize vector spaces and linear transformations concretely as column vectors, row vectors, and matrices; hence, they are useful in calculations.
The idea of a coordinate vector can also be used for infinite-dimensional vector spaces, as addressed below.
Let V be a vector space of dimension n over a field F and let
B=\{b1,b2,\ldots,bn\}
v\inV
v
v=\alpha1b1+\alpha2b2+ … +\alphanbn.
v
[v]B=(\alpha1,\alpha2,\ldots,\alphan).
v
v
\alpha1,\alpha2,\ldots,\alphan
v
Coordinate vectors of finite-dimensional vector spaces can be represented by matrices as column or row vectors. In the above notation, one can write
[v]B=\begin{bmatrix}\alpha1\ \vdots\ \alphan\end{bmatrix}
T | |
[v] | |
B |
=\begin{bmatrix}\alpha1&\alpha2& … &\alphan\end{bmatrix}
T | |
[v] | |
B |
[v]B
We can mechanize the above transformation by defining a function
\phiB
\phiB(v)=[v]B
\phiB
-1 | |
\phi | |
B |
:Fn\toV
-1 | |
\phi | |
B |
(\alpha1,\ldots,\alphan)=\alpha1b1+ … +\alphanbn.
Alternatively, we could have defined
-1 | |
\phi | |
B |
-1 | |
\phi | |
B |
\phiB
Let
P3
BP=\left\{1,x,x2,x3\right\}
matching
1:=\begin{bmatrix}1\ 0\ 0\ 0\end{bmatrix}; x:=\begin{bmatrix}0\ 1\ 0\ 0\end{bmatrix}; x2:=\begin{bmatrix}0\ 0\ 1\ 0\end{bmatrix}; x3:=\begin{bmatrix}0\ 0\ 0\ 1\end{bmatrix}
then the coordinate vector corresponding to the polynomial
p\left(x\right)=a0+a1x+a2x2+a3x3
is
\begin{bmatrix}a0\ a1\ a2\ a3\end{bmatrix}.
According to that representation, the differentiation operator d/dx which we shall mark D will be represented by the following matrix:
Dp(x)=P'(x); [D]=\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 neither, spectrum and eigenvalues, and more.
The Pauli matrices, which represent the spin operator when transforming the spin eigenstates into vector coordinates.
Let B and C be two different bases of a vector space V, and let us mark with
\lbrackM
B | |
\rbrack | |
C |
\lbrack
B | |
M\rbrack | |
C |
=\begin{bmatrix}\lbrackb1\rbrackC& … &\lbrackbn\rbrackC\end{bmatrix}
This matrix is referred to as the basis transformation matrix from B to C. It can be regarded as an automorphism over
Fn
\lbrackv\rbrackC=\lbrack
B | |
M\rbrack | |
C |
\lbrackv\rbrackB.
Under the transformation of basis, notice that the superscript on the transformation matrix, M, and the subscript on the coordinate vector, v, are the same, and seemingly cancel, leaving the remaining subscript. While this may serve as a memory aid, it is important to note that no such cancellation, or similar mathematical operation, is taking place.
The matrix M is an invertible matrix and M−1 is the basis transformation matrix from C to B. In other words,
\begin{align} \operatorname{Id}&=\lbrack
B | |
M\rbrack | |
C |
\lbrack
C | |
M\rbrack | |
B |
=\lbrack
C | |
M\rbrack | |
C |
\\[3pt] &=\lbrack
C | |
M\rbrack | |
B |
\lbrack
B | |
M\rbrack | |
C |
=\lbrack
B \end{align} | |
M\rbrack | |
B |
Suppose V is an infinite-dimensional vector space over a field F. If the dimension is κ, then there is some basis of κ elements for V. After an order is chosen, the basis can be considered an ordered basis. The elements of V are finite linear combinations of elements in the basis, which give rise to unique coordinate representations exactly as described before. The only change is that the indexing set for the coordinates is not finite. Since a given vector v is a finite linear combination of basis elements, the only nonzero entries of the coordinate vector for v will be the nonzero coefficients of the linear combination representing v. Thus the coordinate vector for v is zero except in finitely many entries.
The linear transformations between (possibly) infinite-dimensional vector spaces can be modeled, analogously to the finite-dimensional case, with infinite matrices. The special case of the transformations from V into V is described in the full linear ring article.