Suppose \(T: \IR^3 \rightarrow \IR^2\) is a linear map, and you know \(T\left(\left[\begin{array}{c} 1 \\ 0 \\ 0 \end{array}\right] \right)
=
\left[\begin{array}{c} 2 \\ 1 \end{array}\right]\) and \(T\left(\left[\begin{array}{c} 0 \\ 0 \\ 1 \end{array}\right] \right)
=
\left[\begin{array}{c} -3 \\ 2 \end{array}\right]
\text{.}\) What piece of information would help you compute \(T\left(\left[\begin{array}{c}0\\4\\-1\end{array}\right]\right)\text{?}\)
The value of \(T\left(\left[\begin{array}{c} 0\\-4\\0\end{array}\right]\right)\text{.}\)
The value of \(T\left(\left[\begin{array}{c} 0\\1\\0\end{array}\right]\right)\text{.}\)
The value of \(T\left(\left[\begin{array}{c} 1\\1\\1\end{array}\right]\right)\text{.}\)
Any of the above.
Fact3.2.7.
Consider any basis \(\{\vec b_1,\dots,\vec b_n\}\) for \(V\text{.}\) Since every vector \(\vec v\) can be written as a linear combination of basis vectors, \(\vec v = x_1\vec b_1+\dots+ x_n\vec b_n\text{,}\) we may compute \(T(\vec v)\) as follows:
Therefore any linear transformation \(T:V \rightarrow W\) can be defined by just describing the values of \(T(\vec b_i)\text{.}\)
Put another way, the images of the basis vectors completely determine the transformation \(T\text{.}\)
Definition3.2.8.
Since a linear transformation \(T:\IR^n\to\IR^m\) is determined by its action on the standard basis \(\{\vec e_1,\dots,\vec e_n\}\text{,}\) it is convenient to store this information in an \(m\times n\) matrix, called the standard matrix of \(T\text{,}\) given by \([T(\vec e_1) \,\cdots\, T(\vec e_n)]\text{.}\)
For example, let \(T: \IR^3 \rightarrow \IR^2\) be the linear map determined by the following values for \(T\) applied to the standard basis of \(\IR^3\text{.}\)
Write the standard matrix \([T(\vec e_1) \,\cdots\, T(\vec e_n)]\) for \(T\text{.}\)
Activity3.2.10.
Let \(T: \IR^3 \rightarrow \IR^2\) be the linear transformation given by
\begin{equation*}
T\left(\left[\begin{array}{c} x\\ y \\ z \end{array}\right] \right) = \left[\begin{array}{c} x+3z \\ 2x-y-4z \end{array}\right]
\end{equation*}
(a)
Compute \(T(\vec e_1)\text{,}\)\(T(\vec e_2)\text{,}\) and \(T(\vec e_3)\text{.}\)
(b)
Find the standard matrix for \(T\text{.}\)
Fact3.2.11.
Because every linear map \(T:\IR^n\to\IR^m\) has a linear combination of the variables in each component, and thus \(T(\vec e_i)\) yields exactly the coefficients of \(x_i\text{,}\) the standard matrix for \(T\) is simply an array of the coefficients of the \(x_i\text{:}\)
\begin{equation*}
T\left(\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]\right)
=
\left[\begin{array}{c}
ax+by+cz+dw \\
ex+fy+gz+hw
\end{array}\right]
\hspace{2em}
A
=
\left[\begin{array}{cccc}
a & b & c & d \\
e & f & g & h
\end{array}\right]
\end{equation*}
Since the formula for a linear transformation \(T\) and its standard matrix \(A\) may both be used to compute the transformation of a vector \(\vec x\text{,}\) we will often write \(T(\vec x)\) and \(A\vec x\) interchangably:
\begin{equation*}
T\left(\left[\begin{array}{c}x_1\\x_2\\x_3\\x_4\end{array}\right]\right)
=
\left[\begin{array}{c}
ax_1+bx_2+cx_3+dx_4 \\
ex_1+fx_2+gx_3+hx_4
\end{array}\right]
=
A\left[\begin{array}{c}x_1\\x_2\\x_3\\x_4\end{array}\right]
=
\left[\begin{array}{cccc}
a & b & c & d \\
e & f & g & h
\end{array}\right]
\left[\begin{array}{c}x_1\\x_2\\x_3\\x_4\end{array}\right]
\end{equation*}
Activity3.2.12.
Let \(T: \IR^3 \rightarrow \IR^3\) be the linear transformation given by the standard matrix
Compute \(T\left(\left[\begin{array}{c} x\\ y \\ z \end{array}\right] \right) \text{.}\)
Activity3.2.13.
Compute the following linear transformations of vectors given their standard matrices.
(a)
\begin{equation*}
T_1\left(\left[\begin{array}{c}1\\2\end{array}\right]\right)
\text{ for the standard matrix }
A_1=\left[\begin{array}{cc}4&3\\0&-1\\1&1\\3&0\end{array}\right]
\end{equation*}
(b)
\begin{equation*}
T_2\left(\left[\begin{array}{c}1\\1\\0\\-3\end{array}\right]\right)
\text{ for the standard matrix }
A_2=\left[\begin{array}{cccc}4&3&0&-1\\1&1&3&0\end{array}\right]
\end{equation*}
(c)
\begin{equation*}
T_3\left(\left[\begin{array}{c}0\\-2\\0\end{array}\right]\right)
\text{ for the standard matrix }
A_3=\left[\begin{array}{ccc}4&3&0\\0&-1&3\\5&1&1\\3&0&0\end{array}\right]
\end{equation*}
Subsection3.2.3Individual Practice
Activity3.2.14.
Consider the linear transformation \(R\colon\IR^2\to\IR^2\) given by rotating vectors about the origin through an angle of \(\frac{\pi}{4}=45^\circ\text{.}\)
(a)
If \(\vec{e}_1,\vec{e}_2\) are the standard basis vectors of \(\IR^2\text{,}\) calculate \(R(\vec{e}_1),R(\vec{e}_2)\text{.}\)
(b)
What is the standard matrix representing \(R\text{?}\)
Activity3.2.15.
Consider the linear transformation \(S\colon\IR^2\to\IR^2\) given by reflecting vectors across the line \(x_1=x_2\text{.}\)
(a)
If \(\vec{e}_1,\vec{e}_2\) are the standard basis vectors of \(\IR^2\text{,}\) calculate \(S(\vec{e}_1),S(\vec{e}_2)\text{.}\)
(b)
What is the standard matrix representing \(S\text{?}\)
We can represent images in the plane \(\mathbb{R}^2\) using vectors, and manipulate those images with linear transformations. We introduce some notation in these explorations that is needed for their completion, but is not essential to the rest of the text. These have a geometric flair to them, and can be understood by thinking of geometric transformations in terms of standard matrices.
Given two vectors \(\vec{v} = \left[\begin{array}{c}v_1\\v_2\\ \vdots \\ v_n\end{array}\right]\) and \(\vec{w} = \left[\begin{array}{c}w_1 \\ w_2\\ \vdots \\ w_n\end{array}\right]\text{,}\) we define the dot product as
For each of the following properties, determine if it is held by the dot product. Either provide a proof it the property holds, or provide a counter-example if it does not.
Given the properties you proved in the last exploration, could the dot product take the place of \(\oplus\) as a vector space operation on \(\mathbb{R}^n\text{?}\)
Exploration3.2.18.
Is the dot product a linear operator? That is, given vectors \(\vec{u}, \vec{v}, \vec{w} \in \mathbb{R}^n\text{,}\) and \(k,m \in \mathbb{R}\text{,}\) is it true that
Prove that \(|\vec{u}| = |\vec{v}|\) if an only if \(\vec{u} + \vec{v}\) and \(\vec{u} - \vec{v}\) are perpendicular. You may use the fact (try and prove it!) that two vectors are perpendicular if and only if their dot product is zero.
Exploration3.2.20.
A dilation is given by by mapping a vector \(\vec{v} = \left[\begin{array}{c}x\\y\end{array}\right]\) to some scalar multiple of \(\vec{v}\text{.}\)
A rotation is given by \(\vec{v} \mapsto \left[\begin{array}{c} \cos(\theta)x - \sin(\theta)y\\ \cos(\theta)y + \sin(\theta)x\end{array}\right].\)
A reflection of \(\vec{v}\) over a line \(l\) can be found by first finding a vector \(\vec{l} = \left[\begin{array}{c} l_x\\l_y\end{array}\right]\) along \(l\text{,}\) then \(\vec{v} \mapsto 2\frac{\vec{l}\cdot\vec{v}}{\vec{l}\cdot\vec{l}}\vec{l} - \vec{v}.\)
Represent each of the following transformations with respect to the standard basis in \(\mathbb{R}^2\text{.}\)
Rotation through an angle \(\theta\text{.}\)
Reflection over a line \(l\) passing through the origin.
Dilation by some scalar \(s\text{.}\)
Prove that each transformation is linear, and that your matrix representations are correct.