
- Calculus, Volume 2: Multi-Variable Calculus and Linear Algebra with Applications to Differential Equations and Probability
- Tom M. Apostol
- Second Edition
- 1991
- 978-1-119-49676-2
2.4 Exercises
Do the same as above in each of Exercises 16 through 23 if a transformation $T: V_3 \rightarrow V_3$ is defined by the formula given for $T(x, y, z)$, where $(x, y, z)$ is an arbitrary point of $V_3$.
23. $\quad$ $T(x, y, z) = (x + z, 0, x + y).$
Solution. $\quad$ Recall from Section 2.1 that if $V$ and $W$ are linear spaces, then a function $T: V \to W$ is called a linear transformation from $V$ into $W$ if it has the following two properties:
$\quad$ (a) $\quad T(x + y) = T(x) + T(y) \quad$ for all $x$ and $y$ in $V,$
$\quad$ (b) $\quad T(cx) = cT(x) \quad$ for all $x$ in $V$ and all scalars $c.$
$\quad$ Let $X = (x_1, x_2, x_3)$ and $Y = (y_1, y_2, y_3)$ be elements of $V_3.$ Then, if addition and scalar multiplication of elements is defined in the usual way, we have: \begin{align*} T(X + Y) &= T(x_1 + y_1, x_2 + y_2, x_3 + y_3) \\ &= (x_1 + y_1 + x_3 + y_3, 0, x_1 + y_1 + x_2 + y_2) \\ &= (x_1 + x_3, 0, x_1 + x_2) + (y_1 + y_3, 0, y_1 + y_2) \\ &= T(X) + T(Y) \\ \\ T(cX) &= T(cx_1, cx_2, cx_3) \\ &= (cx_1 + cx_3, 0, cx_1 + cx_2) \\ &= cT(X) \end{align*} Thus, $T$ is a linear transformation. The null space of $T$ is the set of elements $(x, y, z)$ in $V_3$ such that $x = -y$ and $x = -z.$ In other words, $N(T)$ is spanned by $\{(1, -1, -1)\},$ giving $T$ nullity $1.$ The range of $T$ is the set of elements $(x, y, z)$ in $V_3$ where $y = 0,$ meaning that $T(V)$ is spanned by $\{(1, 0, 0), (0, 0, 1)\},$ giving $T$ rank $2. \quad \blacksquare$