Recent Changes - Search:

Chapter Three: Maps Between Spaces

Isomorphisms

Homomorphisms

ComputingLinearMaps

MatrixOperations

ChangeOfBasis

Projection

Topics

edit SideBar

(options)

Representations, whether of vectors or of maps, vary with the bases. For instance, with respect to the two bases \stdbasis_2 and

$$
\begin{equation*}
  B=\sequence{\colvec{1 \\ 1},\colvec{1 \\ -1}}
\end{equation*}
$$

for \Re^2, the vector \vec{ e }_1 has two different representations.

$$
\begin{equation*}
  \rep{\vec{e}_1}{\stdbasis_2}=\colvec{1 \\ 0}
  \qquad
  \rep{\vec{e}_1}{B}=\colvec{1/2 \\ 1/2}
\end{equation*}
$$

Similarly, with respect to \stdbasis_2,\stdbasis_2 and \stdbasis_2,B, the identity map has two different representations.

$$
\begin{equation*}
  \rep{\text{id}}{\stdbasis_2,\stdbasis_2}=
   \begin{pmatrix}
     1  &0  \\
     0  &1
   \end{pmatrix}
   \qquad
  \rep{\text{id}}{\stdbasis_2,B}=
   \begin{pmatrix}
     1/2  &1/2  \\
     1/2  &-1/2
   \end{pmatrix}
\end{equation*}
$$

With our point of view that the objects of our studies are vectors and maps, in fixing bases we are adopting a scheme of tags or names for these objects, that are convienent for computation. We will now see how to translate among these names— we will see exactly how representations vary as the bases vary.

« | Table of Contents | »

Edit - History - Print - Recent Changes - Search - Links
Page last modified on 25 February 2006, at 12:21 PM