Objectives: Topics
-
The standard vectors and the standard matrix.
-
Two and three dimensional transformations in more detail.
-
Onto and one-to-one transformations.

| transformation | image of unit square | standard matrix |
|---|---|---|
| reflection through \(x_1\)-axis | Relection across \(x_2 = 0\)
|
\(\begin{bmatrix}1\amp 0\\0\amp -1\end{bmatrix}\) |
| reflection through \(x_2\)-axis | Relection across \(x_1 = 0\)
|
\(\begin{bmatrix}-1\amp 0\\0\amp 1\end{bmatrix}\) |
| reflection through \(x_2=x_1\) | Reflection across \(x_2=x_1\text{.}\)
|
\(\begin{bmatrix}0\amp 1\\1\amp 0\end{bmatrix}\) |
| reflection through \(x_2=-x_1\) | Reflection across \(x_2=-x_1\text{.}\)
|
\(\begin{bmatrix}0\amp -1\\-1\amp 0\end{bmatrix}\) |
| transformation | image of unit square | standard matrix |
|---|---|---|
| Horizontal contraction | Horizontal contraction by factor \(k\) with \(|k|<1\text{.}\)
|
\(\begin{bmatrix}k\amp 0\\0\amp 1\end{bmatrix}\text{,}\) \(|k|<1\) |
| Horizontal expansion | Horizontal expansion by factor \(k\) with \(k>1\text{.}\)
|
\(\begin{bmatrix}k\amp 0\\0\amp 1\end{bmatrix}\text{,}\) \(k>1\) |
| Vertical contraction | Vertical contraction by factor \(k\) with \(|k|<1\text{.}\)
|
\(\begin{bmatrix}1\amp 0\\0\amp k\end{bmatrix}\text{,}\) \(|k|<1\) |
| Vertical expansion | Vertical expansion by factor \(k\) with \(k>1\text{.}\)
|
\(\begin{bmatrix}1\amp 0\\0\amp k\end{bmatrix}\text{,}\) \(k>1\) |
| transformation | image of unit square | standard matrix |
|---|---|---|
| Horizontal shear (left) | Horizontal shear with parameter \(k<0\text{.}\)
|
\(\begin{bmatrix}1\amp k\\0\amp 1\end{bmatrix}\text{,}\) \(k<0\) |
| Horizontal shear (right) | Horizontal shear with parameter \(k>0\text{.}\)
|
\(\begin{bmatrix}1\amp k\\0\amp 1\end{bmatrix}\text{,}\) \(k>0\) |
| Vertical shear (down) | Vertical shear with parameter \(k<0\text{.}\)
|
\(\begin{bmatrix}1\amp 0\\k\amp 1\end{bmatrix}\text{,}\) \(k<0\) |
| Vertical shear (up) | Vertical shear with parameter \(k>0\text{.}\)
|
\(\begin{bmatrix}1\amp 0\\k\amp 1\end{bmatrix}\text{,}\) \(k>0\) |
| transformation | image of unit square | standard matrix |
|---|---|---|
| Projection onto the \(x_1\)-axis | Projection onto \(x_1\)-axis. |
\(\begin{bmatrix}1\amp 0\\0\amp 0\end{bmatrix}\) |
| Projection onto the \(x_2\)-axis | Projection onto \(x_2\)-axis. |
\(\begin{bmatrix}0\amp 0\\0\amp 1\end{bmatrix}\) |