← 学习库 A First Course in Linear Algebra (Kuttler) · 中英对照 目录

Linear Transformations 线性变换

本页译自 LibreTexts · A First Course in Linear Algebra (Kuttler)「Linear Transformations(线性变换)」第 5 章各节及习题。公式经 MathJax 渲染,自定义宏已注入;正文与译文段段对照。

Outcomes 学习目标

  1. Understand the definition of a linear transformation, and that all linear transformations are determined by matrix multiplication.
  1. 理解线性变换的定义,并理解所有线性变换都由矩阵乘法确定。

Recall that when we multiply an $m\times n$ matrix by an $n\times 1$ column vector, the result is an $m\times 1$ column vector. In this section we will discuss how, through matrix multiplication, an $m \times n$ matrix transforms an $n\times 1$ column vector into an $m \times 1$ column vector.

回顾一下,当我们用一个 $m\times n$ 矩阵乘以一个 $n\times 1$ 列向量时,结果是一个 $m\times 1$ 列向量。本节我们将讨论,通过矩阵乘法,一个 $m \times n$ 矩阵如何把一个 $n\times 1$ 列向量变换为一个 $m \times 1$ 列向量。

Recall that the $n \times 1$ vector given by $\vec{x} = \begin{pmatrix}x_1 \\ x_2\\ \vdots \\ x_n\end{pmatrix} $ is said to belong to $\mathbb{R}^n$, which is the set of all $n \times 1$ vectors. In this section, we will discuss transformations of vectors in $\mathbb{R}^n.$

回顾一下,由 $\vec{x} = \begin{pmatrix}x_1 \\ x_2\\ \vdots \\ x_n\end{pmatrix} $ 给出的 $n \times 1$ 向量称为属于 $\mathbb{R}^n$,即所有 $n \times 1$ 向量的集合。本节我们将讨论 $\mathbb{R}^n$ 中向量的变换。

Consider the following example.

考虑下面的例子。

Example 1: A Function Which Transforms Vectors 一个变换向量的函数

Consider the matrix $A = \begin{pmatrix}1 & 2 & 0 \\ 2 & 1 & 0\end{pmatrix} .$ Show that by matrix multiplication $A$ transforms vectors in $\mathbb{R}^3$ into vectors in $\mathbb{R}^2$.

考虑矩阵 $A = \begin{pmatrix}1 & 2 & 0 \\ 2 & 1 & 0\end{pmatrix} .$ 证明通过矩阵乘法,$A$ 把 $\mathbb{R}^3$ 中的向量变换为 $\mathbb{R}^2$ 中的向量。

Solution

解答

First, recall that vectors in $\mathbb{R}^3$ are vectors of size $3 \times 1$, while vectors in $\mathbb{R}^{2}$ are of size $2 \times 1$. If we multiply $A$, which is a $2 \times 3$ matrix, by a $3 \times 1$ vector, the result will be a $2 \times 1$ vector. This what we mean when we say that $A$ *transforms* vectors.

首先,回顾 $\mathbb{R}^3$ 中的向量是大小为 $3 \times 1$ 的向量,而 $\mathbb{R}^{2}$ 中的向量大小为 $2 \times 1$。如果我们用一个 $2 \times 3$ 矩阵 $A$ 乘以一个 $3 \times 1$ 向量,结果将是一个 $2 \times 1$ 向量。这就是我们说 $A$ 变换向量时的含义。

Now, for $\begin{pmatrix}x \\ y \\ z\end{pmatrix}$ in $\mathbb{R}^3$, multiply on the left by the given matrix to obtain the new vector. This product looks like $\begin{pmatrix}1 & 2 & 0 \\ 2 & 1 & 0\end{pmatrix} \begin{pmatrix}x \\ y \\ z\end{pmatrix} = \begin{pmatrix}x+2y \\ 2x+y\end{pmatrix} $ The resulting product is a $2 \times 1$ vector which is determined by the choice of $x$ and $y$. Here are some numerical examples. $\begin{pmatrix}1 & 2 & 0 \\ 2 & 1 & 0\end{pmatrix} \begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} = $ \begin{pmatrix}5 \\ 4\end{pmatrix} $ Here, the vector $\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix}$ in $\mathbb{R}^3$ was transformed by the matrix into the vector $\begin{pmatrix}5 \\ 4\end{pmatrix}$ in $\mathbb{R}^2$.

现在,对 $\mathbb{R}^3$ 中的 $\begin{pmatrix}x \\ y \\ z\end{pmatrix}$,用给定矩阵左乘得到新向量。这个乘积形如 $\begin{pmatrix}1 & 2 & 0 \\ 2 & 1 & 0\end{pmatrix} \begin{pmatrix}x \\ y \\ z\end{pmatrix} = \begin{pmatrix}x+2y \\ 2x+y\end{pmatrix} $ 所得乘积是一个 $2 \times 1$ 向量,由 $x$ 和 $y$ 的取值决定。下面是一些数值例子。$\begin{pmatrix}1 & 2 & 0 \\ 2 & 1 & 0\end{pmatrix} \begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} = $ \begin{pmatrix}5 \\ 4\end{pmatrix} $ 这里,$\mathbb{R}^3$ 中的向量 $\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix}$ 被该矩阵变换为 $\mathbb{R}^2$ 中的向量 $\begin{pmatrix}5 \\ 4\end{pmatrix}$。

Here is another example: $\begin{pmatrix}1 & 2 & 0 \\ 2 & 1 & 0\end{pmatrix} \begin{pmatrix}10 \\ 5 \\ -3\end{pmatrix} = $ \begin{pmatrix}20 \\ 25\end{pmatrix} $

下面是另一个例子:$\begin{pmatrix}1 & 2 & 0 \\ 2 & 1 & 0\end{pmatrix} \begin{pmatrix}10 \\ 5 \\ -3\end{pmatrix} = $ \begin{pmatrix}20 \\ 25\end{pmatrix} $

The idea is to define a function which takes vectors in $\mathbb{R}^{3}$ and delivers new vectors in $\mathbb{R}^{2}.$ In this case, that function is multiplication by the matrix $A$.

我们的想法是定义一个函数,它接收 $\mathbb{R}^{3}$ 中的向量,并产生 $\mathbb{R}^{2}$ 中的新向量。在此情形下,该函数就是与矩阵 $A$ 相乘。

Let $T$ denote such a function. The notation $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ means that the function $T$ transforms vectors in $\mathbb{R}^{n}$ into vectors in $\mathbb{R}^{m}$. The notation $T(\vec{x})$ means the transformation $T$ applied to the vector $\vec{x}$. The above example demonstrated a transformation achieved by matrix multiplication. In this case, we often write $T\_{A}\left( \vec{x}\right) =A \vec{x} $ Therefore, $T\_{A}$ is the transformation determined by the matrix $A$. In this case we say that $T$ is a matrix transformation.

令 $T$ 表示这样一个函数。记号 $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ 表示函数 $T$ 把 $\mathbb{R}^{n}$ 中的向量变换为 $\mathbb{R}^{m}$ 中的向量。记号 $T(\vec{x})$ 表示将变换 $T$ 作用于向量 $\vec{x}$。上面的例子展示了由矩阵乘法实现的变换。在此情形下,我们常写作 $T\_{A}\left( \vec{x}\right) =A \vec{x} $ 因此,$T\_{A}$ 是由矩阵 $A$ 确定的变换。这种情况下,我们说 $T$ 是一个矩阵变换。

Recall the property of matrix multiplication that states that for $k$ and $p$ scalars, $A\left( kB+pC\right) =kAB+pAC $ In particular, for $A$ an $m\times n$ matrix and $B$ and $C,$ $n\times 1$ vectors in $\mathbb{R}^{n}$, this formula holds.

回顾矩阵乘法的性质:对 $k$ 和 $p$ 两个标量,有 $A\left( kB+pC\right) =kAB+pAC $ 特别地,对于 $m\times n$ 矩阵 $A$ 以及 $\mathbb{R}^{n}$ 中的 $n\times 1$ 向量 $B$ 和 $C$,该公式成立。

In other words, this means that matrix multiplication gives an example of a linear transformation, which we will now define.

换句话说,这意味着矩阵乘法给出了线性变换的一个例子,我们现在就来定义它。

Consider the following example.

考虑下面的例子。

Definition 1: Linear Transformation 线性变换

Let $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ be a function, where for each $\vec{x} \in \mathbb{R}^{n},T\left(\vec{x}\right)\in \mathbb{R}^{m}.$ Then $T$ is a linear transformation if whenever $k ,p$ are scalars and $\vec{x}\_1$ and $\vec{x}\_2$ are vectors in $\mathbb{R}^{n}$ ($n\times 1$ vectors), $T\left( k \vec{x}\_1 + p \vec{x}\_2 \right) = kT\left(\vec{x}\_1\right)+ pT\left(\vec{x}\_{2} \right) $

设 $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ 为一个函数,其中对每个 $\vec{x} \in \mathbb{R}^{n}$,都有 $T\left(\vec{x}\right)\in \mathbb{R}^{m}$。则 $T$ 是一个线性变换,当且仅当对任意标量 $k ,p$ 以及 $\mathbb{R}^{n}$ 中的向量 $\vec{x}\_1$ 和 $\vec{x}\_2$($n\times 1$ 向量),都有 $T\left( k \vec{x}\_1 + p \vec{x}\_2 \right) = kT\left(\vec{x}\_1\right)+ pT\left(\vec{x}\_{2} \right) $

Consider the following example.

考虑下面的例子。

Example 2: Linear Transformation 线性变换

Let $T$ be a transformation defined by $T:\mathbb{R}^3\to\mathbb{R}^2$ is defined by $T\begin{pmatrix}x \\ y \\ z\end{pmatrix} = \begin{pmatrix}x+y \\ x-z\end{pmatrix} \mbox{ for all } \begin{pmatrix}x \\ y \\ z\end{pmatrix} \in\mathbb{R}^3 $ Show that $T$ is a linear transformation.

令 $T$ 为一个由 $T:\mathbb{R}^3\to\mathbb{R}^2$ 给出的变换,定义为 $T\begin{pmatrix}x \\ y \\ z\end{pmatrix} = \begin{pmatrix}x+y \\ x-z\end{pmatrix} \mbox{ for all } \begin{pmatrix}x \\ y \\ z\end{pmatrix} \in\mathbb{R}^3 $ 证明 $T$ 是一个线性变换。

Solution

解答

By Definition 1 we need to show that $T\left( k \vec{x}\_1 + p \vec{x}\_2 \right) = kT\left(\vec{x}\_1\right)+ pT\left(\vec{x}\_{2} \right)$ for all scalars $k,p$ and vectors $\vec{x}\_1, \vec{x}\_2$. Let $\vec{x}\_1 = \begin{pmatrix}x_1 \\ y_1 \\ z_1\end{pmatrix}, \vec{x}\_2 = \begin{pmatrix}x_2 \\ y_2 \\ z_2\end{pmatrix} $ Then $\begin{aligned}T\left( k \vec{x}\_1 + p \vec{x}\_2 \right) &= T \left( k \begin{pmatrix}x_1 \\ y_1 \\ z_1\end{pmatrix} + p \begin{pmatrix}x_2 \\ y_2 \\ z_2\end{pmatrix} \right) \\ &= T \left( \begin{pmatrix}kx_1 \\ ky_1 \\ kz_1\end{pmatrix} + \begin{pmatrix}px_2 \\ py_2 \\ pz_2\end{pmatrix} \right) \\ &= T \left( \begin{pmatrix}kx_1 + px_2 \\ ky_1 + py_2 \\ kz_1 + pz_2\end{pmatrix} \right) \\ &= \begin{pmatrix}(kx_1 + px_2) + (ky_1 + py_2) \\ (kx_1 + px_2)- (kz_1 + pz_2)\end{pmatrix} \\ &= \begin{pmatrix}(kx_1 + ky_1) + (px_2 + py_2) \\ (kx_1 - kz_1) + (px_2 - pz_2)\end{pmatrix} \\ &= \begin{pmatrix}kx_1 + ky_1 \\ kx_1 - kz_1\end{pmatrix} + \begin{pmatrix}px_2 + py_2 \\ px_2 - pz_2\end{pmatrix} \\ &= k \begin{pmatrix}x_1 + y_1 \\ x_1 - z_1\end{pmatrix} + p \begin{pmatrix}x_2 + y_2 \\ x_2 - z_2\end{pmatrix} \\ &= k T(\vec{x}\_1) + p T(\vec{x}\_2)\end{aligned} $ Therefore $T$ is a linear transformation.

定义 1 可知,我们需要证明对所有标量 $k,p$ 以及向量 $\vec{x}\_1, \vec{x}\_2$,都有 $T\left( k \vec{x}\_1 + p \vec{x}\_2 \right) = kT\left(\vec{x}\_1\right)+ pT\left(\vec{x}\_{2} \right)$。令 $\vec{x}\_1 = \begin{pmatrix}x_1 \\ y_1 \\ z_1\end{pmatrix}, \vec{x}\_2 = \begin{pmatrix}x_2 \\ y_2 \\ z_2\end{pmatrix} $ 则 $\begin{aligned}T\left( k \vec{x}\_1 + p \vec{x}\_2 \right) &= T \left( k \begin{pmatrix}x_1 \\ y_1 \\ z_1\end{pmatrix} + p \begin{pmatrix}x_2 \\ y_2 \\ z_2\end{pmatrix} \right) \\ &= T \left( \begin{pmatrix}kx_1 \\ ky_1 \\ kz_1\end{pmatrix} + \begin{pmatrix}px_2 \\ py_2 \\ pz_2\end{pmatrix} \right) \\ &= T \left( \begin{pmatrix}kx_1 + px_2 \\ ky_1 + py_2 \\ kz_1 + pz_2\end{pmatrix} \right) \\ &= \begin{pmatrix}(kx_1 + px_2) + (ky_1 + py_2) \\ (kx_1 + px_2)- (kz_1 + pz_2)\end{pmatrix} \\ &= \begin{pmatrix}(kx_1 + ky_1) + (px_2 + py_2) \\ (kx_1 - kz_1) + (px_2 - pz_2)\end{pmatrix} \\ &= \begin{pmatrix}kx_1 + ky_1 \\ kx_1 - kz_1\end{pmatrix} + \begin{pmatrix}px_2 + py_2 \\ px_2 - pz_2\end{pmatrix} \\ &= k \begin{pmatrix}x_1 + y_1 \\ x_1 - z_1\end{pmatrix} + p \begin{pmatrix}x_2 + y_2 \\ x_2 - z_2\end{pmatrix} \\ &= k T(\vec{x}\_1) + p T(\vec{x}\_2)\end{aligned} $ 因此 $T$ 是一个线性变换。

Two important examples of linear transformations are the zero transformation and identity transformation. The zero transformation defined by $T\left( \vec{x} \right) = \vec{0}$ for all $\vec{x}$ is an example of a linear transformation. Similarly the identity transformation defined by $T\left( \vec{x} \right) = \vec{x}$ is also linear. Take the time to prove these using the method demonstrated in Example 2.

线性变换的两个重要例子是零变换和恒等变换。对一切 $\vec{x}$ 由 $T\left( \vec{x} \right) = \vec{0}$ 定义的零变换是线性变换的一个例子。类似地,由 $T\left( \vec{x} \right) = \vec{x}$ 定义的恒等变换也是线性的。请运用 例 2 中演示的方法自行证明这些。

We began this section by discussing matrix transformations, where multiplication by a matrix transforms vectors. These matrix transformations are in fact linear transformations.

我们在本节开头讨论了矩阵变换,即通过与矩阵相乘来变换向量。这些矩阵变换实际上都是线性变换。

Theorem 1: Matrix Transformations are Linear Transformations 矩阵变换都是线性变换

Let $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ be a transformation defined by $T(\vec{x}) = A\vec{x}$. Then $T$ is a linear transformation.

设 $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ 为由 $T(\vec{x}) = A\vec{x}$ 定义的变换。则 $T$ 是一个线性变换。

It turns out that every linear transformation can be expressed as a matrix transformation, and thus linear transformations are exactly the same as matrix transformations.

事实上,每一个线性变换都可以表示为一个矩阵变换,因此线性变换与矩阵变换完全是一回事。

Outcomes 学习目标

  1. Find the matrix of a linear transformation with respect to the standard basis.
  2. Determine the action of a linear transformation on a vector in $\mathbb{R}^n$.
  1. 求线性变换关于标准基的矩阵。
  2. 确定线性变换对 $\mathbb{R}^n$ 中向量的作用。

In the above examples, the action of the linear transformations was to multiply by a matrix. It turns out that this is always the case for linear transformations. If $T$ is any linear transformation which maps $\mathbb{R}^{n}$ to $\mathbb{R}^{m},$ there is always an $m\times n$ matrix $A$ with the property that $T\left(\vec{x}\right) = A\vec{x} \label{matrixoftransf}$ for all $\vec{x} \in \mathbb{R}^{n}$.

在上述例子中,线性变换的作用都是乘以一个矩阵。事实证明,线性变换总是如此。如果 $T$ 是任意一个将 $\mathbb{R}^{n}$ 映射到 $\mathbb{R}^{m}$ 的线性变换,那么存在一个 $m\times n$ 矩阵 $A$,使得对所有 $\vec{x} \in \mathbb{R}^{n}$ 都有 $T\left(\vec{x}\right) = A\vec{x} \label{matrixoftransf}$。

Theorem 1: Matrix of a Linear Transformation 定理 1:线性变换的矩阵

Let $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ be a linear transformation. Then we can find a matrix $A$ such that $T(\vec{x}) = A\vec{x}$. In this case, we say that $T$ is determined or induced by the matrix $A$.

设 $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ 是一个线性变换。则我们可以找到一个矩阵 $A$,使得 $T(\vec{x}) = A\vec{x}$。此时,我们说 $T$ 由矩阵 $A$ 确定诱导

Here is why. Suppose $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ is a linear transformation and you want to find the matrix defined by this linear transformation as described in $\eqref{matrixoftransf}$. Note that $\vec{x} =\begin{pmatrix}x\_{1} \\ x\_{2} \\ \vdots \\ x\_{n}\end{pmatrix} = x\_{1}\begin{pmatrix}1 \\ 0 \\ \vdots \\ 0\end{pmatrix} + x\_{2}\begin{pmatrix}0 \\ 1 \\ \vdots \\ 0\end{pmatrix} +\cdots + x\_{n}\begin{pmatrix}0 \\ 0 \\ \vdots \\ 1\end{pmatrix} = \sum\_{i=1}^{n}x\_{i}\vec{e}\_{i} $ where $\vec{e}\_{i}$ is the $i^{th}$ column of $I_n$, that is the $n \times 1$ vector which has zeros in every slot but the $i^{th}$ and a 1 in this slot.

理由如下。设 $T:\mathbb{R}^{n}\mapsto \mathbb{R}^{m}$ 是一个线性变换,你想求出由该线性变换所定义的矩阵(如 $\eqref{matrixoftransf}$ 所述)。注意到 $\vec{x} =\begin{pmatrix}x\_{1} \\ x\_{2} \\ \vdots \\ x\_{n}\end{pmatrix} = x\_{1}\begin{pmatrix}1 \\ 0 \\ \vdots \\ 0\end{pmatrix} + x\_{2}\begin{pmatrix}0 \\ 1 \\ \vdots \\ 0\end{pmatrix} +\cdots + x\_{n}\begin{pmatrix}0 \\ 0 \\ \vdots \\ 1\end{pmatrix} = \sum\_{i=1}^{n}x\_{i}\vec{e}\_{i} $,其中 $\vec{e}\_{i}$ 是 $I_n$ 的第 $i^{th}$ 列,即除第 $i^{th}$ 个位置为 1、其余位置全为 0 的 $n \times 1$ 向量。

Then since $T$ is linear, $\begin{aligned}T\left( \vec{x} \right)&=\sum\_{i=1}^{n}x\_{i}T\left( \vec{e}\_{i}\right) \\ &=\begin{pmatrix}\| & & \| \\ T\left( \vec{e}\_{1}\right) & \cdots & T\left( \vec{e}\_{n}\right) \\ \| & & \|\end{pmatrix} \begin{pmatrix}x\_{1} \\ \vdots \\ x\_{n}\end{pmatrix} \\ &= A\begin{pmatrix}x\_{1} \\ \vdots \\ x\_{n}\end{pmatrix}\end{aligned}$ The desired matrix is obtained from constructing the $i^{th}$ column as $T\left( \vec{e}\_{i}\right) .$ Recall that the set $\left\{ \vec{e}\_1, \vec{e}\_2, \cdots, \vec{e}\_n \right\}$ is called the standard basis of $\mathbb{R}^n$. Therefore the matrix of $T$ is found by applying $T$ to the standard basis. We state this formally as the following theorem.

由于 $T$ 是线性的,$\begin{aligned}T\left( \vec{x} \right)&=\sum\_{i=1}^{n}x\_{i}T\left( \vec{e}\_{i}\right) \\ &=\begin{pmatrix}\| & & \| \\ T\left( \vec{e}\_{1}\right) & \cdots & T\left( \vec{e}\_{n}\right) \\ \| & & \|\end{pmatrix} \begin{pmatrix}x\_{1} \\ \vdots \\ x\_{n}\end{pmatrix} \\ &= A\begin{pmatrix}x\_{1} \\ \vdots \\ x\_{n}\end{pmatrix}\end{aligned}$ 所求矩阵的第 $i^{th}$ 列由 $T\left( \vec{e}\_{i}\right)$ 构成。注意集合 $\left\{ \vec{e}\_1, \vec{e}\_2, \cdots, \vec{e}\_n \right\}$ 称为 $\mathbb{R}^n$ 的标准基。因此,$T$ 的矩阵可通过将 $T$ 作用于标准基得到。我们将其正式表述为以下定理。

Theorem 2: Matrix of a Linear Transformation 定理 2:线性变换的矩阵

Let $T: \mathbb{R}^{n} \mapsto \mathbb{R}^{m}$ be a linear transformation. Then the matrix $A$ satisfying $T\left(\vec{x}\right)=A\vec{x}$ is given by $A= \begin{pmatrix}\| & & \| \\ T\left( \vec{e}\_{1}\right) & \cdots & T\left( \vec{e}\_{n}\right) \\ \| & & \|\end{pmatrix} $ where $\vec{e}\_{i}$ is the $i^{th}$ column of $I_n$, and then $T\left( \vec{e}\_{i} \right)$ is the $i^{th}$ column of $A$.

设 $T: \mathbb{R}^{n} \mapsto \mathbb{R}^{m}$ 是一个线性变换。则满足 $T\left(\vec{x}\right)=A\vec{x}$ 的矩阵 $A$ 由下式给出:$A= \begin{pmatrix}\| & & \| \\ T\left( \vec{e}\_{1}\right) & \cdots & T\left( \vec{e}\_{n}\right) \\ \| & & \|\end{pmatrix} $,其中 $\vec{e}\_{i}$ 是 $I_n$ 的第 $i^{th}$ 列,而 $T\left( \vec{e}\_{i} \right)$ 即为 $A$ 的第 $i^{th}$ 列。

The following Corollary is an essential result.

以下推论是一个本质性的结果。

Corollary 1: Matrix and Linear Transformation 推论 1:矩阵与线性变换

A transformation $T:\mathbb{R}^n\rightarrow \mathbb{R}^m$ is a linear transformation if and only if it is a matrix transformation.

变换 $T:\mathbb{R}^n\rightarrow \mathbb{R}^m$ 是线性变换,当且仅当它是一个矩阵变换。

Consider the following example.

考虑下面的例子。

Example 1: The Matrix of a Linear Transformation 示例 1:线性变换的矩阵

Suppose $T$ is a linear transformation, $T:\mathbb{R}^{3}\rightarrow \mathbb{ R}^{2}$ where $T\begin{pmatrix}1 \\ 0 \\ 0\end{pmatrix} =\begin{pmatrix}1 \\ 2\end{pmatrix} ,$ T\begin{pmatrix}0 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}9 \\ -3\end{pmatrix} ,$ T\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 1\end{pmatrix} $ Find the matrix $A$ of $T$ such that $T \left( \vec{x} \right)=A\vec{x}$ for all $\vec{x}$.

设 $T$ 是一个线性变换,$T:\mathbb{R}^{3}\rightarrow \mathbb{ R}^{2}$,其中 $T\begin{pmatrix}1 \\ 0 \\ 0\end{pmatrix} =\begin{pmatrix}1 \\ 2\end{pmatrix} ,$ T\begin{pmatrix}0 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}9 \\ -3\end{pmatrix} ,$ T\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 1\end{pmatrix} $ 求 $T$ 的矩阵 $A$,使得对所有 $\vec{x}$ 都有 $T \left( \vec{x} \right)=A\vec{x}$。

Solution. By Theorem 2 we construct $A$ as follows: $A = \begin{pmatrix}\| & & \| \\ T\left( \vec{e}\_{1}\right) & \cdots & T\left( \vec{e}\_{n}\right) \\ \| & & \|\end{pmatrix} $ In this case, $A$ will be a $2 \times 3$ matrix, so we need to find $T \left(\vec{e}\_1 \right), T \left(\vec{e}\_2 \right),$ and $T \left(\vec{e}\_3 \right)$. Luckily, we have been given these values so we can fill in $A$ as needed, using these vectors as the columns of $A$. Hence, $A=\begin{pmatrix}1 & 9 & 1 \\ 2 & -3 & 1\end{pmatrix}$

解答。 根据 定理 2,我们如下构造 $A$:$A = \begin{pmatrix}\| & & \| \\ T\left( \vec{e}\_{1}\right) & \cdots & T\left( \vec{e}\_{n}\right) \\ \| & & \|\end{pmatrix} $ 此时 $A$ 将是一个 $2 \times 3$ 矩阵,因此我们需要求 $T \left(\vec{e}\_1 \right), T \left(\vec{e}\_2 \right),$ 和 $T \left(\vec{e}\_3 \right)$。幸运的是,这些值已经给出,因此我们可以按需填入 $A$,将这些向量作为 $A$ 的列。于是 $A=\begin{pmatrix}1 & 9 & 1 \\ 2 & -3 & 1\end{pmatrix}$

In this example, we were given the resulting vectors of $T \left(\vec{e}\_1 \right), T \left(\vec{e}\_2 \right),$ and $T \left(\vec{e}\_3 \right)$. Constructing the matrix $A$ was simple, as we could simply use these vectors as the columns of $A$. The next example shows how to find $A$ when we are not given the $T \left(\vec{e}\_i \right)$ so clearly.

在这个例子中,我们已给出 $T \left(\vec{e}\_1 \right), T \left(\vec{e}\_2 \right),$ 和 $T \left(\vec{e}\_3 \right)$ 的结果向量。构造矩阵 $A$ 很简单,因为我们只需将这些向量作为 $A$ 的列即可。下一个例子展示当 $T \left(\vec{e}\_i \right)$ 没有给出得这么明确时,如何求 $A$。

Example 2: The Matrix of Linear Transformation: Inconveniently Defined 示例 2:线性变换的矩阵——不便定义的情况

Suppose $T$ is a linear transformation, $T:\mathbb{R}^{2}\rightarrow \mathbb{R}^{2}$ and $T\begin{pmatrix}1 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 2\end{pmatrix} ,$ $T\begin{pmatrix}0 \\ -1\end{pmatrix} =\begin{pmatrix}3 \\ 2\end{pmatrix} $ Find the matrix $A$ of $T$ such that $T \left( \vec{x} \right)=A\vec{x}$ for all $\vec{x}$.

设 $T$ 是一个线性变换,$T:\mathbb{R}^{2}\rightarrow \mathbb{R}^{2}$,且 $T\begin{pmatrix}1 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 2\end{pmatrix} ,$ $T\begin{pmatrix}0 \\ -1\end{pmatrix} =\begin{pmatrix}3 \\ 2\end{pmatrix} $ 求 $T$ 的矩阵 $A$,使得对所有 $\vec{x}$ 都有 $T \left( \vec{x} \right)=A\vec{x}$。

Solution

解答

By Theorem 2 to find this matrix, we need to determine the action of $T$ on $\vec{e}\_{1}$ and $\vec{e}\_{2}$. In Example 9.9.2, we were given these resulting vectors. However, in this example, we have been given $T$ of two different vectors. How can we find out the action of $T$ on $\vec{e}\_{1}$ and $\vec{e}\_{2}$? In particular for $\vec{e}\_{1}$, suppose there exist $x$ and $y$ such that $\begin{pmatrix}1 \\ 0\end{pmatrix} = x\begin{pmatrix}1\\ 1\end{pmatrix} +y\begin{pmatrix}0 \\ -1\end{pmatrix} \label{matrixvalues}$

根据 定理 2,为求此矩阵,我们需要确定 $T$ 对 $\vec{e}\_{1}$ 和 $\vec{e}\_{2}$ 的作用。在 示例 9.9.2 中,这些结果向量是已知的。然而在本例中,我们已知的是 $T$ 对两个不同向量的作用。我们如何求出 $T$ 对 $\vec{e}\_{1}$ 和 $\vec{e}\_{2}$ 的作用?特别地,对 $\vec{e}\_{1}$,设存在 $x$ 和 $y$ 使得 $\begin{pmatrix}1 \\ 0\end{pmatrix} = x\begin{pmatrix}1\\ 1\end{pmatrix} +y\begin{pmatrix}0 \\ -1\end{pmatrix} \label{matrixvalues}$

Then, since $T$ is linear, $T\begin{pmatrix}1 \\ 0\end{pmatrix} = x T\begin{pmatrix}1 \\ 1\end{pmatrix} +y T\begin{pmatrix}0 \\ -1\end{pmatrix} $

由于 $T$ 是线性的,有 $T\begin{pmatrix}1 \\ 0\end{pmatrix} = x T\begin{pmatrix}1 \\ 1\end{pmatrix} +y T\begin{pmatrix}0 \\ -1\end{pmatrix} $

Substituting in values, this sum becomes $T\begin{pmatrix}1 \\ 0\end{pmatrix} = x\begin{pmatrix}1 \\ 2\end{pmatrix} +y\begin{pmatrix}3 \\ 2\end{pmatrix} \label{matrixvalues2}$

代入数值后,该和变为 $T\begin{pmatrix}1 \\ 0\end{pmatrix} = x\begin{pmatrix}1 \\ 2\end{pmatrix} +y\begin{pmatrix}3 \\ 2\end{pmatrix} \label{matrixvalues2}$

Therefore, if we know the values of $x$ and $y$ which satisfy $\eqref{matrixvalues}$, we can substitute these into equation $\eqref{matrixvalues2}$. By doing so, we find $T\left(\vec{e}\_1\right)$ which is the first column of the matrix $A$.

因此,如果我们知道满足 $\eqref{matrixvalues}$ 的 $x$ 和 $y$ 的值,就可以将其代入方程 $\eqref{matrixvalues2}$。由此可求得 $T\left(\vec{e}\_1\right)$,即矩阵 $A$ 的第一列。

We proceed to find $x$ and $y$. We do so by solving $\eqref{matrixvalues}$, which can be done by solving the system $\begin{array}{c} x = 1 x - y = 0 \end{array}$

我们继续求 $x$ 和 $y$。方法是求解 $\eqref{matrixvalues}$,而这可通过解如下方程组完成:$\begin{array}{c} x = 1 x - y = 0 \end{array}$

We see that $x=1$ and $y=1$ is the solution to this system. Substituting these values into equation $\eqref{matrixvalues2}$, we have $T\begin{pmatrix}1 \\ 0\end{pmatrix} = 1 \begin{pmatrix}1 \\ 2\end{pmatrix} + 1 \begin{pmatrix}3 \\ 2\end{pmatrix} = \begin{pmatrix}1 \\ 2\end{pmatrix} + \begin{pmatrix}3 \\ 2\end{pmatrix} = \begin{pmatrix}4 \\ 4\end{pmatrix} $

我们看到 $x=1$ 且 $y=1$ 是该方程组的解。将这些值代入方程 $\eqref{matrixvalues2}$,得到 $T\begin{pmatrix}1 \\ 0\end{pmatrix} = 1 \begin{pmatrix}1 \\ 2\end{pmatrix} + 1 \begin{pmatrix}3 \\ 2\end{pmatrix} = \begin{pmatrix}1 \\ 2\end{pmatrix} + \begin{pmatrix}3 \\ 2\end{pmatrix} = \begin{pmatrix}4 \\ 4\end{pmatrix} $

Therefore $\begin{pmatrix}4 \\ 4\end{pmatrix}$ is the first column of $A$.

因此 $\begin{pmatrix}4 \\ 4\end{pmatrix}$ 是 $A$ 的第一列。

Computing the second column is done in the same way, and is left as an exercise.

第二列的计算方式相同,留作练习。

The resulting matrix $A$ is given by $A = \begin{pmatrix}4 & -3 \\ 4 & -2\end{pmatrix}$

所得矩阵 $A$ 由下式给出:$A = \begin{pmatrix}4 & -3 \\ 4 & -2\end{pmatrix}$

This example illustrates a very long procedure for finding the matrix of $A$. While this method is reliable and will always result in the correct matrix $A$, the following procedure provides an alternative method.

这个例子展示了一种求 $A$ 的矩阵的很长的步骤。虽然这种方法可靠且总能得到正确的矩阵 $A$,但下面的步骤提供了一种替代方法。

Procedure 1: Finding the Matrix of Inconveniently Defined Linear Transformation 步骤 1:求不便定义的线性变换的矩阵

Suppose $T:\mathbb{R}^{n}\rightarrow \mathbb{R}^{m}$ is a linear transformation. Suppose there exist vectors $\left\{ \vec{a}\_{1},\cdots ,\vec{a}\_{n}\right\}$ in $\mathbb {R}^{n}$ such that $\begin{pmatrix}\vec{a}\_{1} & \cdots & \vec{a}\_{n}\end{pmatrix} ^{-1}$ exists, and $T \left(\vec{a}\_{i}\right)=\vec{b}\_{i} $ Then the matrix of $T$ must be of the form $\begin{pmatrix}\vec{b}\_{1} & \cdots & \vec{b}\_{n}\end{pmatrix} \begin{pmatrix}\vec{a}\_{1} & \cdots & \vec{a}\_{n}\end{pmatrix} ^{-1}$

设 $T:\mathbb{R}^{n}\rightarrow \mathbb{R}^{m}$ 是一个线性变换。设存在向量 $\left\{ \vec{a}\_{1},\cdots ,\vec{a}\_{n}\right\}$,属于 $\mathbb {R}^{n}$,使得 $\begin{pmatrix}\vec{a}\_{1} & \cdots & \vec{a}\_{n}\end{pmatrix} ^{-1}$ 存在,且 $T \left(\vec{a}\_{i}\right)=\vec{b}\_{i} $,则 $T$ 的矩阵必为如下形式:$\begin{pmatrix}\vec{b}\_{1} & \cdots & \vec{b}\_{n}\end{pmatrix} \begin{pmatrix}\vec{a}\_{1} & \cdots & \vec{a}\_{n}\end{pmatrix} ^{-1}$

We will illustrate this procedure in the following example. You may also find it useful to work through Example 2 using this procedure.

我们将在下面的例子中说明这一步骤。你或许也会发现,用这一步骤来演练 示例 2 会很有帮助。

Example 3: Matrix of a Linear Transformation Given Inconveniently 示例 3:不便给出的线性变换的矩阵

Suppose $T:\mathbb{R}^{3}\rightarrow \mathbb{R}^{3}$ is a linear transformation and $T\begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} ,T\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}2 \\ 1 \\ 3\end{pmatrix} ,T\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} $ Find the matrix of this linear transformation.

设 $T:\mathbb{R}^{3}\rightarrow \mathbb{R}^{3}$ 是一个线性变换,且 $T\begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} ,T\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}2 \\ 1 \\ 3\end{pmatrix} ,T\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} $ 求该线性变换的矩阵。

Solution

解答

By Procedure 1, $A= \begin{pmatrix}1 & 0 & 1 \\ 3 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix} ^{-1}$ and $B=\begin{pmatrix}0 & 2 & 0 \\ 1 & 1 & 0 \\ 1 & 3 & 1\end{pmatrix}$

根据 步骤 1,$A= \begin{pmatrix}1 & 0 & 1 \\ 3 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix} ^{-1}$,且 $B=\begin{pmatrix}0 & 2 & 0 \\ 1 & 1 & 0 \\ 1 & 3 & 1\end{pmatrix}$

Then, Procedure 1 claims that the matrix of $T$ is $C= BA^{-1} =\begin{pmatrix}2 & -2 & 4 \\ 0 & 0 & 1 \\ 4 & -3 & 6\end{pmatrix} $

接着,步骤 1 断言 $T$ 的矩阵为 $C= BA^{-1} =\begin{pmatrix}2 & -2 & 4 \\ 0 & 0 & 1 \\ 4 & -3 & 6\end{pmatrix} $

Indeed you can first verify that $T(\vec{x})=C\vec{x}$ for the 3 vectors above:

事实上,你可以先验证对上面这 3 个向量都有 $T(\vec{x})=C\vec{x}$:

$$\begin{pmatrix}2 & -2 & 4 \\ 0 & 0 & 1 \\ 4 & -3 & 6\end{pmatrix} \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} ,\\ \begin{pmatrix}2 & -2 & 4 \\ 0 & 0 & 1 \\ 4 & -3 & 6\end{pmatrix} \begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}2 \\ 1 \\ 3\end{pmatrix} \\ \\\begin{pmatrix}2 & -2 & 4 \\ 0 & 0 & 1 \\ 4 & -3 & 6\end{pmatrix} \begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix}$$

$$\begin{pmatrix}2 & -2 & 4 \\ 0 & 0 & 1 \\ 4 & -3 & 6\end{pmatrix} \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} ,\\ \begin{pmatrix}2 & -2 & 4 \\ 0 & 0 & 1 \\ 4 & -3 & 6\end{pmatrix} \begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}2 \\ 1 \\ 3\end{pmatrix} \\ \\\begin{pmatrix}2 & -2 & 4 \\ 0 & 0 & 1 \\ 4 & -3 & 6\end{pmatrix} \begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix}$$

But more generally $T(\vec{x})= C\vec{x}$ for any $\vec{x}$. To see this, let $\vec{y}=A^{-1}\vec{x}$ and then using linearity of $T$: $T(\vec{x})= T(A\vec{y}) = T \left( \sum_i \vec{y}\_i\vec{a}\_i \right) = \sum \vec{y}\_i T(\vec{a}\_i) \sum \vec{y}\_i \vec{b}\_i = B\vec{y} = BA^{-1}\vec{x} = C\vec{x} $

但更一般地,对任意 $\vec{x}$ 都有 $T(\vec{x})= C\vec{x}$。为看出这一点,令 $\vec{y}=A^{-1}\vec{x}$,然后利用 $T$ 的线性性:$T(\vec{x})= T(A\vec{y}) = T \left( \sum_i \vec{y}\_i\vec{a}\_i \right) = \sum \vec{y}\_i T(\vec{a}\_i) \sum \vec{y}\_i \vec{b}\_i = B\vec{y} = BA^{-1}\vec{x} = C\vec{x} $

Recall the dot product discussed earlier. Consider the map $\vec{v}$$\mapsto$ $\mathrm{proj}\_{\vec{u}}\left( \vec{v}\right)$ which takes a vector a transforms it to its projection onto a given vector $\vec{u}$. It turns out that this map is linear, a result which follows from the properties of the dot product. This is shown as follows. $\begin{aligned}\mathrm{proj}\_{\vec{u}}\left( k \vec{v}+ p \vec{w}\right) &=\left( \frac{(k \vec{v}+ p \vec{w})\bullet \vec{u}}{ \vec{u}\bullet \vec{u}}\right) \vec{u} \\ &= k \left( \frac{ \vec{v}\bullet \vec{u}}{\vec{u}\bullet \vec{u}}\right) \vec{u}+p \left( { 0.05in}\frac{\vec{w}\bullet \vec{u}}{\vec{u}\bullet \vec{u}}\right) \vec{u} \\ &= k \\ \mathrm{proj}\_{\vec{u}}\left( \vec{v}\right) +p \\ \mathrm{proj} \_{\vec{u}}\left( \vec{w}\right)\end{aligned}$

回想前面讨论的点积。考虑映射 $\vec{v}$$\mapsto$ $\mathrm{proj}\_{\vec{u}}\left( \vec{v}\right)$,它把一个向量变换为其在给定向量 $\vec{u}$ 上的投影。事实证明该映射是线性的,这一结果可由点积的性质推出。证明如下。$\begin{aligned}\mathrm{proj}\_{\vec{u}}\left( k \vec{v}+ p \vec{w}\right) &=\left( \frac{(k \vec{v}+ p \vec{w})\bullet \vec{u}}{ \vec{u}\bullet \vec{u}}\right) \vec{u} \\ &= k \left( \frac{ \vec{v}\bullet \vec{u}}{\vec{u}\bullet \vec{u}}\right) \vec{u}+p \left( { 0.05in}\frac{\vec{w}\bullet \vec{u}}{\vec{u}\bullet \vec{u}}\right) \vec{u} \\ &= k \\ \mathrm{proj}\_{\vec{u}}\left( \vec{v}\right) +p \\ \mathrm{proj} \_{\vec{u}}\left( \vec{w}\right)\end{aligned}$

Consider the following example.

考虑下面的例子。

Example 4: Matrix of a Projection Map 示例 4:投影映射的矩阵

Let $\vec{u} = \begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix}$ and let $T$ be the projection map $T: \mathbb{R}^3 \mapsto \mathbb{R}^3$ defined by $T(\vec{v}) = \mathrm{proj}\_{\vec{u}}\left( \vec{v}\right) $ for any $\vec{v} \in \mathbb{R}^3$.

令 $\vec{u} = \begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix}$,并令 $T$ 为投影映射 $T: \mathbb{R}^3 \mapsto \mathbb{R}^3$,定义为对任意 $\vec{v} \in \mathbb{R}^3$ 有 $T(\vec{v}) = \mathrm{proj}\_{\vec{u}}\left( \vec{v}\right) $。
  1. Does this transformation come from multiplication by a matrix?
  2. If so, what is the matrix?
  1. 这个变换是否来自乘以某个矩阵?
  2. 如果是,该矩阵是什么?

Solution

解答
  1. First, we have just seen that $T (\vec{v}) = \mathrm{proj}\_{\vec{u}}\left( \vec{v}\right)$ is linear. Therefore by Theorem 1, we can find a matrix $A$ such that $T(\vec{x}) = A\vec{x}$.
  2. The columns of the matrix for $T$ are defined above as $T(\vec{e}\_{i})$. It follows that $T(\vec{e}\_{i}) = \mathrm{proj} \_{\vec{u}}\left( \vec{e}\_{i}\right)$ gives the $i^{th}$ column of the desired matrix. Therefore, we need to find $\mathrm{proj}\_{\vec{u}}\left( \vec{e}\_{i}\right) = \left( \frac{\vec{e}\_{i}\bullet \vec{u}}{\vec{u}\bullet \vec{u}}\right) \vec{u} $ For the given vector $\vec{u}$, this implies the columns of the desired matrix are $ \frac{1}{14}\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} , \frac{2}{14}\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} , \frac{3}{14}\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} $ which you can verify. Hence the matrix of $T$ is $ \frac{1}{14}\begin{pmatrix}1 & 2 & 3 \\ 2 & 4 & 6 \\ 3 & 6 & 9\end{pmatrix}$
  1. 首先,我们刚才已经看到 $T (\vec{v}) = \mathrm{proj}\_{\vec{u}}\left( \vec{v}\right)$ 是线性的。因此,根据 定理 1,我们可以找到一个矩阵 $A$,使得 $T(\vec{x}) = A\vec{x}$。
  2. 矩阵 $T$ 的列如上定义为 $T(\vec{e}\_{i})$。由此可知,$T(\vec{e}\_{i}) = \mathrm{proj} \_{\vec{u}}\left( \vec{e}\_{i}\right)$ 给出所求矩阵的第 $i^{th}$ 列。因此,我们需要求 $\mathrm{proj}\_{\vec{u}}\left( \vec{e}\_{i}\right) = \left( \frac{\vec{e}\_{i}\bullet \vec{u}}{\vec{u}\bullet \vec{u}}\right) \vec{u} $。对于给定的向量 $\vec{u}$,这意味着所求矩阵的各列为 $ \frac{1}{14}\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} , \frac{2}{14}\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} , \frac{3}{14}\begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} $(你可以验证)。于是 $T$ 的矩阵为 $ \frac{1}{14}\begin{pmatrix}1 & 2 & 3 \\ 2 & 4 & 6 \\ 3 & 6 & 9\end{pmatrix}$

Outcomes 学习目标

  1. Use properties of linear transformations to solve problems.
  2. Find the composite of transformations and the inverse of a transformation.
  1. 利用线性变换的性质解决问题。
  2. 求变换的复合与变换的逆。

Let $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ be a linear transformation. Then there are some important properties of $T$ which will be examined in this section. Consider the following theorem.

设 $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为线性变换。则 $T$ 有一些重要的性质将在本节中考察。考虑如下定理。

Theorem 1: Properties of Linear Transformations 线性变换的性质

Properties of Linear Transformationsproperties Let $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ be a linear transformation and let $\vec{x} \in \mathbb{R}^n$.

线性变换的性质 设 $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为线性变换,且设 $\vec{x} \in \mathbb{R}^n$。

These properties are useful in determining the action of a transformation on a given vector. Consider the following example.

这些性质有助于确定变换对给定向量的作用。考虑如下示例。

Example 1: Linear Combination 线性组合

Let $T:\mathbb{R}^3 \mapsto \mathbb{R}^4$ be a linear transformation such that $T \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} = \begin{pmatrix}4 \\ 4 \\ 0 \\ -2\end{pmatrix}, T \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} = \begin{pmatrix}4 \\ 5 \\ -1 \\ 5\end{pmatrix}$ Find $T \begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix}$.

设 $T:\mathbb{R}^3 \mapsto \mathbb{R}^4$ 为一线性变换,满足 $T \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} = \begin{pmatrix}4 \\ 4 \\ 0 \\ -2\end{pmatrix}, T \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} = \begin{pmatrix}4 \\ 5 \\ -1 \\ 5\end{pmatrix}$。求 $T \begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix}$。

Solution

解答

Using the third property in Theorem 9.6.1, we can find $T \begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix}$ by writing $\begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix}$ as a linear combination of $\begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix}$ and $\begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix}$.

利用定理 9.6.1中的第三个性质,可把 $\begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix}$ 写成 $\begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix}$ 与 $\begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix}$ 的线性组合来求 $T \begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix}$。

Therefore we want to find $a,b \in \mathbb{R}$ such that $\begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix} = a \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} + b \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} $

因此我们要找 $a,b \in \mathbb{R}$ 使得 $\begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix} = a \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} + b \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} $

The necessary augmented matrix and resulting reduced row-echelon form are given by: $\left[\begin{array}{rr\|r}1 & 4 & -7 \\ 3 & 0 & 3 \\ 1 & 5 & -9\end{array}\right] \rightarrow \cdots \rightarrow \left[\begin{array}{rr\|r}1 & 0 & 1 \\ 0 & 1 & -2 \\ 0 & 0 & 0\end{array}\right] $

所需的增广矩阵及其化简行阶梯形式如下:$\left[\begin{array}{rr\|r}1 & 4 & -7 \\ 3 & 0 & 3 \\ 1 & 5 & -9\end{array}\right] \rightarrow \cdots \rightarrow \left[\begin{array}{rr\|r}1 & 0 & 1 \\ 0 & 1 & -2 \\ 0 & 0 & 0\end{array}\right] $

Hence $a = 1, b = -2$ and $\begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix} = 1 \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} + (-2) \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} $

故 $a = 1,\ b = -2$,且 $\begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix} = 1 \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} + (-2) \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} $

Now, using the third property above, we have $\begin{aligned}T \begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix} &=T \left( 1 \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} + (-2) \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} \right) \\ &= 1T \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} -2T \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} \\ &= \begin{pmatrix}4 \\ 4 \\ 0 \\ -2\end{pmatrix} -2 \begin{pmatrix}4 \\ 5 \\ -1 \\ 5\end{pmatrix} \\ &= \begin{pmatrix}-4 \\ -6 \\ 2 \\ -12\end{pmatrix}\end{aligned}$

现在,利用上面的第三个性质,有 $\begin{aligned}T \begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix} &=T \left( 1 \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} + (-2) \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} \right) \\ &= 1T \begin{pmatrix}1 \\ 3 \\ 1\end{pmatrix} -2T \begin{pmatrix}4 \\ 0 \\ 5\end{pmatrix} \\ &= \begin{pmatrix}4 \\ 4 \\ 0 \\ -2\end{pmatrix} -2 \begin{pmatrix}4 \\ 5 \\ -1 \\ 5\end{pmatrix} \\ &= \begin{pmatrix}-4 \\ -6 \\ 2 \\ -12\end{pmatrix}\end{aligned}$

Therefore, $T \begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix} = \begin{pmatrix}-4 \\ -6 \\ 2 \\ -12\end{pmatrix}$.$

因此,$T \begin{pmatrix}-7 \\ 3 \\ -9\end{pmatrix} = \begin{pmatrix}-4 \\ -6 \\ 2 \\ -12\end{pmatrix}$.$

Suppose two linear transformations act in the same way on $\vec{x}$ for all vectors. Then we say that these transformations are equal.

假设两个线性变换对所有向量在 $\vec{x}$ 上的作用方式相同。则称这两个变换相等。

Definition 1: Equal Transformations 相等变换

Let $S$ and $T$ be linear transformations from $\mathbb{R}^n$ to $\mathbb{R}^m$. Then $S = T$ if and only if for every $\vec{x} \in \mathbb{R}^n$, $S \left( \vec{x} \right) = T \left( \vec{x} \right) $

设 $S$ 与 $T$ 为从 $\mathbb{R}^n$ 到 $\mathbb{R}^m$ 的线性变换。则 $S = T$ 当且仅当对每个 $\vec{x} \in \mathbb{R}^n$,都有 $S \left( \vec{x} \right) = T \left( \vec{x} \right) $

Suppose two linear transformations act on the same vector $\vec{x}$, first the transformation $T$ and then a second transformation given by $S$. We can find the composite transformation that results from applying both transformations.

假设两个线性变换作用于同一向量 $\vec{x}$,先作用变换 $T$,再作用由 $S$ 给出的第二个变换。我们可求得先后施加两者而得到的复合变换。

Definition 2: Composition of Linear Transformations 线性变换的复合

Let $T: \mathbb{R}^k \mapsto \mathbb{R}^n$ and $S: \mathbb{R}^n \mapsto \mathbb{R}^m$ be linear transformations. Then the composite of $S$ and $T$ is $S \circ T: \mathbb{R}^k \mapsto \mathbb{R}^m$ The action of $S \circ T$ is given by \$S \circ T) (\vec{x}) = S(T(\vec{x})) $ \mbox{for all} $ \vec{x} \in \mathbb{R}^k$$

设 $T: \mathbb{R}^k \mapsto \mathbb{R}^n$ 与 $S: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为线性变换。则 $S$ 与 $T$ 的复合为 $S \circ T: \mathbb{R}^k \mapsto \mathbb{R}^m$。$S \circ T$ 的作用由 \$S \circ T) (\vec{x}) = S(T(\vec{x})) $ \mbox{for all} $ \vec{x} \in \mathbb{R}^k$$ 给出。

Notice that the resulting vector will be in $\mathbb{R}^m$. Be careful to observe the order of transformations. We write $S \circ T$ but apply the transformation $T$ first, followed by $S$.

注意所得向量将属于 $\mathbb{R}^m$。须仔细看清变换的顺序。我们记作 $S \circ T$,但先施加变换 $T$,再施加 $S$。

Theorem 2: Composition of Transformations 变换的复合

Let $T: \mathbb{R}^k \mapsto \mathbb{R}^n$ and $S: \mathbb{R}^n \mapsto \mathbb{R}^m$ be linear transformations such that $T$ is induced by the matrix $A$ and $S$ is induced by the matrix $B$. Then $S \circ T$ is a linear transformation which is induced by the matrix $BA$.

设 $T: \mathbb{R}^k \mapsto \mathbb{R}^n$ 与 $S: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为线性变换,且 $T$ 由矩阵 $A$ 诱导,$S$ 由矩阵 $B$ 诱导。则 $S \circ T$ 是由矩阵 $BA$ 诱导的线性变换。

Consider the following example.

考虑如下示例。

Example 2: Composition of Transformations 变换的复合

Let $T$ be a linear transformation induced by the matrix $A = \begin{pmatrix}1 & 2 \\ 2 & 0\end{pmatrix} $ and $S$ a linear transformation induced by the matrix $B = \begin{pmatrix}2 & 3 \\ 0 & 1\end{pmatrix} $ Find the matrix of the composite transformation $S \circ T$. Then, find \$S \circ T)(\vec{x})$ for $\vec{x} = \begin{pmatrix}1 \\ 4\end{pmatrix}$.

设 $T$ 为由矩阵 $A = \begin{pmatrix}1 & 2 \\ 2 & 0\end{pmatrix} $ 诱导的线性变换,$S$ 为由矩阵 $B = \begin{pmatrix}2 & 3 \\ 0 & 1\end{pmatrix} $ 诱导的线性变换。求复合变换 $S \circ T$ 的矩阵。然后,对 $\vec{x} = \begin{pmatrix}1 \\ 4\end{pmatrix}$ 求 \$S \circ T)(\vec{x})$。

Solution

解答

By Theorem 2, the matrix of $S \circ T$ is given by $BA$. $BA = \begin{pmatrix}2 & 3 \\ 0 & 1\end{pmatrix} \begin{pmatrix}1 & 2 \\ 2 & 0\end{pmatrix} = \begin{pmatrix}8 & 4 \\ 2 & 0\end{pmatrix} $$

定理 2,$S \circ T$ 的矩阵由 $BA$ 给出。$BA = \begin{pmatrix}2 & 3 \\ 0 & 1\end{pmatrix} \begin{pmatrix}1 & 2 \\ 2 & 0\end{pmatrix} = \begin{pmatrix}8 & 4 \\ 2 & 0\end{pmatrix} $$

To find \$S \circ T)(\vec{x})$, multiply $\vec{x}$ by $BA$ as follows $\begin{pmatrix}8 & 4 \\ 2 & 0\end{pmatrix} \begin{pmatrix}1 \\ 4\end{pmatrix} = \begin{pmatrix}24 \\ 2\end{pmatrix} $

为求 \$S \circ T)(\vec{x})$,将 $\vec{x}$ 乘以 $BA$:$\begin{pmatrix}8 & 4 \\ 2 & 0\end{pmatrix} \begin{pmatrix}1 \\ 4\end{pmatrix} = \begin{pmatrix}24 \\ 2\end{pmatrix} $

To check, first determine $T(\vec{x})$: $\begin{pmatrix}1 & 2 \\ 2 & 0\end{pmatrix} \begin{pmatrix}1 \\ 4\end{pmatrix} = \begin{pmatrix}9 \\ 2\end{pmatrix} $$

验证:先求 $T(\vec{x})$:$\begin{pmatrix}1 & 2 \\ 2 & 0\end{pmatrix} \begin{pmatrix}1 \\ 4\end{pmatrix} = \begin{pmatrix}9 \\ 2\end{pmatrix} $$

Then, compute $S(T(\vec{x}))$ as follows: $\begin{pmatrix}2 & 3 \\ 0 & 1\end{pmatrix} \begin{pmatrix}9 \\ 2\end{pmatrix} = \begin{pmatrix}24 \\ 2\end{pmatrix} $$

然后,计算 $S(T(\vec{x}))$:$\begin{pmatrix}2 & 3 \\ 0 & 1\end{pmatrix} \begin{pmatrix}9 \\ 2\end{pmatrix} = \begin{pmatrix}24 \\ 2\end{pmatrix} $$

Consider a composite transformation $S \circ T$, and suppose that this transformation acted such that \$S \circ T) (\vec{x}) = \vec{x}$. That is, the transformation $S$ took the vector $T(\vec{x})$ and returned it to $\vec{x}$. In this case, $S$ and $T$ are inverses of each other. Consider the following definition.$

考虑复合变换 $S \circ T$,并设其作用满足 \$S \circ T) (\vec{x}) = \vec{x}$。即变换 $S$ 把向量 $T(\vec{x})$ 变回 $\vec{x}$。此时,$S$ 与 $T$ 互为逆。考虑如下定义。$

Definition 3: Inverse of a Transformation 变换的逆

Let $T: \mathbb{R}^n \mapsto \mathbb{R}^n$ and $S:\mathbb{R}^n \mapsto \mathbb{R}^n$ be linear transformations. Suppose that for each $\vec{x} \in \mathbb{R}^n$, \$S \circ T)(\vec{x}) = \vec{x} $ and \$T \circ S)(\vec{x}) = \vec{x} $ Then, $S$ is called an inverse of $T$ and $T$ is called an inverse of $S$. Geometrically, they reverse the action of each other.

设 $T: \mathbb{R}^n \mapsto \mathbb{R}^n$ 与 $S:\mathbb{R}^n \mapsto \mathbb{R}^n$ 为线性变换。假设对每个 $\vec{x} \in \mathbb{R}^n$,有 \$S \circ T)(\vec{x}) = \vec{x} $ 且 \$T \circ S)(\vec{x}) = \vec{x} $。则 $S$ 称为 $T$ 的一个逆,$T$ 称为 $S$ 的一个逆。从几何上看,它们互为反向作用。

The following theorem is crucial, as it claims that the above inverse transformations are unique.

如下定理至关重要,它断言上述逆变换是唯一的。

Theorem 3: Inverse of a Transformation 变换的逆

Let $T:\mathbb{R}^n \mapsto \mathbb{R}^n$ be a linear transformation induced by the matrix $A$. Then $T$ has an inverse transformation if and only if the matrix $A$ is invertible. In this case, the inverse transformation is unique and denoted $T^{-1}: \mathbb{R}^n \mapsto \mathbb{R}^n$. $T^{-1}$ is induced by the matrix $A^{-1}$.

设 $T:\mathbb{R}^n \mapsto \mathbb{R}^n$ 为线性变换,由矩阵 $A$ 诱导。则 $T$ 存在逆变换当且仅当矩阵 $A$ 可逆。此时逆变换唯一,记作 $T^{-1}: \mathbb{R}^n \mapsto \mathbb{R}^n$。$T^{-1}$ 由矩阵 $A^{-1}$ 诱导。

Consider the following example.

考虑如下示例。

Example 3: Inverse of a Transformation 变换的逆

Let $T: \mathbb{R}^2 \mapsto \mathbb{R}^2$ be a linear transformation induced by the matrix $A = \begin{pmatrix}2 & 3 \\ 3 & 4\end{pmatrix}$ Show that $T^{-1}$ exists and find the matrix $B$ which it is induced by.$

设 $T: \mathbb{R}^2 \mapsto \mathbb{R}^2$ 为线性变换,由矩阵 $A = \begin{pmatrix}2 & 3 \\ 3 & 4\end{pmatrix}$ 诱导。证明 $T^{-1}$ 存在,并求其诱导矩阵 $B$。$

Solution

解答

Since the matrix $A$ is invertible, it follows that the transformation $T$ is invertible. Therefore, $T^{-1}$ exists.

由于矩阵 $A$ 可逆,故变换 $T$ 可逆。因此 $T^{-1}$ 存在。

You can verify that $A^{-1}$ is given by: $A^{-1} = \begin{pmatrix}-4 & 3 \\ 3 & -2\end{pmatrix} $ Therefore the linear transformation $T^{-1}$ is induced by the matrix $A^{-1}$.$

可验证 $A^{-1}$ 为:$A^{-1} = \begin{pmatrix}-4 & 3 \\ 3 & -2\end{pmatrix} $,因此线性变换 $T^{-1}$ 由矩阵 $A^{-1}$ 诱导。$

Outcomes 学习目标

  1. Find the matrix of rotations and reflections in $\mathbb{R}^2$ and determine the action of each on a vector in $\mathbb{R}^2$.
  1. 求出 $\mathbb{R}^2$ 中旋转与反射的矩阵,并确定各自对 $\mathbb{R}^2$ 中向量的作用。

In this section, we will examine some special examples of linear transformations in $\mathbb{R}^2$ including rotations and reflections. We will use the geometric descriptions of vector addition and scalar multiplication discussed earlier to show that a rotation of vectors through an angle and reflection of a vector across a line are examples of linear transformations.

本节我们将考察 $\mathbb{R}^2$ 中线性变换的一些特例,包括旋转与反射。我们将利用前面讨论的向量加法与标量乘法的几何描述,说明将向量旋转一个角度以及对向量关于一条直线作反射都是线性变换的例子。

More generally, denote a transformation given by a rotation by $T$. Why is such a transformation linear? Consider the following picture which illustrates a rotation. Let $\vec{u},\vec{v}$ denote vectors.

更一般地,记由旋转给出的变换为 $T$。为什么这样的变换是线性的?考虑下面说明旋转的图像。记 $\vec{u},\vec{v}$ 为向量。

[figure]

(图 1)

Let’s consider how to obtain $T\left( \vec{u}+\vec{v}\right)$. Simply, you add $T (\vec{u})$ and $T(\vec{v})$. Here is why. If you add $T(\vec{u})$ to $T(\vec{v})$ you get the diagonal of the parallelogram determined by $T(\vec{u})$ and $T(\vec{v})$, as this action is our usual vector addition. Now, suppose we first add $\vec{u}$ and $\vec{v}$, and then apply the transformation $T$ to $\vec{u}+\vec{v}$. Hence, we find $T( \vec{u}+\vec{v})$. As shown in the diagram, this will result in the same vector. In other words, $T(\vec{u}+\vec{v}) = T(\vec{u}) + T(\vec{v})$.

考虑如何得到 $T\left( \vec{u}+\vec{v}\right)$。很简单,你把 $T (\vec{u})$ 与 $T(\vec{v})$ 相加。理由如下:将 $T(\vec{u})$ 与 $T(\vec{v})$ 相加,得到由 $T(\vec{u})$ 和 $T(\vec{v})$ 所确定的平行四边形的对角线,因为这一运算就是通常的向量加法。现在,假设我们先把 $\vec{u}$ 与 $\vec{v}$ 相加,再将变换 $T$ 作用于 $\vec{u}+\vec{v}$,于是得到 $T( \vec{u}+\vec{v})$。如图所示,这将得到同一个向量。换言之,$T(\vec{u}+\vec{v}) = T(\vec{u}) + T(\vec{v})$。

This is because the rotation preserves all angles between the vectors as well as their lengths. In particular, it preserves the shape of this parallelogram. Thus both $T\left( \vec{u}\right)+T\left( \vec{v}\right)$ and $T\left( \vec{u}+\vec{v}\right)$ give the same vector. It follows that $T$ distributes across addition of the vectors of $\mathbb{R}^{2}$.

这是因为旋转保持了向量之间的所有夹角以及它们的长度。特别地,它保持了该平行四边形的形状。因此 $T\left( \vec{u}\right)+T\left( \vec{v}\right)$ 与 $T\left( \vec{u}+\vec{v}\right)$ 给出同一个向量。由此可知,$T$ 对 $\mathbb{R}^{2}$ 中向量的加法满足分配律。

Similarly, if $k$ is a scalar, it follows that $T\left( k\vec{u}\right)=kT\left( \vec{u}\right)$. Thus rotations are an example of a linear transformation by Definition 9.6.1.

类似地,若 $k$ 为标量,则有 $T\left( k\vec{u}\right)=kT\left( \vec{u}\right)$。因此旋转是线性变换的例子的结论由 定义 9.6.1 给出。

The following theorem gives the matrix of a linear transformation which rotates all vectors through an angle of $\theta$.

下面的定理给出将所有向量旋转角度 $\theta$ 的线性变换的矩阵。

Theorem 1: Rotation 旋转

$$ \begin{pmatrix}\cos \left( \theta \right) & -\sin \left( \theta \right) \\ \sin \left( \theta \right) & \cos \left( \theta \right) \end{pmatrix} $$

$$ \begin{pmatrix}\cos \left( \theta \right) & -\sin \left( \theta \right) \\ \sin \left( \theta \right) & \cos \left( \theta \right) \end{pmatrix} $$

Proof

证明

Let $\vec{e}\_{1} = \begin{pmatrix}1 \\ 0\end{pmatrix}$ and $\vec{e}\_{2} = \begin{pmatrix}0 \\ 1\end{pmatrix} .$ These identify the geometric vectors which point along the positive $x$ axis and positive $y$ axis as shown.

令 $\vec{e}\_{1} = \begin{pmatrix}1 \\ 0\end{pmatrix}$,$\vec{e}\_{2} = \begin{pmatrix}0 \\ 1\end{pmatrix}$。它们表示沿正 $x$ 轴与正 $y$ 轴的几何向量,如图所示。

[figure]

(图 2)

From Theorem 5.2.2, we need to find $R\_{\theta}(\vec{e}\_{1})$ and $R\_{\theta}(\vec{e}\_{2}),$ and use these as the columns of the matrix $A$ of $T$. We can use $\cos, \sin$ of the angle $\theta$ to find the coordinates of $R\_{\theta}(\vec{e}\_{1})$ as shown in the above picture. The coordinates of $R\_{\theta}(\vec{e}\_{2})$ also follow from trigonometry. Thus $R\_{\theta}(\vec{e}\_{1})=\begin{pmatrix}\cos \theta \\ \sin \theta\end{pmatrix} ,R\_{\theta}(\vec{e}\_{2})=\begin{pmatrix}-\sin \theta \\ \cos \theta\end{pmatrix} $ Therefore, from Theorem 5.2.2, $$A=\begin{pmatrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta\end{pmatrix} $$

定理 5.2.2,我们需要求 $R\_{\theta}(\vec{e}\_{1})$ 与 $R\_{\theta}(\vec{e}\_{2})$,并将它们作为矩阵 $A$(即 $T$ 的矩阵)的列。如上图所示,可利用角度 $\theta$ 的 $\cos, \sin$ 求出 $R\_{\theta}(\vec{e}\_{1})$ 的坐标。$R\_{\theta}(\vec{e}\_{2})$ 的坐标同样可由三角学得到。于是 $R\_{\theta}(\vec{e}\_{1})=\begin{pmatrix}\cos \theta \\ \sin \theta\end{pmatrix}$,$R\_{\theta}(\vec{e}\_{2})=\begin{pmatrix}-\sin \theta \\ \cos \theta\end{pmatrix}$。因此,由 定理 5.2.2 得 $$A=\begin{pmatrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta\end{pmatrix} $$

The definition of $\left( \cos \left( \theta \right) ,\sin \left( \theta \right) \right)$ is as the coordinates of the point of $R\_{\theta}(\vec{e}\_{1})$. Now the point of the vector $\vec{e}\_{2}$ is exactly $\pi /2$ further along the unit circle from the point of $\vec{e}\_{1}$, and therefore after rotation through an angle of $\theta$ the coordinates $x$ and $y$ of the point of $R\_{\theta}(\vec{e}\_{2})$ are given by $\left( x,y\right) =\left( \cos \left( \theta +\pi /2\right) ,\sin \left( \theta +\pi /2\right) \right) =\left( -\sin \theta ,\cos \theta \right) $

$\left( \cos \left( \theta \right) ,\sin \left( \theta \right) \right)$ 的定义即为点 $R\_{\theta}(\vec{e}\_{1})$ 的坐标。现在,向量 $\vec{e}\_{2}$ 的点恰好在单位圆上比 $\vec{e}\_{1}$ 的点再前进 $\pi /2$,因此经角度 $\theta$ 旋转后,点 $R\_{\theta}(\vec{e}\_{2})$ 的坐标 $x$ 与 $y$ 由下式给出:$\left( x,y\right) =\left( \cos \left( \theta +\pi /2\right) ,\sin \left( \theta +\pi /2\right) \right) =\left( -\sin \theta ,\cos \theta \right) $

Consider the following example.

考虑下面的例子。

Example 1: Rotation in $\mathbb{R}^2$ 在 $\mathbb{R}^2$ 中的旋转

Let $R\_{\frac{\pi}{2}}: \mathbb{R}^2 \to \mathbb{R}^2$ denote rotation through $\pi/2$. Find the matrix of $R\_{\frac{\pi}{2}}$. Then, find $R\_{\frac{\pi}{2}} (\vec{x})$ where $\vec{x} = \begin{pmatrix}1 \\ -2\end{pmatrix}$.

设 $R\_{\frac{\pi}{2}}: \mathbb{R}^2 \to \mathbb{R}^2$ 表示旋转 $\pi/2$。求 $R\_{\frac{\pi}{2}}$ 的矩阵。进而,求 $R\_{\frac{\pi}{2}} (\vec{x})$,其中 $\vec{x} = \begin{pmatrix}1 \\ -2\end{pmatrix}$。

Solution

解答

By Theorem 1, the matrix of $R\_{\frac{\pi}{2}}$ is given by $$ \begin{pmatrix}\cos \left( \theta \right) & -\sin \left( \theta \right) \\ \sin \left( \theta \right) & \cos \left( \theta \right) \end{pmatrix} = \begin{pmatrix}\cos \left( \pi/2 \right) & -\sin \left( \pi/2 \right) \\ \sin \left( \pi/2 \right) & \cos \left( \pi/2 \right) \end{pmatrix} = \begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix} $$

定理 1,$R\_{\frac{\pi}{2}}$ 的矩阵为 $$ \begin{pmatrix}\cos \left( \theta \right) & -\sin \left( \theta \right) \\ \sin \left( \theta \right) & \cos \left( \theta \right) \end{pmatrix} = \begin{pmatrix}\cos \left( \pi/2 \right) & -\sin \left( \pi/2 \right) \\ \sin \left( \pi/2 \right) & \cos \left( \pi/2 \right) \end{pmatrix} = \begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix} $$

To find $R\_{\frac{\pi}{2}} (\vec{x})$, we multiply the matrix of $R\_{\frac{\pi}{2}}$ by $\vec{x}$ as follows $$ \begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix} \begin{pmatrix}1 \\ -2\end{pmatrix} = \begin{pmatrix}2 \\ 1\end{pmatrix} $$

为求 $R\_{\frac{\pi}{2}} (\vec{x})$,将 $R\_{\frac{\pi}{2}}$ 的矩阵与 $\vec{x}$ 相乘,如下: $$ \begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix} \begin{pmatrix}1 \\ -2\end{pmatrix} = \begin{pmatrix}2 \\ 1\end{pmatrix} $$

We now look at an example of a linear transformation involving two angles.

现在我们来看一个涉及两个角度的线性变换的例子。

Example 2: The Rotation Matrix of the Sum of Two Angles 两个角度之和的旋转矩阵

Find the matrix of the linear transformation which is obtained by first rotating all vectors through an angle of $\phi$ and then through an angle $\theta .$ Hence the linear transformation rotates all vectors through an angle of $\theta +\phi .$

求如下线性变换的矩阵:先将所有向量旋转角度 $\phi$,再旋转角度 $\theta$。因此该线性变换将所有向量旋转角度 $\theta +\phi$。

Solution

解答

Let $R\_{\theta +\phi }$ denote the linear transformation which rotates every vector through an angle of $\theta +\phi .$ Then to obtain $R\_{\theta +\phi },$ we first apply $R\_{\phi }$ and then $R\_{\theta }$ where $R\_{\phi }$ is the linear transformation which rotates through an angle of $\phi$ and $R\_{\theta }$ is the linear transformation which rotates through an angle of $\theta$. Denoting the corresponding matrices by $A\_{\theta +\phi }$, $A\_{\phi },$ and $A\_{\theta },$ it follows that for every $\vec{u}$ $R\_{\theta +\phi }\left( \vec{u}\right)=A\_{\theta +\phi }\vec{u}=A\_{\theta }A\_{\phi }\vec{u} = R\_{\theta }R\_{\phi } \left( \vec{u}\right) $ Notice the order of the matrices here!

记 $R\_{\theta +\phi }$ 为将每个向量旋转角度 $\theta +\phi$ 的线性变换。为得到 $R\_{\theta +\phi }$,我们先施加 $R\_{\phi }$ 再施加 $R\_{\theta }$,其中 $R\_{\phi }$ 是旋转角度 $\phi$ 的线性变换,$R\_{\theta }$ 是旋转角度 $\theta$ 的线性变换。记对应的矩阵分别为 $A\_{\theta +\phi }$、$A\_{\phi }$ 与 $A\_{\theta }$,则对每个 $\vec{u}$ 有 $R\_{\theta +\phi }\left( \vec{u}\right)=A\_{\theta +\phi }\vec{u}=A\_{\theta }A\_{\phi }\vec{u} = R\_{\theta }R\_{\phi } \left( \vec{u}\right)$。注意此处矩阵的顺序!

Consequently, you must have $$ \begin{aligned}A\_{\theta +\phi } &=\begin{pmatrix}\cos \left( \theta +\phi \right) & -\sin \left( \theta +\phi \right) \\ \sin \left( \theta +\phi \right) & \cos \left( \theta +\phi \right) \end{pmatrix}\\ &=\begin{pmatrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta\end{pmatrix} \begin{pmatrix}\cos \phi & -\sin \phi \\ \sin \phi & \cos \phi\end{pmatrix} =A\_{\theta }A\_{\phi }\end{aligned} $$

因此有 $$ \begin{aligned}A\_{\theta +\phi } &=\begin{pmatrix}\cos \left( \theta +\phi \right) & -\sin \left( \theta +\phi \right) \\ \sin \left( \theta +\phi \right) & \cos \left( \theta +\phi \right) \end{pmatrix}\\ &=\begin{pmatrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta\end{pmatrix} \begin{pmatrix}\cos \phi & -\sin \phi \\ \sin \phi & \cos \phi\end{pmatrix} =A\_{\theta }A\_{\phi }\end{aligned} $$

The usual matrix multiplication yields $$ \begin{aligned}A\_{\theta +\phi } &= \begin{pmatrix}\cos \left( \theta +\phi \right) & -\sin \left( \theta +\phi \right) \\ \sin \left( \theta +\phi \right) & \cos \left( \theta +\phi \right) \end{pmatrix} \\ &=\begin{pmatrix}\cos \theta \cos \phi -\sin \theta \sin \phi & -\cos \theta \sin \phi -\sin \theta \cos \phi \\ \sin \theta \cos \phi +\cos \theta \sin \phi & \cos \theta \cos \phi -\sin \theta \sin \phi\end{pmatrix} \\ &= A\_{\theta }A\_{\phi }\end{aligned} $$

通常的矩阵乘法给出 $$ \begin{aligned}A\_{\theta +\phi } &= \begin{pmatrix}\cos \left( \theta +\phi \right) & -\sin \left( \theta +\phi \right) \\ \sin \left( \theta +\phi \right) & \cos \left( \theta +\phi \right) \end{pmatrix} \\ &=\begin{pmatrix}\cos \theta \cos \phi -\sin \theta \sin \phi & -\cos \theta \sin \phi -\sin \theta \cos \phi \\ \sin \theta \cos \phi +\cos \theta \sin \phi & \cos \theta \cos \phi -\sin \theta \sin \phi\end{pmatrix} \\ &= A\_{\theta }A\_{\phi }\end{aligned} $$

Don’t these look familiar? They are the usual trigonometric identities for the sum of two angles derived here using linear algebra concepts.

这些看起来是不是很眼熟?它们正是两角和的常见三角恒等式,这里用线性代数的概念推导得出。

Here we have focused on rotations in two dimensions. However, you can consider rotations and other geometric concepts in any number of dimensions. This is one of the major advantages of linear algebra. You can break down a difficult geometrical procedure into small steps, each corresponding to multiplication by an appropriate matrix. Then by multiplying the matrices, you can obtain a single matrix which can give you numerical information on the results of applying the given sequence of simple procedures.

这里我们聚焦于二维旋转。然而,你可以在任意维数中考虑旋转及其他几何概念,这是线性代数的主要优点之一。你可以把一个困难的几何过程分解为若干小步骤,每一步对应与一个适当矩阵的乘法。然后将这些矩阵相乘,就能得到一个单一矩阵,它可以给出施加给定简单步骤序列后结果的数值信息。

Linear transformations which reflect vectors across a line are a second important type of transformations in $\mathbb{R}^2$. Consider the following theorem.

将向量关于一条直线作反射的线性变换是 $\mathbb{R}^2$ 中第二类重要的变换。考虑下面的定理。

Theorem 2: Reflection 反射

Let $Q_m: \mathbb{R}^2 \to \mathbb{R}^2$ be a linear transformation given by reflecting vectors over the line $\vec{y}=m\vec{x}$. Then the matrix of $Q_m$ is given by $$ \frac{1}{1+m^2} \begin{pmatrix}1-m^2 & 2m \\ 2m & m^2-1\end{pmatrix} $$

设 $Q_m: \mathbb{R}^2 \to \mathbb{R}^2$ 为将向量关于直线 $\vec{y}=m\vec{x}$ 反射的线性变换。则 $Q_m$ 的矩阵为 $$ \frac{1}{1+m^2} \begin{pmatrix}1-m^2 & 2m \\ 2m & m^2-1\end{pmatrix} $$

Consider the following example.

考虑下面的例子。

Example 3: Reflection in $\mathbb{R}^2$ 在 $\mathbb{R}^2$ 中的反射

Let $Q_2: \mathbb{R}^2 \to \mathbb{R}^2$ denote reflection over the line $\vec{y}=2\vec{x}$. Then $Q_2$ is a linear transformation. Find the matrix of $Q_2$. Then, find $Q_2 (\vec{x})$ where $\vec{x} = \begin{pmatrix}1 \\ -2\end{pmatrix}$.

设 $Q_2: \mathbb{R}^2 \to \mathbb{R}^2$ 表示关于直线 $\vec{y}=2\vec{x}$ 的反射。则 $Q_2$ 是一个线性变换。求 $Q_2$ 的矩阵。进而,求 $Q_2 (\vec{x})$,其中 $\vec{x} = \begin{pmatrix}1 \\ -2\end{pmatrix}$。

Solution

解答

By Theorem 2, the matrix of $Q_2$ is given by $$ \frac{1}{1+m^2} \begin{pmatrix}1-m^2 & 2m \\ 2m & m^2-1\end{pmatrix} = \frac{1}{1+(2)^2} \begin{pmatrix}1-(2)^2 & 2(2) \\ 2(2) & (2)^2-1\end{pmatrix} = \frac{1}{5} \begin{pmatrix}-3 & 8 \\ 8 & 3\end{pmatrix} $$

定理 2,$Q_2$ 的矩阵为 $$ \frac{1}{1+m^2} \begin{pmatrix}1-m^2 & 2m \\ 2m & m^2-1\end{pmatrix} = \frac{1}{1+(2)^2} \begin{pmatrix}1-(2)^2 & 2(2) \\ 2(2) & (2)^2-1\end{pmatrix} = \frac{1}{5} \begin{pmatrix}-3 & 8 \\ 8 & 3\end{pmatrix} $$

To find $Q_2(\vec{x})$ we multiply $\vec{x}$ by the matrix of $Q_2$ as follows: $$ \frac{1}{5} \begin{pmatrix}-3 & 8 \\ 8 & 3\end{pmatrix} \begin{pmatrix}1 \\ -2\end{pmatrix} = \begin{pmatrix}- \frac{19}{5} \\ \frac{2}{5}\end{pmatrix} $$

为求 $Q_2(\vec{x})$,将 $\vec{x}$ 与 $Q_2$ 的矩阵相乘,如下: $$ \frac{1}{5} \begin{pmatrix}-3 & 8 \\ 8 & 3\end{pmatrix} \begin{pmatrix}1 \\ -2\end{pmatrix} = \begin{pmatrix}- \frac{19}{5} \\ \frac{2}{5}\end{pmatrix} $$

Consider the following example which incorporates a reflection as well as a rotation of vectors.

考虑下面同时包含反射与旋转的向量的例子。

Example 4: Rotation Followed by a Reflection 先旋转后反射

Find the matrix of the linear transformation which is obtained by first rotating all vectors through an angle of $\pi /6$ and then reflecting through the $x$ axis.

求如下线性变换的矩阵:先将所有向量旋转角度 $\pi /6$,再关于 $x$ 轴反射。

Solution

解答

By Theorem 1, the matrix of the transformation which involves rotating through an angle of $\pi /6$ is $$ \begin{pmatrix}\cos \left( \pi /6\right) & -\sin \left( \pi /6\right) \\ \sin \left( \pi /6\right) & \cos \left( \pi /6\right) \end{pmatrix} =\begin{pmatrix}\frac{1}{2}\sqrt{3} & - \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2}\sqrt{3}\end{pmatrix} $$

定理 1,旋转角度 $\pi /6$ 的变换的矩阵为 $$ \begin{pmatrix}\cos \left( \pi /6\right) & -\sin \left( \pi /6\right) \\ \sin \left( \pi /6\right) & \cos \left( \pi /6\right) \end{pmatrix} =\begin{pmatrix}\frac{1}{2}\sqrt{3} & - \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2}\sqrt{3}\end{pmatrix} $$

Reflecting across the $x$ axis is the same action as reflecting vectors over the line $\vec{y}=m\vec{x}$ with $m=0$. By Theorem 2, the matrix for the transformation which reflects all vectors through the $x$ axis is $$ \frac{1}{1+m^2} \begin{pmatrix}1-m^2 & 2m \\ 2m & m^2-1\end{pmatrix} = \frac{1}{1+(0)^2} \begin{pmatrix}1-(0)^2 & 2(0) \\ 2(0) & (0)^2-1\end{pmatrix} = \begin{pmatrix}1 & 0 \\ 0 & -1\end{pmatrix} $$

关于 $x$ 轴反射,等价于以 $m=0$ 将向量关于直线 $\vec{y}=m\vec{x}$ 反射。由 定理 2,将所有向量关于 $x$ 轴反射的变换的矩阵为 $$ \frac{1}{1+m^2} \begin{pmatrix}1-m^2 & 2m \\ 2m & m^2-1\end{pmatrix} = \frac{1}{1+(0)^2} \begin{pmatrix}1-(0)^2 & 2(0) \\ 2(0) & (0)^2-1\end{pmatrix} = \begin{pmatrix}1 & 0 \\ 0 & -1\end{pmatrix} $$

Therefore, the matrix of the linear transformation which first rotates through $\pi /6$ and then reflects through the $x$ axis is given by $$ \begin{pmatrix}1 & 0 \\ 0 & -1\end{pmatrix} \begin{pmatrix}\frac{1}{2}\sqrt{3} & - \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2}\sqrt{3}\end{pmatrix} = \begin{pmatrix}\frac{1}{2}\sqrt{3} & - \frac{1}{2} \\ - \frac{1}{2} & - \frac{1}{2}\sqrt{3}\end{pmatrix} $$

因此,先旋转 $\pi /6$ 再关于 $x$ 轴反射的线性变换的矩阵为 $$ \begin{pmatrix}1 & 0 \\ 0 & -1\end{pmatrix} \begin{pmatrix}\frac{1}{2}\sqrt{3} & - \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2}\sqrt{3}\end{pmatrix} = \begin{pmatrix}\frac{1}{2}\sqrt{3} & - \frac{1}{2} \\ - \frac{1}{2} & - \frac{1}{2}\sqrt{3}\end{pmatrix} $$

Outcomes 学习目标

  1. Determine if a linear transformation is onto or one to one.
  1. 判断一个线性变换是满射还是单射。

Let $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ be a linear transformation. We define the range or image of $T$ as the set of vectors of $\mathbb{R}^{m}$ which are of the form $T \left(\vec{x}\right)$ (equivalently, $A\vec{x}$ for some $\vec{x}\in \mathbb{R}^{n}$. It is common to write $T\mathbb{R}^{n}$, $T\left( \mathbb{R}^{n}\right)$, or $\mathrm{Im}\left( T\right)$ to denote these vectors.

设 $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为一个线性变换。我们定义 $T$ 的值域为 $\mathbb{R}^{m}$ 中形如 $T \left(\vec{x}\right)$(等价地,对某个 $\vec{x}\in \mathbb{R}^{n}$ 的 $A\vec{x}$)的向量组成的集合。通常记 $T\mathbb{R}^{n}$、$T\left( \mathbb{R}^{n}\right)$ 或 $\mathrm{Im}\left( T\right)$ 来表示这些向量。

Lemma 1: Range of a Matrix Transformation 引理 1:矩阵变换的值域

Let $A$ be an $m\times n$ matrix where $A\_{1},\cdots , A\_{n}$ denote the columns of $A.$ Then, for a vector $\vec{x}=\begin{pmatrix}x\_{1} \\ \vdots \\ x\_{n}\end{pmatrix}$ in $\mathbb{R}^n$,

设 $A$ 为一个 $m\times n$ 矩阵,其中 $A\_{1},\cdots , A\_{n}$ 表示 $A$ 的各列。则对于 $\mathbb{R}^n$ 中的一个向量 $\vec{x}=\begin{pmatrix}x\_{1} \\ \vdots \\ x\_{n}\end{pmatrix}$,
$$A\vec{x}=\sum\_{k=1}^{n}x\_{k}A\_{k}$$

Therefore, $A \left( \mathbb{R}^n \right)$ is the collection of all linear combinations of these products.

因此,$A \left( \mathbb{R}^n \right)$ 是这些乘积的所有线性组合的集合。

Proof

证明

This follows from the definition of matrix multiplication.

这由矩阵乘法的定义直接可得。

This section is devoted to studying two important characterizations of linear transformations, called one to one and onto. We define them now.

本节致力于研究线性变换的两个重要刻画,称为单射与满射。我们现在给出它们的定义。

Definition 1: One to One 定义 1:单射

Suppose $\vec{x}\_1$ and $\vec{x}\_2$ are vectors in $\mathbb{R}^n$. A linear transformation $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ is called one to one (often written as $1-1)$ if whenever $\vec{x}\_1 \neq \vec{x}\_2$ it follows that : $T\left( \vec{x}\_1 \right) \neq T \left(\vec{x}\_2\right) $

设 $\vec{x}\_1$ 与 $\vec{x}\_2$ 是 $\mathbb{R}^n$ 中的向量。若只要 $\vec{x}\_1 \neq \vec{x}\_2$ 就有 $T\left( \vec{x}\_1 \right) \neq T \left(\vec{x}\_2\right) $,则称线性变换 $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为单射(常记作 $1-1$)。

Equivalently, if $T\left( \vec{x}\_1 \right) =T\left( \vec{x}\_2\right) ,$ then $\vec{x}\_1 = \vec{x}\_2$. Thus, $T$ is one to one if it never takes two different vectors to the same vector.

等价地,若 $T\left( \vec{x}\_1 \right) =T\left( \vec{x}\_2\right) ,$ 则 $\vec{x}\_1 = \vec{x}\_2$。因此,如果 $T$ 从不把两个不同的向量映到同一个向量,则 $T$ 是单射。

The second important characterization is called onto.

第二个重要的刻画称为满射。

Definition 2: Onto 定义 2:满射

Let $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ be a linear transformation. Then $T$ is called onto if whenever $\vec{x}\_2 \in \mathbb{R}^{m}$ there exists $\vec{x}\_1 \in \mathbb{R}^{n}$ such that $T\left( \vec{x}\_1\right) = \vec{x}\_2.$

设 $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为一个线性变换。若对任意 $\vec{x}\_2 \in \mathbb{R}^{m}$,都存在 $\vec{x}\_1 \in \mathbb{R}^{n}$ 使得 $T\left( \vec{x}\_1\right) = \vec{x}\_2,$ 则称 $T$ 为满射

We often call a linear transformation which is one-to-one an injection. Similarly, a linear transformation which is onto is often called a surjection.

我们通常称是单射的线性变换为单射(injection)。类似地,称是满射的线性变换为满射(surjection)。

The following proposition is an important result.

下面这个命题是十分重要的结论。

Proposition 1: One to One 命题 1:单射

Let $T:\mathbb{R}^n \mapsto \mathbb{R}^m$ be a linear transformation. Then $T$ is one to one if and only if $T(\vec{x}) = \vec{0}$ implies $\vec{x}=\vec{0}$.

设 $T:\mathbb{R}^n \mapsto \mathbb{R}^m$ 为一个线性变换。则 $T$ 是单射当且仅当由 $T(\vec{x}) = \vec{0}$ 可推出 $\vec{x}=\vec{0}$。

Proof

证明

We need to prove two things here. First, we will prove that if $T$ is one to one, then $T(\vec{x}) = \vec{0}$ implies that $\vec{x}=\vec{0}$. Second, we will show that if $T(\vec{x})=\vec{0}$ implies that $\vec{x}=\vec{0}$, then it follows that $T$ is one to one. Recall that a linear transformation has the property that $T(\vec{0}) = \vec{0}$.

这里我们需要证明两点。第一,我们证明:若 $T$ 是单射,则由 $T(\vec{x}) = \vec{0}$ 可推出 $\vec{x}=\vec{0}$。第二,我们证明:若由 $T(\vec{x})=\vec{0}$ 可推出 $\vec{x}=\vec{0}$,则 $T$ 是单射。回顾线性变换具有性质 $T(\vec{0}) = \vec{0}$。

Suppose first that $T$ is one to one and consider $T(\vec{0})$. $T(\vec{0})=T\left( \vec{0}+\vec{0}\right) =T(\vec{0})+T(\vec{0}) $ and so, adding the additive inverse of $T(\vec{0})$ to both sides, one sees that $T(\vec{0})=\vec{0}$. If $T(\vec{x})=\vec{0}$ it must be the case that $\vec{x}=\vec{0}$ because it was just shown that $T(\vec{0})=\vec{0}$ and $T$ is assumed to be one to one.

首先设 $T$ 是单射,并考察 $T(\vec{0})$。由于 $T(\vec{0})=T\left( \vec{0}+\vec{0}\right) =T(\vec{0})+T(\vec{0}) $,在两边同时加上 $T(\vec{0})$ 的加法逆元,便得到 $T(\vec{0})=\vec{0}$。若 $T(\vec{x})=\vec{0}$,则必有 $\vec{x}=\vec{0}$,因为前面刚证明了 $T(\vec{0})=\vec{0}$,且已知 $T$ 是单射。

Now assume that if $T(\vec{x})=\vec{0},$ then it follows that $\vec{x}=\vec{0}.$ If $T(\vec{v})=T(\vec{u}),$ then $T(\vec{v})-T(\vec{u})=T\left( \vec{v}-\vec{u}\right) =\vec{0} $ which shows that $\vec{v}-\vec{u}=0$. In other words, $\vec{v}=\vec{u}$, and $T$ is one to one.

现在假设:若 $T(\vec{x})=\vec{0},$ 则可推出 $\vec{x}=\vec{0}$。若 $T(\vec{v})=T(\vec{u}),$ 则 $T(\vec{v})-T(\vec{u})=T\left( \vec{v}-\vec{u}\right) =\vec{0} $,这表明 $\vec{v}-\vec{u}=0$。换言之,$\vec{v}=\vec{u}$,从而 $T$ 是单射。

Note that this proposition says that if $A=\begin{pmatrix}A\_{1} & \cdots & A\_{n}\end{pmatrix}$ then $A$ is one to one if and only if whenever $0 = \sum\_{k=1}^{n}c\_{k}A\_{k} $ it follows that each scalar $c\_{k}=0$.

注意,这个命题表明:若 $A=\begin{pmatrix}A\_{1} & \cdots & A\_{n}\end{pmatrix}$,则 $A$ 是单射当且仅当只要 $0 = \sum\_{k=1}^{n}c\_{k}A\_{k} $ 就有每个标量 $c\_{k}=0$。

We will now take a look at an example of a one to one and onto linear transformation.

现在我们来看一个既是单射又是满射的线性变换的例子。

Example 1: A One to One and Onto Linear Transformation 示例 1:一个单射且满射的线性变换

Suppose $T\begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}1 & 1 \\ 1 & 2\end{pmatrix} \begin{pmatrix}x \\ y\end{pmatrix} $. Then, $T:\mathbb{R}^{2}\rightarrow \mathbb{R}^{2}$ is a linear transformation. Is $T$ onto? Is it one to one?

设 $T\begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}1 & 1 \\ 1 & 2\end{pmatrix} \begin{pmatrix}x \\ y\end{pmatrix} $。则 $T:\mathbb{R}^{2}\rightarrow \mathbb{R}^{2}$ 是一个线性变换。$T$ 是满射吗?它是单射吗?

Solution

解答

Recall that because $T$ can be expressed as matrix multiplication, we know that $T$ is a linear transformation. We will start by looking at onto. So suppose $\begin{pmatrix}a \\ b\end{pmatrix} \in \mathbb{R}^{2}.$ Does there exist $\begin{pmatrix}x \\ y\end{pmatrix} \in \mathbb{R}^2$ such that $T\begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}a \\ b\end{pmatrix} ?$ If so, then since $\begin{pmatrix}a \\ b\end{pmatrix}$ is an arbitrary vector in $\mathbb{R}^{2},$ it will follow that $T$ is onto.

回顾一下,由于 $T$ 可以表示为矩阵乘法,我们知道 $T$ 是一个线性变换。我们先考察满射性。设 $\begin{pmatrix}a \\ b\end{pmatrix} \in \mathbb{R}^{2}。$ 是否存在 $\begin{pmatrix}x \\ y\end{pmatrix} \in \mathbb{R}^2$ 使得 $T\begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}a \\ b\end{pmatrix} ?$ 如果存在,那么由于 $\begin{pmatrix}a \\ b\end{pmatrix}$ 是 $\mathbb{R}^{2}$ 中的任意向量,即可推出 $T$ 是满射。

This question is familiar to you. It is asking whether there is a solution to the equation $\begin{pmatrix}1 & 1 \\ 1 & 2\end{pmatrix} \begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}a \\ b\end{pmatrix} $ This is the same thing as asking for a solution to the following system of equations. $\begin{array}{c} x+y=a \\ x+2y=b \end{array} $ Set up the augmented matrix and row reduce. $\left[\begin{array}{rr\|r}1 & 1 & a \\ 1 & 2 & b\end{array}\right] \rightarrow \left[\begin{array}{rr\|r}1 & 0 & 2a-b \\ 0 & 1 & b-a\end{array}\right] \label{ontomatrix}$ You can see from this point that the system has a solution. Therefore, we have shown that for any $a, b$, there is a $\begin{pmatrix}x \\ y\end{pmatrix}$ such that $T\begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}a \\ b\end{pmatrix}$. Thus $T$ is onto.

这个问题你应当很熟悉。它在问方程 $\begin{pmatrix}1 & 1 \\ 1 & 2\end{pmatrix} \begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}a \\ b\end{pmatrix} $ 是否有解。这等价于求下列方程组的解。$\begin{array}{c} x+y=a \\ x+2y=b \end{array} $ 建立增广矩阵并作行化简。$\left[\begin{array}{rr\|r}1 & 1 & a \\ 1 & 2 & b\end{array}\right] \rightarrow \left[\begin{array}{rr\|r}1 & 0 & 2a-b \\ 0 & 1 & b-a\end{array}\right] \label{ontomatrix}$ 由此可以看出该方程组有解。因此我们已经证明,对任意 $a, b$,都存在 $\begin{pmatrix}x \\ y\end{pmatrix}$ 使得 $T\begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}a \\ b\end{pmatrix}$。于是 $T$ 是满射。

Now we want to know if $T$ is one to one. By Proposition 1 it is enough to show that $A\vec{x}=0$ implies $\vec{x}=0$. Consider the system $A\vec{x}=0$ given by: $\begin{pmatrix}1 & 1 \\ 1 & 2\\\end{pmatrix} \begin{pmatrix}x\\ y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $

现在我们想知道 $T$ 是否为单射。由命题 1可知,只需证明 $A\vec{x}=0$ 推出 $\vec{x}=0$。考虑方程组 $A\vec{x}=0$,即 $\begin{pmatrix}1 & 1 \\ 1 & 2\\\end{pmatrix} \begin{pmatrix}x\\ y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $

This is the same as the system given by

这与下列方程组相同
$$\begin{array}{c} x + y = 0 \\ x + 2y = 0 \end{array}$$

We need to show that the solution to this system is $x = 0$ and $y = 0$. By setting up the augmented matrix and row reducing, we end up with $\left[\begin{array}{rr\|r}1 & 0 & 0 \\ 0 & 1 & 0\end{array}\right]$

我们需要证明该方程组的解为 $x = 0$ 且 $y = 0$。建立增广矩阵并作行化简,最终得到 $\left[\begin{array}{rr\|r}1 & 0 & 0 \\ 0 & 1 & 0\end{array}\right]$

This tells us that $x = 0$ and $y = 0$. Returning to the original system, this says that if

这说明 $x = 0$ 且 $y = 0$。回到原方程组,这意味着如果
$$\begin{pmatrix}1 & 1 \\ 1 & 2\\\end{pmatrix} \begin{pmatrix}x\\ y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix}$$

then $\begin{pmatrix}x \\ y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $

则 $\begin{pmatrix}x \\ y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $

In other words, $A\vec{x}=0$ implies that $\vec{x}=0$. By Proposition 1, $A$ is one to one, and so $T$ is also one to one.

换言之,$A\vec{x}=0$ 推出 $\vec{x}=0$。由命题 1,$A$ 是单射,从而 $T$ 也是单射。

We also could have seen that $T$ is one to one from our above solution for onto. By looking at the matrix given by $\eqref{ontomatrix}$, you can see that there is a unique solution given by $x=2a-b$ and $y=b-a$. Therefore, there is only one vector, specifically $\begin{pmatrix}x \\ y\end{pmatrix} = \begin{pmatrix}2a-b\\ b-a\end{pmatrix}$ such that $T\begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}a \\ b\end{pmatrix}$. Hence by Definition 1, $T$ is one to one.

我们也可以从前面关于满射的解答中看出 $T$ 是单射。观察由 $\eqref{ontomatrix}$ 给出的矩阵,可见存在唯一解,由 $x=2a-b$ 和 $y=b-a$ 给出。因此只有一个向量,即 $\begin{pmatrix}x \\ y\end{pmatrix} = \begin{pmatrix}2a-b\\ b-a\end{pmatrix}$,使得 $T\begin{pmatrix}x \\ y\end{pmatrix} =\begin{pmatrix}a \\ b\end{pmatrix}$。故由定义 1,$T$ 是单射。

Example 2: An Onto Transformation 示例 2:一个满射变换

Let $T: \mathbb{R}^4 \mapsto \mathbb{R}^2$ be a linear transformation defined by $T \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} = \begin{pmatrix}a + d \\ b + c\end{pmatrix} \mbox{ for all } \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} \in \mathbb{R}^4 $ Prove that $T$ is onto but not one to one.

设 $T: \mathbb{R}^4 \mapsto \mathbb{R}^2$ 为一个线性变换,定义为 $T \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} = \begin{pmatrix}a + d \\ b + c\end{pmatrix} \mbox{ 对所有 } \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} \in \mathbb{R}^4 $ 成立。证明 $T$ 是满射但不是单射。

Solution

解答

You can prove that $T$ is in fact linear.

你可以证明 $T$ 确实是线性的。

To show that $T$ is onto, let $\begin{pmatrix}x \\ y\end{pmatrix}$ be an arbitrary vector in $\mathbb{R}^2$. Taking the vector $\begin{pmatrix}x \\ y \\ 0 \\ 0\end{pmatrix} \in \mathbb{R}^4$ we have $T \begin{pmatrix}x \\ y \\ 0 \\ 0\end{pmatrix} = \begin{pmatrix}x + 0 \\ y + 0\end{pmatrix} = \begin{pmatrix}x \\ y\end{pmatrix} $ This shows that $T$ is onto.

为证明 $T$ 是满射,设 $\begin{pmatrix}x \\ y\end{pmatrix}$ 是 $\mathbb{R}^2$ 中的任意向量。取向量 $\begin{pmatrix}x \\ y \\ 0 \\ 0\end{pmatrix} \in \mathbb{R}^4$,我们有 $T \begin{pmatrix}x \\ y \\ 0 \\ 0\end{pmatrix} = \begin{pmatrix}x + 0 \\ y + 0\end{pmatrix} = \begin{pmatrix}x \\ y\end{pmatrix} $,这表明 $T$ 是满射。

By Proposition 1 $T$ is one to one if and only if $T(\vec{x}) = \vec{0}$ implies that $\vec{x} = \vec{0}$. Observe that $T \begin{pmatrix}1 \\ 0 \\ 0 \\ -1\end{pmatrix} = \begin{pmatrix}1 + -1 \\ 0 + 0\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $ There exists a nonzero vector $\vec{x}$ in $\mathbb{R}^4$ such that $T(\vec{x}) = \vec{0}$. It follows that $T$ is not one to one.

命题 1,$T$ 是单射当且仅当由 $T(\vec{x}) = \vec{0}$ 可推出 $\vec{x} = \vec{0}$。注意到 $T \begin{pmatrix}1 \\ 0 \\ 0 \\ -1\end{pmatrix} = \begin{pmatrix}1 + -1 \\ 0 + 0\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $。存在 $\mathbb{R}^4$ 中的非零向量 $\vec{x}$ 使得 $T(\vec{x}) = \vec{0}$。因此 $T$ 不是单射。

The above examples demonstrate a method to determine if a linear transformation $T$ is one to one or onto. It turns out that the matrix $A$ of $T$ can provide this information.

上述例子展示了一种判断线性变换 $T$ 是否为单射或满射的方法。事实上,$T$ 的矩阵 $A$ 就能提供这一信息。

Theorem 1: Matrix of a One to One or Onto Transformation 定理 1:单射或满射变换的矩阵

Let $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ be a linear transformation induced by the $m \times n$ matrix $A$. Then $T$ is one to one if and only if the rank of $A$ is $n$. $T$ is onto if and only if the rank of $A$ is $m$.

设 $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为由 $m \times n$ 矩阵 $A$ 诱导的线性变换。则 $T$ 是单射当且仅当 $A$ 的秩为 $n$;$T$ 是满射当且仅当 $A$ 的秩为 $m$。

Consider Example 2. Above we showed that $T$ was onto but not one to one. We can now use this theorem to determine this fact about $T$.

考虑示例 2。前面我们已证明 $T$ 是满射但不是单射。现在我们可以用这个定理来确定 $T$ 的这一性质。

Example 3: An Onto Transformation 示例 3:一个满射变换

Let $T: \mathbb{R}^4 \mapsto \mathbb{R}^2$ be a linear transformation defined by $T \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} = \begin{pmatrix}a + d \\ b + c\end{pmatrix} \mbox{ for all } \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} \in \mathbb{R}^4 $ Prove that $T$ is onto but not one to one.

设 $T: \mathbb{R}^4 \mapsto \mathbb{R}^2$ 为一个线性变换,定义为 $T \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} = \begin{pmatrix}a + d \\ b + c\end{pmatrix} \mbox{ 对所有 } \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} \in \mathbb{R}^4 $ 成立。证明 $T$ 是满射但不是单射。

Solution

解答

Using Theorem 1 we can show that $T$ is onto but not one to one from the matrix of $T$. Recall that to find the matrix $A$ of $T$, we apply $T$ to each of the standard basis vectors $\vec{e}\_i$ of $\mathbb{R}^4$. The result is the $2 \times 4$ matrix A given by $A = \begin{pmatrix}1 & 0 & 0 & 1 \\ 0 & 1 & 1 & 0\end{pmatrix} $ Fortunately, this matrix is already in reduced row-echelon form. The rank of $A$ is $2$. Therefore by the above theorem $T$ is onto but not one to one.

利用定理 1,我们可以从 $T$ 的矩阵判断 $T$ 是满射但不是单射。回顾求 $T$ 的矩阵 $A$ 的方法:将 $T$ 作用于 $\mathbb{R}^4$ 的每个标准基向量 $\vec{e}\_i$。得到的 $2 \times 4$ 矩阵 $A$ 为 $A = \begin{pmatrix}1 & 0 & 0 & 1 \\ 0 & 1 & 1 & 0\end{pmatrix} $。幸运的是,该矩阵已经处于简化行阶梯形。矩阵 $A$ 的秩为 $2$。因此,由上述定理,$T$ 是满射但不是单射。

Recall that if $S$ and $T$ are linear transformations, we can discuss their composite denoted $S \circ T$. The following examines what happens if both $S$ and $T$ are onto.

回顾:若 $S$ 和 $T$ 都是线性变换,我们可以讨论它们的复合,记作 $S \circ T$。下面考察当 $S$ 和 $T$ 均为满射时会发生什么。

Example 4: Composite of Onto Transformations 示例 4:满射变换的复合

Let $T: \mathbb{R}^k \mapsto \mathbb{R}^n$ and $S: \mathbb{R}^n \mapsto \mathbb{R}^m$ be linear transformations. If $T$ and $S$ are onto, then $S \circ T$ is onto.

设 $T: \mathbb{R}^k \mapsto \mathbb{R}^n$ 与 $S: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为线性变换。若 $T$ 和 $S$ 都是满射,则 $S \circ T$ 是满射。

Solution

解答

Let $\vec{z}\in \mathbb{R}^m$. Since $S$ is onto, there exists a vector $\vec{y}\in \mathbb{R}^n$ such that $S(\vec{y})=\vec{z}$. Furthermore, since $T$ is onto, there exists a vector $\vec{x}\in \mathbb{R}^k$ such that $T(\vec{x})=\vec{y}$. Thus $\vec{z} = S(\vec{y}) = S(T(\vec{x})) = (ST)(\vec{x}), $ showing that for each $\vec{z}\in \mathbb{R}^m$ there exists and $\vec{x}\in \mathbb{R}^k$ such that $(ST)(\vec{x})=\vec{z}$. Therefore, $S \circ T$ is onto.

设 $\vec{z}\in \mathbb{R}^m$。由于 $S$ 是满射,存在向量 $\vec{y}\in \mathbb{R}^n$ 使得 $S(\vec{y})=\vec{z}$。进而,由于 $T$ 是满射,存在向量 $\vec{x}\in \mathbb{R}^k$ 使得 $T(\vec{x})=\vec{y}$。于是 $\vec{z} = S(\vec{y}) = S(T(\vec{x})) = (ST)(\vec{x}), $,这表明对每个 $\vec{z}\in \mathbb{R}^m$,都存在 $\vec{x}\in \mathbb{R}^k$ 使得 $(ST)(\vec{x})=\vec{z}$。因此,$S \circ T$ 是满射。

The next example shows the same concept with regards to one-to-one transformations.

下一个例子针对单射变换展示同样的概念。

Example 5: Composite of One to One Transformations 示例 5:单射变换的复合

Let $T: \mathbb{R}^k \mapsto \mathbb{R}^n$ and $S: \mathbb{R}^n \mapsto \mathbb{R}^m$ be linear transformations. Prove that if $T$ and $S$ are one to one, then $S \circ T$ is one-to-one.

设 $T: \mathbb{R}^k \mapsto \mathbb{R}^n$ 与 $S: \mathbb{R}^n \mapsto \mathbb{R}^m$ 为线性变换。证明:若 $T$ 和 $S$ 都是单射,则 $S \circ T$ 是单射。

Solution

解答

To prove that $S \circ T$ is one to one, we need to show that if $S(T (\vec{v})) = \vec{0}$ it follows that $\vec{v} = \vec{0}$. Suppose that $S(T (\vec{v})) = \vec{0}$. Since $S$ is one to one, it follows that $T (\vec{v}) = \vec{0}$. Similarly, since $T$ is one to one, it follows that $\vec{v} = \vec{0}$. Hence $S \circ T$ is one to one.

为证明 $S \circ T$ 是单射,我们需要证明:若 $S(T (\vec{v})) = \vec{0}$,则 $\vec{v} = \vec{0}$。设 $S(T (\vec{v})) = \vec{0}$。由于 $S$ 是单射,可得 $T (\vec{v}) = \vec{0}$。同理,由于 $T$ 是单射,可得 $\vec{v} = \vec{0}$。因此 $S \circ T$ 是单射。

Outcomes 学习目标

  1. Determine if a linear transformation is an isomorphism.
  2. Determine if two subspaces of $\mathbb{R}^n$ are isomorphic.
  1. 判断一个线性变换是否为同构。
  2. 判断 $\mathbb{R}^n$ 的两个子空间是否同构。

Recall the definition of a linear transformation. Let $V$ and $W$ be two subspaces of $\mathbb{R}^{n}$ and $\mathbb{R}^{m}$ respectively. A mapping $T:V\rightarrow W$ is called a linear transformation or linear map if it preserves the algebraic operations of addition and scalar multiplication. Specifically, if $a,b$ are scalars and $\vec{x},\vec{y}$ are vectors,

回顾线性变换的定义。设 $V$ 与 $W$ 分别是 $\mathbb{R}^{n}$ 与 $\mathbb{R}^{m}$ 的两个子空间。若映射 $T:V\rightarrow W$ 保持加法与标量乘法的代数运算,则称其为线性变换线性映射。具体而言,若 $a,b$ 为标量且 $\vec{x},\vec{y}$ 为向量,

$$T\left( a\vec{x}+b\vec{y}\right) =aT(\vec{x})+bT(\vec{y})$$

$$T\left( a\vec{x}+b\vec{y}\right) =aT(\vec{x})+bT(\vec{y})$$

Consider the following important definition.

考虑以下重要定义。

Definition 1: Isomorphism 同构

A linear map $T$ is called an isomorphism if the following two conditions are satisfied.

若线性映射 $T$ 满足以下两个条件,则称其为同构

Two such subspaces which have an isomorphism as described above are said to be isomorphic.

具有上述同构的两个子空间称为同构的

Consider the following example of an isomorphism.

考虑以下同构的例子。

Example 1: Isomorphism 同构

Let $T: \mathbb{R}^2 \mapsto \mathbb{R}^2$ be defined by $T \begin{pmatrix}x \\ y\end{pmatrix} = \begin{pmatrix}x + y \\ x - y\end{pmatrix}$ Show that $T$ is an isomorphism.

设 $T: \mathbb{R}^2 \mapsto \mathbb{R}^2$ 由 $T \begin{pmatrix}x \\ y\end{pmatrix} = \begin{pmatrix}x + y \\ x - y\end{pmatrix}$ 定义。证明 $T$ 是同构。

Solution 解答

To prove that $T$ is an isomorphism we must show

要证明 $T$ 是同构,必须证明
  1. $T$ is a linear transformation;
  2. $T$ is one to one;
  3. $T$ is onto.
  1. $T$ 是线性变换;
  2. $T$ 是单射;
  3. $T$ 是满射。

We proceed as follows.

我们进行如下证明。

1. $T$ is a linear transformation:

1. $T$ 是线性变换:

$\begin{aligned}T \left( k \begin{pmatrix}x_1 \\ y_1\end{pmatrix} + p \begin{pmatrix}x_2 \\ y_2\end{pmatrix} \right) &= T \left( \begin{pmatrix}kx_1 \\ ky_1\end{pmatrix} + \begin{pmatrix}px_2 \\ py_2\end{pmatrix} \right) \\ &= T \left( \begin{pmatrix}kx_1 + px_2 \\ ky_1 + py_2\end{pmatrix} \right) \\ &= \begin{pmatrix}(kx_1 + px_2) + (ky_1 + py_2) \\ (kx_1 + px_2) - (ky_1 + py_2)\end{pmatrix} \\ &= \begin{pmatrix}(kx_1 + ky_1) + (px_2 + py_2) \\ (kx_1 - ky_1) + (px_2 - py_2)\end{pmatrix} \\ &= \begin{pmatrix}kx_1 + ky_1 \\ kx_1 - ky_1\end{pmatrix} + \begin{pmatrix}px_2 + py_2 \\ px_2 - py_2\end{pmatrix} \\ &= k \begin{pmatrix}x_1 + y_1 \\ x_1 - y_1\end{pmatrix} + p \begin{pmatrix}x_2 + y_2 \\ x_2 - y_2\end{pmatrix} \\ &= k T \left( \begin{pmatrix}x_1 \\ y_1\end{pmatrix} \right) + p T \left( \begin{pmatrix}x_2 \\ y_2\end{pmatrix} \right)\end{aligned}$

$\begin{aligned}T \left( k \begin{pmatrix}x_1 \\ y_1\end{pmatrix} + p \begin{pmatrix}x_2 \\ y_2\end{pmatrix} \right) &= T \left( \begin{pmatrix}kx_1 \\ ky_1\end{pmatrix} + \begin{pmatrix}px_2 \\ py_2\end{pmatrix} \right) \\ &= T \left( \begin{pmatrix}kx_1 + px_2 \\ ky_1 + py_2\end{pmatrix} \right) \\ &= \begin{pmatrix}(kx_1 + px_2) + (ky_1 + py_2) \\ (kx_1 + px_2) - (ky_1 + py_2)\end{pmatrix} \\ &= \begin{pmatrix}(kx_1 + ky_1) + (px_2 + py_2) \\ (kx_1 - ky_1) + (px_2 - py_2)\end{pmatrix} \\ &= \begin{pmatrix}kx_1 + ky_1 \\ kx_1 - ky_1\end{pmatrix} + \begin{pmatrix}px_2 + py_2 \\ px_2 - py_2\end{pmatrix} \\ &= k \begin{pmatrix}x_1 + y_1 \\ x_1 - y_1\end{pmatrix} + p \begin{pmatrix}x_2 + y_2 \\ x_2 - y_2\end{pmatrix} \\ &= k T \left( \begin{pmatrix}x_1 \\ y_1\end{pmatrix} \right) + p T \left( \begin{pmatrix}x_2 \\ y_2\end{pmatrix} \right)\end{aligned}$

Therefore $T$ is linear.

因此 $T$ 是线性的。

2. $T$ is one to one:

2. $T$ 是单射:

We need to show that if $T (\vec{x}) = \vec{0}$ for a vector $\vec{x} \in \mathbb{R}^2$, then it follows that $\vec{x} = \vec{0}$. Let $\vec{x} = \begin{pmatrix}x \\ y\end{pmatrix}$.

我们需要证明:对向量 $\vec{x} \in \mathbb{R}^2$,若 $T (\vec{x}) = \vec{0}$,则必有 $\vec{x} = \vec{0}$。设 $\vec{x} = \begin{pmatrix}x \\ y\end{pmatrix}$。

$T \left( \begin{pmatrix}x \\ y\end{pmatrix} \right) = \begin{pmatrix}x + y\\ x - y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $ This provides a system of equations given by $\begin{aligned}x + y &= 0\\ x - y &= 0\end{aligned}$ You can verify that the solution to this system if $x = y =0$. Therefore $\vec{x} = \begin{pmatrix}x \\ y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $ and $T$ is one to one.

$T \left( \begin{pmatrix}x \\ y\end{pmatrix} \right) = \begin{pmatrix}x + y\\ x - y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $ 这给出如下方程组:$\begin{aligned}x + y &= 0\\ x - y &= 0\end{aligned}$ 可以验证该方程组的解为 $x = y =0$。因此 $\vec{x} = \begin{pmatrix}x \\ y\end{pmatrix} = \begin{pmatrix}0 \\ 0\end{pmatrix} $,故 $T$ 是单射。

3. $T$ is onto:

3. $T$ 是满射:

Let $a,b$ be scalars. We want to check if there is always a solution to $T \left( \begin{pmatrix}x \\ y\end{pmatrix} \right) = \begin{pmatrix}x + y\\ x - y\end{pmatrix} = \begin{pmatrix}a \\ b\end{pmatrix}$

设 $a,b$ 为标量。我们要验证方程 $T \left( \begin{pmatrix}x \\ y\end{pmatrix} \right) = \begin{pmatrix}x + y\\ x - y\end{pmatrix} = \begin{pmatrix}a \\ b\end{pmatrix}$ 是否恒有解。

This can be represented as the system of equations $\begin{aligned}x + y &= a\\ x - y &= b\end{aligned}$

这可表示为方程组 $\begin{aligned}x + y &= a\\ x - y &= b\end{aligned}$

Setting up the augmented matrix and row reducing gives $\left[\begin{array}{cc\|c}1 & 1 & a \\ 1 & -1 & b\end{array}\right] \rightarrow \cdots \rightarrow \left[\begin{array}{cc\|c}1 & 0 & \frac{a+b}{2} \\ 0 & 1 & \frac{a-b}{2}\end{array}\right]$ This has a solution for all $a,b$ and therefore $T$ is onto.

建立增广矩阵并化为行最简形得到 $\left[\begin{array}{cc\|c}1 & 1 & a \\ 1 & -1 & b\end{array}\right] \rightarrow \cdots \rightarrow \left[\begin{array}{cc\|c}1 & 0 & \frac{a+b}{2} \\ 0 & 1 & \frac{a-b}{2}\end{array}\right]$ 对任意 $a,b$ 均有解,因此 $T$ 是满射。

Therefore $T$ is an isomorphism.

因此 $T$ 是同构。

An important property of isomorphisms is that its inverse is also an isomorphism.

同构的一个重要性质是其逆也是同构。

Proposition 1: Inverse of an Isomorphism 同构的逆

Let $T:V\rightarrow W$ be an isomorphism and $V,W$ be subspaces of $\mathbb{R}^n$. Then $T^{-1}:W\rightarrow V$ is also an isomorphism.

设 $T:V\rightarrow W$ 为同构,且 $V,W$ 是 $\mathbb{R}^n$ 的子空间。则 $T^{-1}:W\rightarrow V$ 也是同构。

Proof

证明

Let $T$ be an isomorphism. Since $T$ is onto, a typical vector in $W$ is of the form $T(\vec{v})$ where $\vec{v} \in V$. Consider then for $a,b$ scalars, $T^{-1}\left( aT(\vec{v}\_{1})+bT(\vec{v}\_{2})\right)$ where $\vec{v}\_{1}, \vec{v}\_2 \in V$. Is this equal to $aT^{-1}\left( T (\vec{v}\_{1})\right) +bT^{-1}\left( T(\vec{v}\_{2})\right) =a\vec{v}\_{1}+b\vec{v}\_{2}?$ Since $T$ is one to one, this will be so if $T\left( a\vec{v}\_{1}+b\vec{v}\_{2}\right) =T\left( T^{-1}\left( aT(\vec{v}\_{1})+bT(\vec{v}\_{2})\right) \right) =aT(\vec{v}\_{1})+bT(\vec{v}\_{2}).$ However, the above statement is just the condition that $T$ is a linear map. Thus $T^{-1}$ is indeed a linear map. If $\vec{v} \in V$ is given, then $\vec{v}=T^{-1}\left( T(\vec{v})\right)$ and so $T^{-1}$ is onto. If $T^{-1} (\vec{v})=0,$ then $\vec{v}=T\left( T^{-1}(\vec{v})\right) =T(\vec{0})=\vec{0}$ and so $T^{-1}$ is one to one.

设 $T$ 为同构。因为 $T$ 是满射,$W$ 中任一向量均可写成 $T(\vec{v})$ 的形式,其中 $\vec{v} \in V$。考虑标量 $a,b$,考察 $T^{-1}\left( aT(\vec{v}\_{1})+bT(\vec{v}\_{2})\right)$,其中 $\vec{v}\_{1}, \vec{v}\_2 \in V$。它是否等于 $aT^{-1}\left( T (\vec{v}\_{1})\right) +bT^{-1}\left( T(\vec{v}\_{2})\right) =a\vec{v}\_{1}+b\vec{v}\_{2}?$ 由于 $T$ 是单射,若 $T\left( a\vec{v}\_{1}+b\vec{v}\_{2}\right) =T\left( T^{-1}\left( aT(\vec{v}\_{1})+bT(\vec{v}\_{2})\right) \right) =aT(\vec{v}\_{1})+bT(\vec{v}\_{2}),$ 则结论成立。然而上式恰好就是 $T$ 为线性映射的条件。因此 $T^{-1}$ 确实是线性映射。若给定 $\vec{v} \in V$,则 $\vec{v}=T^{-1}\left( T(\vec{v})\right)$,故 $T^{-1}$ 是满射。若 $T^{-1} (\vec{v})=0,$ 则 $\vec{v}=T\left( T^{-1}(\vec{v})\right) =T(\vec{0})=\vec{0}$,故 $T^{-1}$ 是单射。

Another important result is that the composition of multiple isomorphisms is also an isomorphism.

另一个重要结论是多个同构的复合也是同构。

Proposition 2: Composition of Isomorphisms 同构的复合

Let $T:V\rightarrow W$ and $S:W\rightarrow Z$ be isomorphisms where $V,W,Z$ are subspaces of $\mathbb{R}^n$. Then $S\circ T$ defined by $\left( S\circ T\right) \left( \vec{v} \right) = S\left( T\left( \vec{v} \right) \right)$ is also an isomorphism.

设 $T:V\rightarrow W$ 与 $S:W\rightarrow Z$ 为同构,其中 $V,W,Z$ 是 $\mathbb{R}^n$ 的子空间。则由 $\left( S\circ T\right) \left( \vec{v} \right) = S\left( T\left( \vec{v} \right) \right)$ 定义的 $S\circ T$ 也是同构。

Proof

证明

Suppose $T:V\rightarrow W$ and $S:W\rightarrow Z$ are isomorphisms. Why is $S\circ T$ a linear map? For $a,b$ scalars,

设 $T:V\rightarrow W$ 与 $S:W\rightarrow Z$ 为同构。为何 $S\circ T$ 是线性映射?对标量 $a,b$,

$$\begin{aligned}S\circ T\left( a\vec{v}\_{1}+b(\vec{v}\_{2})\right) &= S\left( T\left(a\vec{v}\_{1}+b\vec{v}\_{2}\right) \right) =S\left( aT\vec{v}\_{1}+bT\vec{v}\_{2}\right) \\ &=aS\left( T\vec{v}\_{1}\right) +bS\left( T\vec{v}\_{2}\right) = a\left( S\circ T\right) \left( \vec{v}\_{1}\right) +b\left( S\circ T\right) \left( \vec{v}\_{2}\right)\end{aligned}$$

$$\begin{aligned}S\circ T\left( a\vec{v}\_{1}+b(\vec{v}\_{2})\right) &= S\left( T\left(a\vec{v}\_{1}+b\vec{v}\_{2}\right) \right) =S\left( aT\vec{v}\_{1}+bT\vec{v}\_{2}\right) \\ &=aS\left( T\vec{v}\_{1}\right) +bS\left( T\vec{v}\_{2}\right) = a\left( S\circ T\right) \left( \vec{v}\_{1}\right) +b\left( S\circ T\right) \left( \vec{v}\_{2}\right)\end{aligned}$$

Hence $S\circ T$ is a linear map. If $\left( S\circ T\right) \left( \vec{v} \right) =0,$ then $S\left( T\left( \vec{v} \right) \right) =0$ and it follows that $T(\vec{v})=\vec{0}$ and hence by this lemma again, $\vec{v}=\vec{0}$. Thus $S\circ T$ is one to one. It remains to verify that it is onto. Let $\vec{z} \in Z$. Then since $S$ is onto, there exists $\vec{w} \in W$ such that $S(\vec{w})=\vec{z}.$ Also, since $T$ is onto, there exists $\vec{v}\in V$ such that $T(\vec{v})=\vec{w}.$ It follows that $S\left( T\left( \vec{v}\right) \right) =\vec{z}$ and so $S\circ T$ is also onto.

因此 $S\circ T$ 是线性映射。若 $\left( S\circ T\right) \left( \vec{v} \right) =0,$ 则 $S\left( T\left( \vec{v} \right) \right) =0$,从而 $T(\vec{v})=\vec{0}$,再由前述引理得 $\vec{v}=\vec{0}$。故 $S\circ T$ 是单射。还需验证其为满射。设 $\vec{z} \in Z$。因 $S$ 是满射,存在 $\vec{w} \in W$ 使得 $S(\vec{w})=\vec{z}$。又因 $T$ 是满射,存在 $\vec{v}\in V$ 使得 $T(\vec{v})=\vec{w}$。于是 $S\left( T\left( \vec{v}\right) \right) =\vec{z}$,故 $S\circ T$ 也是满射。

Consider two subspaces $V$ and $W$, and suppose there exists an isomorphism mapping one to the other. In this way the two subspaces are related, which we can write as $V \sim W$. Then the previous two propositions together claim that $\sim$ is an equivalence relation. That is: $\sim$ satisfies the following conditions:

考虑两个子空间 $V$ 与 $W$,并假设存在一个同构将它们相互映射。如此这两个子空间便有了关联,可记为 $V \sim W$。上述两条命题共同说明 $\sim$ 是一个等价关系。即:$\sim$ 满足以下条件:

We leave the verification of these conditions as an exercise.

我们将这些条件的验证留作练习。

Consider the following example.

考虑以下例子。

Example 2: Matrix Isomorphism 矩阵同构

Let $T:\mathbb{R}^{n}\rightarrow \mathbb{R}^{n}$ be defined by $T(\vec{x}) = A(\vec{x})$ where $A$ is an invertible $n\times n$ matrix. Then $T$ is an isomorphism.

设 $T:\mathbb{R}^{n}\rightarrow \mathbb{R}^{n}$ 由 $T(\vec{x}) = A(\vec{x})$ 定义,其中 $A$ 是 $n\times n$ 可逆矩阵。则 $T$ 是同构。

Solution 解答

The reason for this is that, since $A$ is invertible, the only vector it sends to $\vec{0}$ is the zero vector. Hence if $A(\vec{x})=A(\vec{y}),$ then $A\left( \vec{x}-\vec{y}\right) =\vec{0}$ and so $\vec{x}=\vec{y}$. It is onto because if

理由如下:因为 $A$ 可逆,唯一被映到 $\vec{0}$ 的向量是零向量。故若 $A(\vec{x})=A(\vec{y}),$ 则 $A\left( \vec{x}-\vec{y}\right) =\vec{0}$,从而 $\vec{x}=\vec{y}$。它为满射,因为若

$$\vec{y}\in \mathbb{R}^{n},A\left( A^{-1} (\vec{y})\right) =\left( AA^{-1}\right) (\vec{y}) =\vec{y}.$$

$$\vec{y}\in \mathbb{R}^{n},A\left( A^{-1} (\vec{y})\right) =\left( AA^{-1}\right) (\vec{y}) =\vec{y}.$$

In fact, all isomorphisms from $\mathbb{R}^{n}$ to $\mathbb{R}^{n}$ can be expressed as $T(\vec{x}) = A(\vec{x})$ where $A$ is an invertible $n \times n$ matrix. One simply considers the matrix whose $i^{th}$ column is $T\vec{e}\_{i}$.

事实上,所有从 $\mathbb{R}^{n}$ 到 $\mathbb{R}^{n}$ 的同构都可表示为 $T(\vec{x}) = A(\vec{x})$,其中 $A$ 是 $n \times n$ 可逆矩阵。只需取第 $i$ 列为 $T\vec{e}\_{i}$ 的矩阵即可。

Recall that a basis of a subspace $V$ is a set of linearly independent vectors which span $V$. The following fundamental lemma describes the relation between bases and isomorphisms.

回顾子空间 $V$ 的基是 $V$ 中一组线性无关且张成 $V$ 的向量。以下基本引理描述了基与同构之间的关系。

Lemma 1: Mapping Bases 映射基

Let $T:V\rightarrow W$ be a linear transformation where $V,W$ are subspaces of $\mathbb{R}^n$. If $T$ is one to one, then it has the property that if $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{k}\right\}$ is linearly independent, so is $\left\{ T(\vec{u}\_{1}),\cdots ,T(\vec{u}\_{k})\right\}$.

设 $T:V\rightarrow W$ 为线性变换,其中 $V,W$ 是 $\mathbb{R}^n$ 的子空间。若 $T$ 是单射,则它满足:若 $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{k}\right\}$ 线性无关,则 $\left\{ T(\vec{u}\_{1}),\cdots ,T(\vec{u}\_{k})\right\}$ 也线性无关。

More generally, $T$ is an isomorphism if and only if whenever $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ is a basis for $V,$ it follows that $\left\{ T (\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ is a basis for $W$.

更一般地,$T$ 是同构,当且仅当对任意一组满足 $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ 为 $V$ 的基的情形,都有 $\left\{ T (\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ 为 $W$ 的基。

Proof

证明

First suppose that $T$ is a linear transformation and is one to one and $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{k}\right\}$ is linearly independent. It is required to show that $\left\{ T(\vec{u}\_{1}),\cdots ,T(\vec{ u}\_{k})\right\}$ is also linearly independent. Suppose then that $\sum\_{i=1}^{k}c\_{i}T(\vec{u}\_{i})=\vec{0}$ Then, since $T$ is linear, $T\left( \sum\_{i=1}^{n}c\_{i}\vec{u}\_{i}\right) =\vec{0}$ Since $T$ is one to one, it follows that $\sum\_{i=1}^{n}c\_{i}\vec{u}\_{i}=0$ Now the fact that $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{n}\right\}$ is linearly independent implies that each $c\_{i}=0$. Hence $\left\{ T(\vec{u} \_{1}),\cdots ,T(\vec{u}\_{n})\right\}$ is linearly independent.

首先设 $T$ 为线性变换且是单射,并且 $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{k}\right\}$ 线性无关。需要证明 $\left\{ T(\vec{u}\_{1}),\cdots ,T(\vec{ u}\_{k})\right\}$ 也线性无关。假设 $\sum\_{i=1}^{k}c\_{i}T(\vec{u}\_{i})=\vec{0}$。由于 $T$ 是线性的,有 $T\left( \sum\_{i=1}^{n}c\_{i}\vec{u}\_{i}\right) =\vec{0}$。又因 $T$ 是单射,可得 $\sum\_{i=1}^{n}c\_{i}\vec{u}\_{i}=0$。而 $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{n}\right\}$ 线性无关,故每个 $c\_{i}=0$。因此 $\left\{ T(\vec{u} \_{1}),\cdots ,T(\vec{u}\_{n})\right\}$ 线性无关。

Now suppose that $T$ is an isomorphism and $\left\{ \vec{v}\_{1},\cdots ,\vec{ v}\_{n}\right\}$ is a basis for $V$. It was just shown that $\left\{ T(\vec{v} \_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ is linearly independent. It remains to verify that span$\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}=W$. If $\vec{w}\in W,$ then since $T$ is onto there exists $\vec{v}\in V$ such that $T(\vec{v})=\vec{w}$. Since $\left\{ \vec{v} \_{1},\cdots ,\vec{v}\_{n}\right\}$ is a basis, it follows that there exists scalars $\left\{ c\_{i}\right\} \_{i=1}^{n}$ such that $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}=\vec{v}. $ Hence, $\vec{w}=T(\vec{v})=T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) =\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i}) $ It follows that span$\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\} =W$ showing that this set of vectors is a basis for $W$.

现设 $T$ 为同构,且 $\left\{ \vec{v}\_{1},\cdots ,\vec{ v}\_{n}\right\}$ 是 $V$ 的一组基。前面已证 $\left\{ T(\vec{v} \_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ 线性无关。还需验证 $\mathrm{span}\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}=W$。若 $\vec{w}\in W,$ 则由 $T$ 是满射,存在 $\vec{v}\in V$ 使得 $T(\vec{v})=\vec{w}$。因 $\left\{ \vec{v} \_{1},\cdots ,\vec{v}\_{n}\right\}$ 是基,故存在标量 $\left\{ c\_{i}\right\} \_{i=1}^{n}$ 使得 $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}=\vec{v}$。于是 $\vec{w}=T(\vec{v})=T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) =\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})$。这说明 $\mathrm{span}\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\} =W$,即该向量组是 $W$ 的一组基。

Next suppose that $T$ is a linear transformation which takes a basis to a basis. This means that if $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ is a basis for $V,$ it follows $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ is a basis for $W.$ Then if $w\in W,$ there exist scalars $c\_{i}$ such that $w=\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right)$ showing that $T$ is onto. If $T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) =\vec{0}$ then $\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=\vec{0}$ and since the vectors $\left\{ T(\vec{v} \_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ are linearly independent, it follows that each $c\_{i}=0.$ Since $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}$ is a typical vector in $V$, this has shown that if $T(\vec{v})=\vec{0}$ then $\vec{v}=\vec{0}$ and so $T$ is also one to one. Thus $T$ is an isomorphism.$

再设 $T$ 是一个将基映为基的线性变换。这意味着:若 $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ 是 $V$ 的基,则 $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ 是 $W$ 的基。于是若 $w\in W,$ 则存在标量 $c\_{i}$ 使得 $w=\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right)$,说明 $T$ 是满射。若 $T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) =\vec{0}$,则 $\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=\vec{0}$,而由于向量组 $\left\{ T(\vec{v} \_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ 线性无关,可得每个 $c\_{i}=0$。因 $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}$ 是 $V$ 中任一向量,这就证明了若 $T(\vec{v})=\vec{0}$ 则 $\vec{v}=\vec{0}$,故 $T$ 也是单射。因此 $T$ 是同构。

The following theorem illustrates a very useful idea for defining an isomorphism. Basically, if you know what it does to a basis, then you can construct the isomorphism.

以下定理阐明了一个用于定义同构的非常有用的思想:基本上,只要知道同构在基上的作用,就能构造出整个同构。

Theorem 1: Isomorphic Subspaces 同构的子空间

Suppose $V$ and $W$ are two subspaces of $\mathbb{R}^n$. Then the two subspaces are isomorphic if and only if they have the same dimension. In the case that the two subspaces have the same dimension, then for a linear map $T:V\rightarrow W$, the following are equivalent.

设 $V$ 与 $W$ 是 $\mathbb{R}^n$ 的两个子空间。则这两个子空间同构,当且仅当它们维数相同。当两个子空间维数相同时,对线性映射 $T:V\rightarrow W$,以下命题等价。
  1. $T$ is one to one.
  2. $T$ is onto.
  3. $T$ is an isomorphism.
  1. $T$ 是单射。
  2. $T$ 是满射。
  3. $T$ 是同构。

Proof

证明

Suppose first that these two subspaces have the same dimension. Let a basis for $V$ be $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ and let a basis for $W$ be $\left\{ \vec{w}\_{1},\cdots ,\vec{w}\_{n}\right\}$. Now define $T$ as follows. $T(\vec{v}\_{i})=\vec{w}\_{i}$ for $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}$ an arbitrary vector of $V,$ $T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) = \sum\_{i=1}^{n}c\_{i}T \vec{v}\_{i}=\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}.$ It is necessary to verify that this is well defined. Suppose then that $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}=\sum\_{i=1}^{n}\hat{c}\_{i}\vec{v}\_{i}$ Then $\sum\_{i=1}^{n}\left( c\_{i}-\hat{c}\_{i}\right) \vec{v}\_{i}=\vec{0}$ and since $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ is a basis, $c\_{i}=\hat{c}\_{i}$ for each $i$. Hence $\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}=\sum\_{i=1}^{n}\hat{c}\_{i}\vec{w}\_{i}$ and so the mapping is well defined. Also if $a,b$ are scalars, $\begin{aligned}T\left( a\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}+b\sum\_{i=1}^{n}\hat{c}\_{i}\vec{v}\_{i}\right) &=T\left( \sum\_{i=1}^{n}\left( ac\_{i}+b\hat{c}\_{i}\right) \vec{v}\_{i}\right) =\sum\_{i=1}^{n}\left( ac\_{i}+b\hat{c}\_{i}\right) \vec{w}\_{i} \\ &=a\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}+b\sum\_{i=1}^{n}\hat{c}\_{i}\vec{w}\_{i} \\ &=aT\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) +bT\left( \sum\_{i=1}^{n} \hat{c}\_{i}\vec{v}\_{i}\right)\end{aligned}$ Thus $T$ is a linear transformation.$

首先设这两个子空间维数相同。取 $V$ 的一组基为 $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$,$W$ 的一组基为 $\left\{ \vec{w}\_{1},\cdots ,\vec{w}\_{n}\right\}$。如下定义 $T$:对 $V$ 中任意向量 $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}$,令 $T(\vec{v}\_{i})=\vec{w}\_{i}$,并定义 $T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) = \sum\_{i=1}^{n}c\_{i}T \vec{v}\_{i}=\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}$。需验证该定义良好。假设 $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}=\sum\_{i=1}^{n}\hat{c}\_{i}\vec{v}\_{i}$,则 $\sum\_{i=1}^{n}\left( c\_{i}-\hat{c}\_{i}\right) \vec{v}\_{i}=\vec{0}$,而因 $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ 是基,对每个 $i$ 有 $c\_{i}=\hat{c}\_{i}$。于是 $\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}=\sum\_{i=1}^{n}\hat{c}\_{i}\vec{w}\_{i}$,故映射定义良好。又若 $a,b$ 为标量,则 $\begin{aligned}T\left( a\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}+b\sum\_{i=1}^{n}\hat{c}\_{i}\vec{v}\_{i}\right) &=T\left( \sum\_{i=1}^{n}\left( ac\_{i}+b\hat{c}\_{i}\right) \vec{v}\_{i}\right) =\sum\_{i=1}^{n}\left( ac\_{i}+b\hat{c}\_{i}\right) \vec{w}\_{i} \\ &=a\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}+b\sum\_{i=1}^{n}\hat{c}\_{i}\vec{w}\_{i} \\ &=aT\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) +bT\left( \sum\_{i=1}^{n} \hat{c}\_{i}\vec{v}\_{i}\right)\end{aligned}$ 因此 $T$ 是线性变换。

Now if $T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) =\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}=\vec{0}, $ then since the $\left\{ \vec{w}\_{1},\cdots ,\vec{w}\_{n}\right\}$ are independent, each $c\_{i}=0$ and so $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}=\vec{0}$ also. Hence $T$ is one to one. If $\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}$ is a vector in $W,$ then it equals $\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) $ showing that $T$ is also onto. Hence $T$ is an isomorphism and so $V$ and $W$ are isomorphic.$

若 $T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) =\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}=\vec{0}$,则因 $\left\{ \vec{w}\_{1},\cdots ,\vec{w}\_{n}\right\}$ 线性无关,每个 $c\_{i}=0$,从而 $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}=\vec{0}$。故 $T$ 是单射。若 $\sum\_{i=1}^{n}c\_{i}\vec{w}\_{i}$ 是 $W$ 中的向量,则它等于 $\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right)$,说明 $T$ 也是满射。因此 $T$ 是同构,从而 $V$ 与 $W$ 同构。

Next suppose $T:V \mapsto W$ is an isomorphism, so these two subspaces are isomorphic. Then for $\left\{ \vec{v}\_{1},\cdots ,\vec{v} \_{n}\right\}$ a basis for $V$, it follows that a basis for $W$ is $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ showing that the two subspaces have the same dimension.

再设 $T:V \mapsto W$ 为同构,则这两个子空间同构。于是对于 $V$ 的一组基 $\left\{ \vec{v}\_{1},\cdots ,\vec{v} \_{n}\right\}$,$W$ 的一组基为 $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$,这说明两个子空间维数相同。

Now suppose the two subspaces have the same dimension. Consider the three claimed equivalences.

现设两个子空间维数相同。考虑上述三个等价命题。

First consider the claim that $1.)\Rightarrow 2.).$ If $T$ is one to one and if $\left\{ \vec{v}\_{1},\cdots ,\vec{v} \_{n}\right\}$ is a basis for $V,$ then $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v }\_{n})\right\}$ is linearly independent. If it is not a basis, then it must fail to span $W$. But then there would exist $\vec{w}\notin \mathrm{span} \left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ and it follows that $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n}),\vec{w} \right\}$ would be linearly independent which is impossible because there exists a basis for $W$ of $n$ vectors.

先证 $1.)\Rightarrow 2.)$。若 $T$ 是单射,且 $\left\{ \vec{v}\_{1},\cdots ,\vec{v} \_{n}\right\}$ 是 $V$ 的基,则 $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v }\_{n})\right\}$ 线性无关。若它不是基,则它不能张成 $W$。但那样就会存在 $\vec{w}\notin \mathrm{span} \left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$,从而 $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n}),\vec{w} \right\}$ 线性无关,这与 $W$ 存在由 $n$ 个向量组成的基矛盾。

Hence $\mathrm{span}\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\} =W$ and so $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ is a basis. If $\vec{w}\in W,$ there exist scalars $c\_{i}$ such that $\vec{w}=\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=T\left( \sum\_{i=1}^{n}c\_{i}\vec{v} \_{i}\right) $ showing that $T$ is onto. This shows that $1.)\Rightarrow 2.).$

因此 $\mathrm{span}\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\} =W$,故 $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n})\right\}$ 是基。若 $\vec{w}\in W,$ 则存在标量 $c\_{i}$ 使得 $\vec{w}=\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=T\left( \sum\_{i=1}^{n}c\_{i}\vec{v} \_{i}\right)$,说明 $T$ 是满射。这就证明了 $1.)\Rightarrow 2.)$。

Next consider the claim that $2.)\Rightarrow 3.).$ Since $2.)$ holds, it follows that $T$ is onto. It remains to verify that $T$ is one to one. Since $T$ is onto, there exists a basis of the form $\left\{ T(\vec{v}\_{i}),\cdots ,T(\vec{v}\_{n})\right\} .$ Then it follows that $\left\{ \vec{v}\_{1},\cdots , \vec{v}\_{n}\right\}$ is linearly independent. Suppose $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}=\vec{0}$ Then $\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=\vec{0}$ Hence each $c\_{i}=0$ and so, $\left\{ \vec{v}\_{1},\cdots ,\vec{v} \_{n}\right\}$ is a basis for $V$. Now it follows that a typical vector in $V$ is of the form $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}$. If $T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) =\vec{0},$ it follows that $\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=\vec{0}$ and so, since $\left\{ T(\vec{v}\_{i}),\cdots ,T(\vec{v}\_{n})\right\}$ is independent, it follows each $c\_{i}=0$ and hence $\sum\_{i=1}^{n}c\_{i}\vec{v} \_{i}=\vec{0}$. Thus $T$ is one to one as well as onto and so it is an isomorphism.$

再证 $2.)\Rightarrow 3.)$。由于 $2.)$ 成立,$T$ 是满射。还需验证 $T$ 是单射。因 $T$ 是满射,存在形如 $\left\{ T(\vec{v}\_{i}),\cdots ,T(\vec{v}\_{n})\right\}$ 的基。于是 $\left\{ \vec{v}\_{1},\cdots , \vec{v}\_{n}\right\}$ 线性无关。假设 $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}=\vec{0}$,则 $\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=\vec{0}$,故每个 $c\_{i}=0$,从而 $\left\{ \vec{v}\_{1},\cdots ,\vec{v} \_{n}\right\}$ 是 $V$ 的基。由此可知 $V$ 中任一向量形如 $\sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}$。若 $T\left( \sum\_{i=1}^{n}c\_{i}\vec{v}\_{i}\right) =\vec{0},$ 则 $\sum\_{i=1}^{n}c\_{i}T(\vec{v}\_{i})=\vec{0}$,而因 $\left\{ T(\vec{v}\_{i}),\cdots ,T(\vec{v}\_{n})\right\}$ 线性无关,可得每个 $c\_{i}=0$,于是 $\sum\_{i=1}^{n}c\_{i}\vec{v} \_{i}=\vec{0}$。故 $T$ 既单又满,因而是同构。

If $T$ is an isomorphism, it is both one to one and onto by definition so $3.)$ implies both $1.)$ and $2.)$.

若 $T$ 是同构,则由定义它既单又满,故 $3.)$ 蕴含 $1.)$ 与 $2.)$。

Note the interesting way of defining a linear transformation in the first part of the argument by describing what it does to a basis and then “extending it linearly” to the entire subspace.

注意第一部分论证中定义线性变换的有趣方式:先说明它在基上的作用,再将其“线性延拓”到整个子空间。

Example 4: Isomorphic Subspaces 同构的子空间

Let $V=\mathbb{R}^{3}$ and let $W$ denote $\mathrm{span}\left\{ \begin{pmatrix}1 \\ 2 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 2 \\ 0\end{pmatrix} \right\}nonumber $ Show that $V$ and $W$ are isomorphic.$

设 $V=\mathbb{R}^{3}$,并令 $W$ 表示 $\mathrm{span}\left\{ \begin{pmatrix}1 \\ 2 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 2 \\ 0\end{pmatrix} \right\}nonumber $ 证明 $V$ 与 $W$ 同构。

Solution 解答

First observe that these subspaces are both of dimension 3 and so they are isomorphic by Theorem 1. The three vectors which span $W$ are easily seen to be linearly independent by making them the columns of a matrix and row reducing to the reduced row-echelon form.

首先注意到这两个子空间的维数均为 3,因此由 Theorem 1 可知它们同构。张成 $W$ 的三个向量很容易看出线性无关:将它们作为矩阵的列并化为行最简形即可。

You can exhibit an isomorphism of these two spaces as follows. $T(\vec{e}\_{1})=\begin{pmatrix}1 \\ 2 \\ 1 \\ 1\end{pmatrix}, T(\vec{e}\_{2})=\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix}, T(\vec{e}\_{3})=\begin{pmatrix}1 \\ 1 \\ 2 \\ 0\end{pmatrix} $ and extend linearly. Recall that the matrix of this linear transformation is just the matrix having these vectors as columns. Thus the matrix of this isomorphism is $\begin{pmatrix}1 & 0 & 1 \\ 2 & 1 & 1 \\ 1 & 0 & 2 \\ 1 & 1 & 0\end{pmatrix} $ You should check that multiplication on the left by this matrix does reproduce the claimed effect resulting from an application by $T$.

可按如下方式给出一个这两空间之间的同构:$T(\vec{e}\_{1})=\begin{pmatrix}1 \\ 2 \\ 1 \\ 1\end{pmatrix}, T(\vec{e}\_{2})=\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix}, T(\vec{e}\_{3})=\begin{pmatrix}1 \\ 1 \\ 2 \\ 0\end{pmatrix}$,再线性延拓。回顾该线性变换的矩阵就是把这些向量作为列的矩阵。因此这个同构的矩阵为 $\begin{pmatrix}1 & 0 & 1 \\ 2 & 1 & 1 \\ 1 & 0 & 2 \\ 1 & 1 & 0\end{pmatrix}$。你应当验证:用该矩阵左乘的确能复现由 $T$ 作用所产生的效果。

Consider the following example.

考虑以下例子。

Example 5: Finding the Matrix of an Isomorphism 求同构的矩阵

Let $V=\mathbb{R}^{3}$ and let $W$ denote

设 $V=\mathbb{R}^{3}$,并令 $W$ 表示

$$\mathrm{span}\left\{ \begin{pmatrix}1 \\ 2 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 2 \\ 0\end{pmatrix} \right\}nonumber$$

$$\mathrm{span}\left\{ \begin{pmatrix}1 \\ 2 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 2 \\ 0\end{pmatrix} \right\}nonumber$$

Let $T: V \mapsto W$ be defined as follows. $T\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}1 \\ 2 \\ 1 \\ 1\end{pmatrix} ,T\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,T\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 1 \\ 2 \\ 0\end{pmatrix} $ Find the matrix of this isomorphism $T$.$

设 $T: V \mapsto W$ 定义如下:$T\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}1 \\ 2 \\ 1 \\ 1\end{pmatrix} ,T\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,T\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 1 \\ 2 \\ 0\end{pmatrix}$。求该同构 $T$ 的矩阵。

Solution 解答

First note that the vectors $\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} $ are indeed a basis for $\mathbb{R}^{3}$ as can be seen by making them the columns of a matrix and using the reduced row-echelon form.

首先注意,向量 $\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix}$ 的确是 $\mathbb{R}^{3}$ 的一组基,可将它们作为矩阵的列并化为行最简形来验证。

Now recall the matrix of $T$ is a $4\times 3$ matrix $A$ which gives the same effect as $T.$ Thus, from the way we multiply matrices, $A\begin{pmatrix}1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1\end{pmatrix} =\begin{pmatrix}1 & 0 & 1 \\ 2 & 1 & 1 \\ 1 & 0 & 2 \\ 1 & 1 & 0\end{pmatrix} $ Hence, $A=\begin{pmatrix}1 & 0 & 1 \\ 2 & 1 & 1 \\ 1 & 0 & 2 \\ 1 & 1 & 0\end{pmatrix} \begin{pmatrix}1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1\end{pmatrix} ^{-1}=\begin{pmatrix}1 & 0 & 0 \\ 0 & 2 & -1 \\ 2 & -1 & 1 \\ -1 & 2 & -1\end{pmatrix} $

回顾 $T$ 的矩阵是一个 $4\times 3$ 矩阵 $A$,其作用与 $T$ 相同。由矩阵乘法的法则,$A\begin{pmatrix}1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1\end{pmatrix} =\begin{pmatrix}1 & 0 & 1 \\ 2 & 1 & 1 \\ 1 & 0 & 2 \\ 1 & 1 & 0\end{pmatrix}$。于是 $A=\begin{pmatrix}1 & 0 & 1 \\ 2 & 1 & 1 \\ 1 & 0 & 2 \\ 1 & 1 & 0\end{pmatrix} \begin{pmatrix}1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1\end{pmatrix} ^{-1}=\begin{pmatrix}1 & 0 & 0 \\ 0 & 2 & -1 \\ 2 & -1 & 1 \\ -1 & 2 & -1\end{pmatrix}$。

Note how the span of the columns of this new matrix must be the same as the span of the vectors defining $W$.

注意这个新矩阵的列空间必与定义 $W$ 的那些向量的张成空间相同。

This idea of defining a linear transformation by what it does on a basis works for linear maps which are not necessarily isomorphisms.

这种通过基上的作用来定义线性变换的方法,对未必是同构的线性映射同样适用。

Example 6: Finding the Matrix of an Isomorphism 求同构的矩阵

Let $V=\mathbb{R}^{3}$ and let $W$ denote $\mathrm{span}\left\{ \begin{pmatrix}1 \\ 0 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 1 \\ 2\end{pmatrix} \right\}nonumber $ Let $T: V \mapsto W$ be defined as follows. $T\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} = \begin{pmatrix}1 \\ 0 \\ 1 \\ 1\end{pmatrix} ,T\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,T\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 1 \\ 1 \\ 2\end{pmatrix} $ Find the matrix of this linear transformation.

设 $V=\mathbb{R}^{3}$,并令 $W$ 表示 $\mathrm{span}\left\{ \begin{pmatrix}1 \\ 0 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 1 \\ 2\end{pmatrix} \right\}nonumber $。设 $T: V \mapsto W$ 定义如下:$T\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} = \begin{pmatrix}1 \\ 0 \\ 1 \\ 1\end{pmatrix} ,T\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 0 \\ 1\end{pmatrix} ,T\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 1 \\ 1 \\ 2\end{pmatrix}$。求该线性变换的矩阵。

Solution 解答

Note that in this case, the three vectors which span $W$ are not linearly independent. Nevertheless the above procedure will still work. The reasoning is the same as before. If $A$ is this matrix, then $A\begin{pmatrix}1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1\end{pmatrix} =\begin{pmatrix}1 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 2\end{pmatrix} $ and so $A=\begin{pmatrix}1 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 2\end{pmatrix} \begin{pmatrix}1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1\end{pmatrix} ^{-1}=\begin{pmatrix}1 & 0 & 0 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \\ 1 & 0 & 1\end{pmatrix} $

注意在此情形中,张成 $W$ 的三个向量并非线性无关。尽管如此,上述步骤仍然有效。理由与之前相同。若 $A$ 为该矩阵,则 $A\begin{pmatrix}1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1\end{pmatrix} =\begin{pmatrix}1 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 2\end{pmatrix}$,于是 $A=\begin{pmatrix}1 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 2\end{pmatrix} \begin{pmatrix}1 & 0 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1\end{pmatrix} ^{-1}=\begin{pmatrix}1 & 0 & 0 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \\ 1 & 0 & 1\end{pmatrix}$。

The columns of this last matrix are obviously not linearly independent.

这最后一个矩阵的各列显然不是线性无关的。

Outcomes 学习目标

  1. Describe the kernel and image of a linear transformation, and find a basis for each.
  1. 描述线性变换的核与像,并求二者的一个基。

In this section we will consider the case where the linear transformation is not necessarily an isomorphism. First consider the following important definition.

本节我们考虑线性变换未必是同构的情形。首先看下面这个重要的定义。

Definition 1: Kernel and Image 定义 1:核与像

Let $V$ and $W$ be subspaces of $\mathbb{R}^n$ and let $T:V\mapsto W$ be a linear transformation. Then the image of $T$ denoted as $\mathrm{im}\left( T\right)$ is defined to be the set $\mathrm{im}\left( T\right) = \left\{T (\vec{v}):\vec{v}\in V\right\}nonumber $ In words, it consists of all vectors in $W$ which equal $T(\vec{v})$ for some $\vec{v}\in V$.

设 $V$ 和 $W$ 是 $\mathbb{R}^n$ 的子空间,$T:V\mapsto W$ 为线性变换。则 $T$ 的像记作 $\mathrm{im}\left( T\right)$,定义为集合 $\mathrm{im}\left( T\right) = \left\{T (\vec{v}):\vec{v}\in V\right\} $。换言之,它由 $W$ 中所有满足 $T(\vec{v})$(对某 $\vec{v}\in V$)的向量组成。

The kernel of $T$, written $\ker \left( T\right)$, consists of all $\vec{v}\in V$ such that $T(\vec{v})=\vec{0}$. That is, $\ker \left( T\right) =\left\{ \vec{v}\in V:T(\vec{v})=\vec{0}\right\}nonumber $

$T$ 的核记作 $\ker \left( T\right)$,由所有满足 $T(\vec{v})=\vec{0}$ 的 $\vec{v}\in V$ 组成。即 $\ker \left( T\right) =\left\{ \vec{v}\in V:T(\vec{v})=\vec{0}\right\} $。

It follows that $\mathrm{im}\left( T\right)$ and $\ker \left( T\right)$ are subspaces of $W$ and $V$ respectively.

由此可得,$\mathrm{im}\left( T\right)$ 与 $\ker \left( T\right)$ 分别是 $W$ 与 $V$ 的子空间。

Proposition 1: Kernel and Image as Subspaces 命题 1:作为子空间的核与像

Let $V, W$ be subspaces of $\mathbb{R}^n$ and let $T:V\rightarrow W$ be a linear transformation. Then $\ker \left( T\right)$ is a subspace of $V$ and $\mathrm{im}\left( T\right)$ is a subspace of $W$.

设 $V, W$ 是 $\mathbb{R}^n$ 的子空间,$T:V\rightarrow W$ 为线性变换。则 $\ker \left( T\right)$ 是 $V$ 的子空间,$\mathrm{im}\left( T\right)$ 是 $W$ 的子空间。

Proof

证明

First consider $\ker \left( T\right) .$ It is necessary to show that if $\vec{v}\_{1},\vec{v}\_{2}$ are vectors in $\ker \left( T\right)$ and if $a,b$ are scalars, then $a\vec{v}\_{1}+b\vec{v}\_{2}$ is also in $\ker \left( T\right) .$ But $T\left( a\vec{v}\_{1}+b\vec{v}\_{2}\right) =aT(\vec{v}\_{1})+bT(\vec{v}\_{2})=a\vec{0}+b\vec{0}=\vec{0} $

先考虑 $\ker \left( T\right) $。需证:若 $\vec{v}\_{1},\vec{v}\_{2}$ 是 $\ker \left( T\right)$ 中的向量,$a,b$ 为标量,则 $a\vec{v}\_{1}+b\vec{v}\_{2}$ 也属于 $\ker \left( T\right) $。但 $T\left( a\vec{v}\_{1}+b\vec{v}\_{2}\right) =aT(\vec{v}\_{1})+bT(\vec{v}\_{2})=a\vec{0}+b\vec{0}=\vec{0} $。

Thus $\ker \left( T\right)$ is a subspace of $V$.

于是 $\ker \left( T\right)$ 是 $V$ 的子空间。

Next suppose $T(\vec{v}\_{1}),T(\vec{v}\_{2})$ are two vectors in $\mathrm{im}\left( T\right) .$ Then if $a,b$ are scalars, $aT(\vec{v}\_{2})+bT(\vec{v}\_{2})=T\left( a\vec{v}\_{1}+b\vec{v}\_{2}\right)$ and this last vector is in $\mathrm{im}\left( T\right)$ by definition.

再设 $T(\vec{v}\_{1}),T(\vec{v}\_{2})$ 是 $\mathrm{im}\left( T\right) $ 中的两个向量。若 $a,b$ 为标量,则 $aT(\vec{v}\_{2})+bT(\vec{v}\_{2})=T\left( a\vec{v}\_{1}+b\vec{v}\_{2}\right)$,而由定义此向量属于 $\mathrm{im}\left( T\right) $。

We will now examine how to find the kernel and image of a linear transformation and describe the basis of each.

我们现在研究如何求一个线性变换的核与像,并给出各自的基。

Example 1: Kernel and Image of a Linear Transformation 示例 1:一个线性变换的核与像

Let $T: \mathbb{R}^4 \mapsto \mathbb{R}^2$ be defined by

设 $T: \mathbb{R}^4 \mapsto \mathbb{R}^2$ 由下式定义

$$T \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} = \begin{pmatrix}a - b \\ c + d\end{pmatrix}$$

$$T \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} = \begin{pmatrix}a - b \\ c + d\end{pmatrix}$$

Then $T$ is a linear transformation. Find a basis for $\mathrm{ker}(T)$ and $\mathrm{im}(T)$.

则 $T$ 是一个线性变换。求 $\mathrm{ker}(T)$ 与 $\mathrm{im}(T)$ 的一个基。

Solution

解答

You can verify that $T$ is a linear transformation.

可验证 $T$ 是一个线性变换。

First we will find a basis for $\mathrm{ker}(T)$. To do so, we want to find a way to describe all vectors $\vec{x} \in \mathbb{R}^4$ such that $T(\vec{x}) = \vec{0}$. Let $\vec{x} = \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix}$ be such a vector. Then$

我们先求 $\mathrm{ker}(T)$ 的一个基。为此,我们要找一种方式描述所有满足 $T(\vec{x}) = \vec{0}$ 的向量 $\vec{x} \in \mathbb{R}^4$。设 $\vec{x} = \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix}$ 是这样的向量。则$

$$T \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} = \begin{pmatrix}a - b \\ c + d\end{pmatrix} = \left ( \begin{array}{c} 0 \\ 0 \end{array} \right )$$

$$T \begin{pmatrix}a \\ b \\ c \\ d\end{pmatrix} = \begin{pmatrix}a - b \\ c + d\end{pmatrix} = \left ( \begin{array}{c} 0 \\ 0 \end{array} \right )$$

The values of $a, b, c, d$ that make this true are given by solutions to the system

使该式成立的 $a, b, c, d$ 的值由下面的方程组的解给出

$$\begin{aligned}a - b &= 0 \\ c + d &= 0\end{aligned}$$

$$\begin{aligned}a - b &= 0 \\ c + d &= 0\end{aligned}$$

The solution to this system is $a = s, b = s, c = t, d = -t$ where $s, t$ are scalars. We can describe $\mathrm{ker}(T)$ as follows.

该方程组的解为 $a = s, b = s, c = t, d = -t$,其中 $s, t$ 为标量。我们可将 $\mathrm{ker}(T)$ 描述如下。

$$\mathrm{ker}(T) = \left\{ \begin{pmatrix}s \\ s \\ t \\ -t\end{pmatrix} \right\} = \mathrm{span} \left\{ \begin{pmatrix}1 \\ 1 \\ 0 \\ 0\end{pmatrix}, \begin{pmatrix}0 \\ 0 \\ 1 \\ -1\end{pmatrix} \right\}$$

$$\mathrm{ker}(T) = \left\{ \begin{pmatrix}s \\ s \\ t \\ -t\end{pmatrix} \right\} = \mathrm{span} \left\{ \begin{pmatrix}1 \\ 1 \\ 0 \\ 0\end{pmatrix}, \begin{pmatrix}0 \\ 0 \\ 1 \\ -1\end{pmatrix} \right\}$$

Notice that this set is linearly independent and therefore forms a basis for $\mathrm{ker}(T)$.

注意该集合线性无关,因而构成 $\mathrm{ker}(T)$ 的一个基。

We move on to finding a basis for $\mathrm{im}(T)$. We can write the image of $T$ as $\mathrm{im}(T) = \left\{ \begin{pmatrix}a - b \\ c + d\end{pmatrix} \right\}$$

接下来我们求 $\mathrm{im}(T)$ 的一个基。可将 $T$ 的像写为 $\mathrm{im}(T) = \left\{ \begin{pmatrix}a - b \\ c + d\end{pmatrix} \right\}$。

We can write this in the form $\mathrm{span} = \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}-1 \\ 0\end{pmatrix}, \begin{pmatrix}0 \\ 1\end{pmatrix}, \begin{pmatrix}0 \\ 1\end{pmatrix} \right\}nonumber$

我们可将其写成 $\mathrm{span} = \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}-1 \\ 0\end{pmatrix}, \begin{pmatrix}0 \\ 1\end{pmatrix}, \begin{pmatrix}0 \\ 1\end{pmatrix} \right\}$ 的形式。

This set is clearly not linearly independent. By removing unnecessary vectors from the set we can create a linearly independent set with the same span. This gives a basis for $\mathrm{im}(T)$ as $\mathrm{im}(T) = \mathrm{span} \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}0 \\ 1\end{pmatrix} \right\}nonumber$

该集合显然不是线性无关的。从集合中去掉多余的向量,可得到一个具有相同张成空间的线性无关集合。这就给出 $\mathrm{im}(T)$ 的一个基:$\mathrm{im}(T) = \mathrm{span} \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}0 \\ 1\end{pmatrix} \right\}$。

Recall that a linear transformation $T$ is called one to one if and only if $T(\vec{x}) = \vec{0}$ implies $\vec{x} = \vec{0}$. Using the concept of kernel, we can state this theorem in another way.

回顾:线性变换 $T$ 称为单射(一一映射)当且仅当 $T(\vec{x}) = \vec{0}$ 蕴含 $\vec{x} = \vec{0}$。利用核的概念,我们可以用另一种方式表述这一定理。

Theorem 1: One to One and Kernel 定理 1:单射与核

Let $T$ be a linear transformation where $\mathrm{ker}(T)$ is the kernel of $T$. Then $T$ is one to one if and only if $\mathrm{ker}(T)$ consists of only the zero vector.

设 $T$ 为线性变换,$\mathrm{ker}(T)$ 为其核。则 $T$ 是单射当且仅当 $\mathrm{ker}(T)$ 仅由零向量构成。

A major result is the relation between the dimension of the kernel and dimension of the image of a linear transformation. In the previous example $\mathrm{ker}(T)$ had dimension $2$, and $\mathrm{im}(T)$ also had dimension of $2$. Is it a coincidence that the dimension of $\mathbb{M}\_{22}$ is $4 = 2 + 2$? Consider the following theorem.

一个主要结果是核的维数与像的维数之间的关系。在前例中 $\mathrm{ker}(T)$ 维数为 $2$,$\mathrm{im}(T)$ 维数也为 $2$。$\mathbb{M}\_{22}$ 的维数为 $4 = 2 + 2$,这是巧合吗?考虑下面的定理。

Theorem 2: Dimension of Kernel and Image 定理 2:核与像的维数

Let $T:V\rightarrow W$ be a linear transformation where $V,W$ are subspaces of $\mathbb{R}^n$. Suppose the dimension of $V$ is $m$. Then $m=\dim \left( \ker \left( T\right) \right) +\dim \left( \mathrm{im}\left( T\right) \right) $

设 $T:V\rightarrow W$ 为线性变换,其中 $V, W$ 是 $\mathbb{R}^n$ 的子空间。假设 $V$ 的维数为 $m$。则 $m=\dim \left( \ker \left( T\right) \right) +\dim \left( \mathrm{im}\left( T\right) \right) $。

Proof

证明

From Proposition 1, $\mathrm{im}\left( T\right)$ is a subspace of $W.$ We know that there exists a basis for $\mathrm{im}\left( T\right)$, $\left\{ T(\vec{v} \_{1}),\cdots ,T(\vec{v}\_{r})\right\} .$ Similarly, there is a basis for $\ker \left( T\right) ,\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s}\right\}. Then if $\vec{v}\in V,$ there exist scalars $c\_{i}$ such that $T(\vec{v})=\sum\_{i=1}^{r}c\_{i}T(\vec{v}\_{i}) $ Hence $T\left( \vec{v}-\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}\right) =0.$ It follows that $\vec{v}-\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}$ is in $\ker \left( T\right)$. Hence there are scalars $a\_{i}$ such that $\vec{v}-\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}=\sum\_{j=1}^{s}a\_{j}\vec{u}\_{j} $ Hence $\vec{v}=\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}+\sum\_{j=1}^{s}a\_{j}\vec{u} \_{j}.$ Since $\vec{v}$ is arbitrary, it follows that $V=\mathrm{span}\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s},\vec{v}\_{1},\cdots , \vec{v}\_{r}\right\}nonumber$$

命题 1 可知,$\mathrm{im}\left( T\right)$ 是 $W$ 的子空间。我们知道 $\mathrm{im}\left( T\right)$ 存在一个基 $\left\{ T(\vec{v} \_{1}),\cdots ,T(\vec{v}\_{r})\right\} $。类似地,$\ker \left( T\right) $ 存在一个基 $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s}\right\}$。若 $\vec{v}\in V$,则存在标量 $c\_{i}$ 使得 $T(\vec{v})=\sum\_{i=1}^{r}c\_{i}T(\vec{v}\_{i}) $,于是 $T\left( \vec{v}-\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}\right) =0$。由此 $\vec{v}-\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}$ 属于 $\ker \left( T\right)$。故存在标量 $a\_{i}$ 使得 $\vec{v}-\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}=\sum\_{j=1}^{s}a\_{j}\vec{u}\_{j} $,即 $\vec{v}=\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}+\sum\_{j=1}^{s}a\_{j}\vec{u} \_{j}$。由于 $\vec{v}$ 任意,可得 $V=\mathrm{span}\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s},\vec{v}\_{1},\cdots , \vec{v}\_{r}\right\}$。

If the vectors $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s},\vec{v}\_{1},\cdots , \vec{v}\_{r}\right\} are linearly independent, then it will follow that this set is a basis. Suppose then that $\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}+\sum\_{j=1}^{s}a\_{j}\vec{u}\_{j}=0 $ Apply $T$ to both sides to obtain $\sum\_{i=1}^{r}c\_{i}T(\vec{v}\_{i})+\sum\_{j=1}^{s}a\_{j}T(\vec{u}) \_{j}=\sum\_{i=1}^{r}c\_{i}T(\vec{v}\_{i})=0 $ Since $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{r})\right\} is linearly independent, it follows that each $c\_{i}=0.$ Hence $\sum\_{j=1}^{s}a\_{j}\vec{u }\_{j}=0$ and so, since the $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s}\right\} are linearly independent, it follows that each $a\_{j}=0$ also. Therefore $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s},\vec{v}\_{1},\cdots ,\vec{v} \_{r}\right\} is a basis for $V$ and so $n=s+r=\dim \left( \ker \left( T\right) \right) +\dim \left( \mathrm{im}\left( T\right) \right) $

若向量组 $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s},\vec{v}\_{1},\cdots , \vec{v}\_{r}\right\} $ 线性无关,则它构成一个基。现设 $\sum\_{i=1}^{r}c\_{i}\vec{v}\_{i}+\sum\_{j=1}^{s}a\_{j}\vec{u}\_{j}=0 $。对两边作用 $T$ 得 $\sum\_{i=1}^{r}c\_{i}T(\vec{v}\_{i})+\sum\_{j=1}^{s}a\_{j}T(\vec{u}) \_{j}=\sum\_{i=1}^{r}c\_{i}T(\vec{v}\_{i})=0 $。由于 $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{r})\right\} $ 线性无关,可得每个 $c\_{i}=0$。于是 $\sum\_{j=1}^{s}a\_{j}\vec{u }\_{j}=0$,又因 $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s}\right\} $ 线性无关,可得每个 $a\_{j}=0$。因此 $\left\{ \vec{u}\_{1},\cdots ,\vec{u}\_{s},\vec{v}\_{1},\cdots ,\vec{v} \_{r}\right\} $ 是 $V$ 的一个基,故 $n=s+r=\dim \left( \ker \left( T\right) \right) +\dim \left( \mathrm{im}\left( T\right) \right) $。

The above theorem leads to the next corollary.

上述定理导出如下推论。

Corollary 1 推论 1

Let $T:V\rightarrow W$ be a linear transformation where $V,W$ are subspaces of $\mathbb{R}^n$. Suppose the dimension of $V$ is $m$. Then $\dim \left( \ker \left( T\right) \right) \leq m $ $\dim \left( \mathrm{im}\left( T \right) \right) \leq m $

设 $T:V\rightarrow W$ 为线性变换,其中 $V, W$ 是 $\mathbb{R}^n$ 的子空间。假设 $V$ 的维数为 $m$。则 $\dim \left( \ker \left( T\right) \right) \leq m $,$\dim \left( \mathrm{im}\left( T \right) \right) \leq m $。

This follows directly from the fact that $n=\dim \left( \ker \left( T\right) \right) +\dim \left( \mathrm{im}\left( T\right) \right)$.

这直接由 $n=\dim \left( \ker \left( T\right) \right) +\dim \left( \mathrm{im}\left( T\right) \right)$ 可得。

Consider the following example.

考虑下面的例子。

Example 2 示例 2

Let $T:\mathbb{R}^{2}\rightarrow \mathbb{R}^{3}$ be defined by $T(\vec{x})=\begin{pmatrix}1 & 0 \\ 1 & 0 \\ 0 & 1\end{pmatrix} \vec{x} $ Then $\mathrm{im}\left( T\right) =V$ is a subspace of $\mathbb{R}^{3}$ and $T$ is an isomorphism of $\mathbb{R}^{2}$ and $V$. Find a $2\times 3$ matrix $A$ such that the restriction of multiplication by $A$ to $V=\mathrm{im}\left( T\right)$ equals $T^{-1}$.

设 $T:\mathbb{R}^{2}\rightarrow \mathbb{R}^{3}$ 由 $T(\vec{x})=\begin{pmatrix}1 & 0 \\ 1 & 0 \\ 0 & 1\end{pmatrix} \vec{x} $ 定义。则 $\mathrm{im}\left( T\right) =V$ 是 $\mathbb{R}^{3}$ 的子空间,且 $T$ 是 $\mathbb{R}^{2}$ 与 $V$ 之间的同构。求一个 $2\times 3$ 矩阵 $A$,使得 $A$ 在 $V=\mathrm{im}\left( T\right)$ 上的限制乘法等于 $T^{-1}$。

Solution

解答

Since the two columns of the above matrix are linearly independent, we conclude that $\mathrm{dim}(\mathrm{im}(T)) = 2$ and therefore $\mathrm{dim}(\mathrm{ker}(T)) = 2 - \mathrm{dim}(\mathrm{im}(T)) = 2-2 = 0$ by Theorem 2. Then by Theorem 1 it follows that $T$ is one to one.

由于上述矩阵的两列线性无关,我们推得 $\mathrm{dim}(\mathrm{im}(T)) = 2$,因此由 定理 2 有 $\mathrm{dim}(\mathrm{ker}(T)) = 2 - \mathrm{dim}(\mathrm{im}(T)) = 2-2 = 0$。再由 定理 1 可知 $T$ 是单射。

Thus $T$ is an isomorphism of $\mathbb{R }^{2}$ and the two dimensional subspace of $\mathbb{R}^{3}$ which is the span of the columns of the given matrix. Now in particular, $T(\vec{e}\_{1})=\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} ,$ T(\vec{e}\_{2})=\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} $$

于是 $T$ 是 $\mathbb{R }^{2}$ 与 $\mathbb{R}^{3}$ 中由给定矩阵各列张成的二维子空间之间的同构。特别地,$T(\vec{e}\_{1})=\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} ,$ $T(\vec{e}\_{2})=\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} $。

Thus $T^{-1}\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\vec{e}\_{1},$ T^{-1}\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} =\vec{e}\_{2} $$

于是 $T^{-1}\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\vec{e}\_{1},$ $T^{-1}\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} =\vec{e}\_{2} $。

Extend $T^{-1}$ to all of $\mathbb{R}^{3}$ by defining $T^{-1}\begin{pmatrix}0 \\ 1 \\ 0\end{pmatrix} =\vec{e}\_{1} $ Notice that the vectors $\left\{ \begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} ,\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 0\end{pmatrix} \right\} $ are linearly independent so $T^{-1}$ can be extended linearly to yield a linear transformation defined on $\mathbb{R}^{3}$. The matrix of $T^{-1}$ denoted as $A$ needs to satisfy $A\begin{pmatrix}1 & 0 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0\end{pmatrix} =\begin{pmatrix}1 & 0 & 1 \\ 0 & 1 & 0\end{pmatrix} $ and so $A=\begin{pmatrix}1 & 0 & 1 \\ 0 & 1 & 0\end{pmatrix} \begin{pmatrix}1 & 0 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0\end{pmatrix}^{-1}=\begin{pmatrix}0 & 1 & 0 \\ 0 & 0 & 1\end{pmatrix} $$

将 $T^{-1}$ 扩张到整个 $\mathbb{R}^{3}$,定义 $T^{-1}\begin{pmatrix}0 \\ 1 \\ 0\end{pmatrix} =\vec{e}\_{1} $。注意向量组 $\left\{ \begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} ,\begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}0 \\ 1 \\ 0\end{pmatrix} \right\} $ 线性无关,因此 $T^{-1}$ 可线性扩张为定义在 $\mathbb{R}^{3}$ 上的线性变换。记 $T^{-1}$ 的矩阵为 $A$,它需满足 $A\begin{pmatrix}1 & 0 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0\end{pmatrix} =\begin{pmatrix}1 & 0 & 1 \\ 0 & 1 & 0\end{pmatrix} $,于是 $A=\begin{pmatrix}1 & 0 & 1 \\ 0 & 1 & 0\end{pmatrix} \begin{pmatrix}1 & 0 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0\end{pmatrix}^{-1}=\begin{pmatrix}0 & 1 & 0 \\ 0 & 0 & 1\end{pmatrix} $。

Note that $\begin{pmatrix}0 & 1 & 0 \\ 0 & 0 & 1\end{pmatrix} \begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}1 \\ 0\end{pmatrix} $ $\begin{pmatrix}0 & 1 & 0 \\ 0 & 0 & 1\end{pmatrix} \begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1\end{pmatrix} $ so the restriction to $V$ of matrix multiplication by this matrix yields $T^{-1}.$

注意 $\begin{pmatrix}0 & 1 & 0 \\ 0 & 0 & 1\end{pmatrix} \begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}1 \\ 0\end{pmatrix} $,$\begin{pmatrix}0 & 1 & 0 \\ 0 & 0 & 1\end{pmatrix} \begin{pmatrix}0 \\ 0 \\ 1\end{pmatrix} =\begin{pmatrix}0 \\ 1\end{pmatrix} $,因此该矩阵在 $V$ 上的乘法限制给出 $T^{-1}$。

Original page: https://math.libretexts.org/Bookshelves/Linear_Algebra/A_First_Course_in_Linear_Algebra_(Kuttler)/05%3A_Linear_Transformations/5.08%3A_The_Matrix_of_a_Linear_Transformation_II

原页:https://math.libretexts.org/Bookshelves/Linear_Algebra/A_First_Course_in_Linear_Algebra_(Kuttler)/05%3A_Linear_Transformations/5.08%3A_The_Matrix_of_a_Linear_Transformation_II

Outcomes 学习目标

  1. Find the matrix of a linear transformation with respect to general bases.
  1. 求线性变换关于一般基的矩阵。

We begin this section with an important lemma.

本节以一个重要的引理开始。

Lemma 1: Mapping of a Basis 引理 1:基的映射

Let $T: \mathbb{R}^n \mapsto \mathbb{R}^n$ be an isomorphism. Then $T$ maps any basis of $\mathbb{R}^n$ to another basis for $\mathbb{R}^n$.

设 $T: \mathbb{R}^n \mapsto \mathbb{R}^n$ 是一个同构。则 $T$ 把 $\mathbb{R}^n$ 的任意一组基映射为 $\mathbb{R}^n$ 的另一组基。

Conversely, if $T: \mathbb{R}^n \mapsto \mathbb{R}^n$ is a linear transformation which maps a basis of $\mathbb{R}^n$ to another basis of $\mathbb{R}^n$, then it is an isomorphism.

反之,若 $T: \mathbb{R}^n \mapsto \mathbb{R}^n$ 是一个线性变换,且把 $\mathbb{R}^n$ 的一组基映射为 $\mathbb{R}^n$ 的另一组基,则它是一个同构。

Proof

证明

First, suppose $T:\mathbb{R}^n \mapsto \mathbb{R}^n$ is a linear transformation which is one to one and onto. Let $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ be a basis for $\mathbb{R}^n$. We wish to show that $\left\{ T(\vec{v}\_{1}),\cdots , T(\vec{v}\_{n})\right\}$ is also a basis for $\mathbb{R}^n$.

首先,设 $T:\mathbb{R}^n \mapsto \mathbb{R}^n$ 是一个单射且满射的线性变换。令 $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ 为 $\mathbb{R}^n$ 的一组基。我们欲证 $\left\{ T(\vec{v}\_{1}),\cdots , T(\vec{v}\_{n})\right\}$ 也是 $\mathbb{R}^n$ 的一组基。

First consider why it is linearly independent. Suppose $\sum\_{k=1}^{n}a\_{k}T(\vec{v}\_{k})=\vec{0}$. Then by linearity we have $T\left( \sum\_{k=1}^{n}a\_{k}\vec{v}\_{k}\right) =\vec{0}$ and since $T$ is one to one, it follows that $\sum\_{k=1}^{n}a\_{k}\vec{v}\_{k}=\vec{0}$. This requires that each $a\_{k}=0$ because $\left\{ \vec{v}\_{1},\cdots, \vec{v}\_{n}\right\}$ is independent, and it follows that $\left\{ T(\vec{v}\_{1}),\cdots , T(\vec{v}\_{n})\right\}$ is linearly independent.

先说明为何它线性无关。假设 $\sum\_{k=1}^{n}a\_{k}T(\vec{v}\_{k})=\vec{0}$。由线性性可得 $T\left( \sum\_{k=1}^{n}a\_{k}\vec{v}\_{k}\right) =\vec{0}$,又因 $T$ 是单射,可知 $\sum\_{k=1}^{n}a\_{k}\vec{v}\_{k}=\vec{0}$。由于 $\left\{ \vec{v}\_{1},\cdots, \vec{v}\_{n}\right\}$ 线性无关,故每个 $a\_{k}=0$,从而 $\left\{ T(\vec{v}\_{1}),\cdots , T(\vec{v}\_{n})\right\}$ 线性无关。

Next take $\vec{w}\in \mathbb{R}^n.$ Since $T$ is onto, there exists $\vec{v}\in \mathbb{R}^n$ such that $T(\vec{v})=\vec{w}$. Since $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ is a basis, in particular it is a spanning set and there are scalars $b\_{k}$ such that $T\left( \sum\_{k=1}^{n}b\_{k}\vec{v} \_{k}\right) =T\left( \vec{v}\right) =\vec{w}$. Therefore $\vec{w} =\sum\_{k=1}^{n}b\_{k}T(\vec{v}\_{k})$ which is in the $\mathrm{span}\left\{ T(\vec{v}\_{1}),\cdots , T(\vec{v}\_{n})\right\} .$ Therefore, $\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n}) \right\}$ is a basis as claimed.

再任取 $\vec{w}\in \mathbb{R}^n$。由于 $T$ 是满射,存在 $\vec{v}\in \mathbb{R}^n$ 使得 $T(\vec{v})=\vec{w}$。因为 $\left\{ \vec{v}\_{1},\cdots ,\vec{v}\_{n}\right\}$ 是一组基,特别地它是生成集,故存在标量 $b\_{k}$ 使得 $T\left( \sum\_{k=1}^{n}b\_{k}\vec{v} \_{k}\right) =T\left( \vec{v}\right) =\vec{w}$。于是 $\vec{w} =\sum\_{k=1}^{n}b\_{k}T(\vec{v}\_{k})$,它属于 $\mathrm{span}\left\{ T(\vec{v}\_{1}),\cdots , T(\vec{v}\_{n})\right\} $。因此,$\left\{ T(\vec{v}\_{1}),\cdots ,T(\vec{v}\_{n}) \right\}$ 确为一组基。

Suppose now that $T: \mathbb{R}^n \mapsto \mathbb{R}^n$ is a linear transformation such that $T(\vec{v}\_{i})=\vec{w}\_{i}$ where $\left\{vec{v} \_{1},\cdots ,\vec{v}\_{n}\right\}$ and $\left\{ \vec{w}\_{1},\cdots , \vec{w}\_{n}\right\}$ are two bases for $\mathbb{R}^n$.

现在设 $T: \mathbb{R}^n \mapsto \mathbb{R}^n$ 是一个线性变换,满足 $T(\vec{v}\_{i})=\vec{w}\_{i}$,其中 $\left\{vec{v} \_{1},\cdots ,\vec{v}\_{n}\right\}$ 与 $\left\{ \vec{w}\_{1},\cdots , \vec{w}\_{n}\right\}$ 是 $\mathbb{R}^n$ 的两组基。

To show that $T$ is one to one, let $T\left( \sum\_{k=1}^{n}c\_{k}\vec{v}\_{k}\right) =\vec{0}$. Then $\sum\_{k=1}^{n}c\_{k}T(\vec{v}\_{k})=\sum\_{k=1}^{n}c\_{k}\vec{w}\_{k}=\vec{ 0}$. It follows that each $c\_{k} = 0$ because it is given that $\left\{ \vec{w} \_{1},\cdots,\vec{w}\_{n}\right\}$ is linearly independent. Hence $T\left( \sum\_{k=1}^{n}c\_{k}\vec{v}\_{k}\right) =\vec{0}$ implies that $\sum\_{k=1}^{n}c\_{k}\vec{v}\_{k}=\vec{0}$ and so $T$ is one to one.

为证 $T$ 是单射,设 $T\left( \sum\_{k=1}^{n}c\_{k}\vec{v}\_{k}\right) =\vec{0}$。则 $\sum\_{k=1}^{n}c\_{k}T(\vec{v}\_{k})=\sum\_{k=1}^{n}c\_{k}\vec{w}\_{k}=\vec{ 0}$。由于已知 $\left\{ \vec{w} \_{1},\cdots,\vec{w}\_{n}\right\}$ 线性无关,可知每个 $c\_{k} = 0$。因此 $T\left( \sum\_{k=1}^{n}c\_{k}\vec{v}\_{k}\right) =\vec{0}$ 蕴含 $\sum\_{k=1}^{n}c\_{k}\vec{v}\_{k}=\vec{0}$,从而 $T$ 是单射。

To show that $T$ is onto, let $\vec{w}$ be an arbitrary vector in $\mathbb{R}^n$. This vector can be written as $\vec{w} = \sum\_{k=1}^{n}d_k\vec{w}\_k = \sum\_{k=1}^{n}d\_{k}T(\vec{v}\_{k})=T\left( \sum\_{k=1}^{n}d\_{k} \vec{v}\_{k}\right) .$ Therefore, $T$ is also onto.

为证 $T$ 是满射,任取 $\mathbb{R}^n$ 中的向量 $\vec{w}$。它可写为 $\vec{w} = \sum\_{k=1}^{n}d_k\vec{w}\_k = \sum\_{k=1}^{n}d\_{k}T(\vec{v}\_{k})=T\left( \sum\_{k=1}^{n}d\_{k} \vec{v}\_{k}\right) $。因此 $T$ 也是满射。

Consider now an important definition.

现在考虑一个重要的定义。

Definition 1: Coordinate Vector 定义 1:坐标向量

Let $B = \left\{ \vec{v}\_1, \vec{v}\_2, \cdots, \vec{v}\_n \right\}$ be a basis for $\mathbb{R}^n$ and let $\vec{x}$ be an arbitrary vector in $\mathbb{R}^n$. Then $\vec{x}$ is uniquely represented as $\vec{x} = a_1\vec{v}\_1 + a_2\vec{v}\_2 + \cdots + a_n\vec{v}\_n$ for scalars $a_1, \cdots, a_n.$

设 $B = \left\{ \vec{v}\_1, \vec{v}\_2, \cdots, \vec{v}\_n \right\}$ 是 $\mathbb{R}^n$ 的一组基,$\vec{x}$ 为 $\mathbb{R}^n$ 中任意向量。则 $\vec{x}$ 可唯一表示为 $\vec{x} = a_1\vec{v}\_1 + a_2\vec{v}\_2 + \cdots + a_n\vec{v}\_n$,其中 $a_1, \cdots, a_n$ 为标量。

The coordinate vector of $\vec{x}$ with respect to the basis $B$, written $C_B(\vec{x})$ or $\vec{x}\_B$, is given by $C_B(\vec{x}) = C_B \left( a_1\vec{v}\_1 + a_2\vec{v}\_2 + \cdots + a_n\vec{v}\_n \right) = \begin{pmatrix}a_1 \\ a_2 \\ \vdots \\ a_n\end{pmatrix} $

$\vec{x}$ 关于基 $B$ 的坐标向量,记作 $C_B(\vec{x})$ 或 $\vec{x}\_B$,由下式给出:$C_B(\vec{x}) = C_B \left( a_1\vec{v}\_1 + a_2\vec{v}\_2 + \cdots + a_n\vec{v}\_n \right) = \begin{pmatrix}a_1 \\ a_2 \\ \vdots \\ a_n\end{pmatrix} $

Consider the following example.

考虑下面的示例。

Example 1: Coordinate Vector 示例 1:坐标向量

Let $B = \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}-1 \\ 1\end{pmatrix} \right\}$ be a basis of $\mathbb{R}^2$ and let $\vec{x} = \begin{pmatrix}3 \\ -1\end{pmatrix}$ be a vector in $\mathbb{R}^2$. Find $C_B(\vec{x})$.

设 $B = \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}-1 \\ 1\end{pmatrix} \right\}$ 是 $\mathbb{R}^2$ 的一组基,令 $\vec{x} = \begin{pmatrix}3 \\ -1\end{pmatrix}$ 为 $\mathbb{R}^2$ 中的一个向量。求 $C_B(\vec{x})$。

Solution

解答

First, note the order of the basis is important so label the vectors in the basis $B$ as $B = \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}-1 \\ 1\end{pmatrix} \right\} = \left\{ \vec{v}\_1, \vec{v}\_2 \right\}nonumber $ Now we need to find $a_1, a_2$ such that $\vec{x} = a_1 \vec{v}\_1 + a_2 \vec{v}\_2$, that is: $\begin{pmatrix}3 \\ -1\end{pmatrix} = a_1 \begin{pmatrix}1 \\ 0\end{pmatrix} + a_2 \begin{pmatrix}-1 \\ 1\end{pmatrix} $ Solving this system gives $a_1 = 2, a_2 = -1$. Therefore the coordinate vector of $\vec{x}$ with respect to the basis $B$ is $C_B(\vec{x}) = \begin{pmatrix}a_1 \\ a_2\end{pmatrix} = \begin{pmatrix}2 \\ -1\end{pmatrix} $

首先注意基中向量的顺序很重要,故将基 $B$ 中的向量标记为 $B = \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}-1 \\ 1\end{pmatrix} \right\} = \left\{ \vec{v}\_1, \vec{v}\_2 \right\} $。现在需要求 $a_1, a_2$ 使得 $\vec{x} = a_1 \vec{v}\_1 + a_2 \vec{v}\_2$,即:$\begin{pmatrix}3 \\ -1\end{pmatrix} = a_1 \begin{pmatrix}1 \\ 0\end{pmatrix} + a_2 \begin{pmatrix}-1 \\ 1\end{pmatrix} $。解此方程组得 $a_1 = 2, a_2 = -1$。因此 $\vec{x}$ 关于基 $B$ 的坐标向量为 $C_B(\vec{x}) = \begin{pmatrix}a_1 \\ a_2\end{pmatrix} = \begin{pmatrix}2 \\ -1\end{pmatrix} $

Given any basis $B$, one can easily verify that the coordinate function is actually an isomorphism.

对任意基 $B$,都容易验证坐标函数实际上是一个同构。

Theorem 1: $C_B$Transformation is a Linear 定理 1:坐标函数 $C_B$ 是线性变换

For any basis $B$ of $\mathbb{R}^n$, the coordinate function $C_B: \mathbb{R}^n \rightarrow \mathbb{R}^n $ is a linear transformation, and moreover an isomorphism.

对 $\mathbb{R}^n$ 的任意基 $B$,坐标函数 $C_B: \mathbb{R}^n \rightarrow \mathbb{R}^n $ 都是一个线性变换,且进一步是一个同构。

We now discuss the main result of this section, that is how to represent a linear transformation with respect to different bases.

现在讨论本节的主要结论,即如何用不同基来表示一个线性变换。

Theorem 2: The Matrix of a Linear 定理 2:线性变换的矩阵

Let $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ be a linear transformation, and let $B_1$ and $B_2$ be bases of $\mathbb{R}^{n}$ and $\mathbb{R}^{m}$ respectively.

设 $T: \mathbb{R}^n \mapsto \mathbb{R}^m$ 是一个线性变换,$B_1$ 与 $B_2$ 分别是 $\mathbb{R}^{n}$ 和 $\mathbb{R}^{m}$ 的基。

Then the following holds $C\_{B_2} T = M\_{B\_{2} B\_{1}} C\_{B_1} \label{matrixequation}$ where $M\_{B\_{2} B\_{1}}$ is a unique $m \times n$ matrix.

则下述等式成立:$C\_{B_2} T = M\_{B\_{2} B\_{1}} C\_{B_1} \label{matrixequation}$,其中 $M\_{B\_{2} B\_{1}}$ 是一个唯一的 $m \times n$ 矩阵。

If the basis $B_1$ is given by $B_1 = \left\{ \vec{v}\_1, \cdots, \vec{v}\_n \right\}$ in this order, then $M\_{B\_{2} B\_{1}} = \left[ C\_{B_2}(T(\vec{v}\_1)) \quad C\_{B_2}(T(\vec{v}\_2)) \quad \cdots \quad C\_{B_2}(T(\vec{v}\_n)) \right]$

若基 $B_1$ 按顺序给定为 $B_1 = \left\{ \vec{v}\_1, \cdots, \vec{v}\_n \right\}$,则 $M\_{B\_{2} B\_{1}} = \left[ C\_{B_2}(T(\vec{v}\_1)) \quad C\_{B_2}(T(\vec{v}\_2)) \quad \cdots \quad C\_{B_2}(T(\vec{v}\_n)) \right]$

Proof

证明

The above equation $\eqref{matrixequation}$ can be represented by the following diagram. $\begin{array}{rcl} & T & \\ \mathbb{R}^n & \rightarrow & \mathbb{R}^m \\ C_{B_{1}}\downarrow & & \downarrow C_{B_{2}} \\ \mathbb{R}^{n} & \rightarrow & \mathbb{R}^{m} \\ & M_{B_{2} B_{1}} & \end{array}$

上述等式 $\eqref{matrixequation}$ 可用下图表示:$\begin{array}{rcl} & T & \\ \mathbb{R}^n & \rightarrow & \mathbb{R}^m \\ C_{B_{1}}\downarrow & & \downarrow C_{B_{2}} \\ \mathbb{R}^{n} & \rightarrow & \mathbb{R}^{m} \\ & M_{B_{2} B_{1}} & \end{array}$

Since $C\_{B_1}$ is an isomorphism, then the matrix we are looking for is the matrix of the linear transformation $C\_{B_2} T C^{-1}\_{B_1} : \mathbb{R}^n \mapsto \mathbb{R}^m. $ By Theorem 5.2.2, the columns are given by the image of the standard basis $\left\{ \vec{e}\_1, \vec{e}\_2, \cdots, \vec{e}\_n \right\}$ . But since $C^{-1}\_{B_1}( \vec{e}\_i) = \vec{v}\_i$, we readily obtain that $M\_{B\_{2} B\_{1}} = \left[ C\_{B_2}T C^{-1}\_{B_1} (\vec{e}\_1) \quad C\_{B_2}T C^{-1}\_{B_1} (\vec{e}\_2) \quad \cdots \quad C\_{B_2}T C^{-1}\_{B_1} (\vec{e}\_n) \right] = \left[ C\_{B_2}(T(\vec{v}\_1)) \quad C\_{B_2}(T(\vec{v}\_2)) \quad \cdots \quad C\_{B_2}(T(\vec{v}\_n)) \right]$ and this completes the proof.

由于 $C\_{B_1}$ 是同构,我们要求的矩阵就是线性变换 $C\_{B_2} T C^{-1}\_{B_1} : \mathbb{R}^n \mapsto \mathbb{R}^m$ 的矩阵。由 定理 5.2.2 可知,其各列由标准基 $\left\{ \vec{e}\_1, \vec{e}\_2, \cdots, \vec{e}\_n \right\}$ 的像给出。而因为 $C^{-1}\_{B_1}( \vec{e}\_i) = \vec{v}\_i$,我们立刻得到 $M\_{B\_{2} B\_{1}} = \left[ C\_{B_2}T C^{-1}\_{B_1} (\vec{e}\_1) \quad C\_{B_2}T C^{-1}\_{B_1} (\vec{e}\_2) \quad \cdots \quad C\_{B_2}T C^{-1}\_{B_1} (\vec{e}\_n) \right] = \left[ C\_{B_2}(T(\vec{v}\_1)) \quad C\_{B_2}(T(\vec{v}\_2)) \quad \cdots \quad C\_{B_2}(T(\vec{v}\_n)) \right]$,证明至此完成。

Consider the following example.

考虑下面的示例。

Example 2: Matrix of a Linear 示例 2:线性变换的矩阵

Let $T: \mathbb{R}^2 \mapsto \mathbb{R}^2$ be a linear transformation defined by $T \left( \begin{pmatrix}a \\ b\end{pmatrix} \right) = \begin{pmatrix}b \\ a\end{pmatrix}$.

设 $T: \mathbb{R}^2 \mapsto \mathbb{R}^2$ 是由 $T \left( \begin{pmatrix}a \\ b\end{pmatrix} \right) = \begin{pmatrix}b \\ a\end{pmatrix}$ 定义的线性变换。

Consider the two bases $B_1 = \left\{ \vec{v}\_{1}, \vec{v}\_{2} \right\} = \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}-1 \\ 1\end{pmatrix} \right\}nonumber $ and $B_2 = \left\{ \begin{pmatrix}1 \\ 1\end{pmatrix}, \begin{pmatrix}1 \\ -1\end{pmatrix} \right\}nonumber $

考虑两组基 $B_1 = \left\{ \vec{v}\_{1}, \vec{v}\_{2} \right\} = \left\{ \begin{pmatrix}1 \\ 0\end{pmatrix}, \begin{pmatrix}-1 \\ 1\end{pmatrix} \right\} $ 与 $B_2 = \left\{ \begin{pmatrix}1 \\ 1\end{pmatrix}, \begin{pmatrix}1 \\ -1\end{pmatrix} \right\} $

Find the matrix $M\_{B_2,B_1}$ of $T$ with respect to the bases $B_1$ and $B_2$.

求 $T$ 关于基 $B_1$ 与 $B_2$ 的矩阵 $M\_{B_2,B_1}$。

Solution

解答

By Theorem 2, the columns of $M\_{B\_{2} B\_{1}}$ are the coordinate vectors of $T(\vec{v}\_{1}), T(\vec{v}\_{2})$ with respect to $B_2$.

定理 2 可知,$M\_{B\_{2} B\_{1}}$ 的各列分别是 $T(\vec{v}\_{1}), T(\vec{v}\_{2})$ 关于基 $B_2$ 的坐标向量。

Since $T \left( \begin{pmatrix}1 \\ 0\end{pmatrix} \right) = \begin{pmatrix}0 \\ 1\end{pmatrix} , $ a standard calculation yields $\begin{pmatrix}0 \\ 1\end{pmatrix} = \left(\frac{1}{2} \right)\begin{pmatrix}1 \\ 1\end{pmatrix} + \left(-\frac{1}{2} \right) \begin{pmatrix}1 \\ -1\end{pmatrix}, $ the first column of $M\_{B\_{2} B\_{1}}$ is $\begin{pmatrix}\frac{1}{2}\\ -\frac{1}{2}\end{pmatrix}$.

由于 $T \left( \begin{pmatrix}1 \\ 0\end{pmatrix} \right) = \begin{pmatrix}0 \\ 1\end{pmatrix} $,经标准计算得到 $\begin{pmatrix}0 \\ 1\end{pmatrix} = \left(\frac{1}{2} \right)\begin{pmatrix}1 \\ 1\end{pmatrix} + \left(-\frac{1}{2} \right) \begin{pmatrix}1 \\ -1\end{pmatrix} $,故 $M\_{B\_{2} B\_{1}}$ 的第一列为 $\begin{pmatrix}\frac{1}{2}\\ -\frac{1}{2}\end{pmatrix}$。

The second column is found in a similar way. We have $T \left( \begin{pmatrix}-1 \\ 1\end{pmatrix} \right) = \begin{pmatrix}1 \\ -1\end{pmatrix} , $ and with respect to $B_2$ calculate: $\begin{pmatrix}1 \\ -1\end{pmatrix} = 0 \begin{pmatrix}1 \\ 1\end{pmatrix} + 1 \begin{pmatrix}1 \\ -1\end{pmatrix} $ Hence the second column of $M\_{B\_{2} B\_{1}}$ is given by $\begin{pmatrix}0 \\ 1\end{pmatrix}$. We thus obtain $M\_{B\_{2} B\_{1}} = \begin{pmatrix}\frac{1}{2} & 0 \\ -\frac{1}{2} & 1\end{pmatrix} $

第二列以类似方式求得。我们有 $T \left( \begin{pmatrix}-1 \\ 1\end{pmatrix} \right) = \begin{pmatrix}1 \\ -1\end{pmatrix} $,关于基 $B_2$ 计算得:$\begin{pmatrix}1 \\ -1\end{pmatrix} = 0 \begin{pmatrix}1 \\ 1\end{pmatrix} + 1 \begin{pmatrix}1 \\ -1\end{pmatrix} $。因此 $M\_{B\_{2} B\_{1}}$ 的第二列为 $\begin{pmatrix}0 \\ 1\end{pmatrix}$。于是得到 $M\_{B\_{2} B\_{1}} = \begin{pmatrix}\frac{1}{2} & 0 \\ -\frac{1}{2} & 1\end{pmatrix} $

We can verify that this is the correct matrix $M\_{B\_{2} B\_{1}}$ on the specific example $\vec{v} = \begin{pmatrix}3 \\ -1\end{pmatrix} $ First applying $T$ gives $T( \vec{v} ) = T \left( \begin{pmatrix}3 \\ -1\end{pmatrix} \right) = \begin{pmatrix}-1\\ 3\end{pmatrix} $ and one can compute that $C\_{B_2} \left( \begin{pmatrix}-1 \\ 3\end{pmatrix} \right) = \begin{pmatrix}1\\ -2\end{pmatrix} $

我们可以在具体的例子 $\vec{v} = \begin{pmatrix}3 \\ -1\end{pmatrix} $ 上验证这确是正确矩阵。先作用 $T$ 得 $T( \vec{v} ) = T \left( \begin{pmatrix}3 \\ -1\end{pmatrix} \right) = \begin{pmatrix}-1\\ 3\end{pmatrix} $,并可算得 $C\_{B_2} \left( \begin{pmatrix}-1 \\ 3\end{pmatrix} \right) = \begin{pmatrix}1\\ -2\end{pmatrix} $

On the other hand, one compute $C\_{B_1}( \vec{v})$ as $C\_{B_1} \left( \begin{pmatrix}3 \\ -1\end{pmatrix} \right) = \begin{pmatrix}2\\ -1\end{pmatrix} , $ and finally applying $M\_{B_1 B_2}$ gives $\begin{pmatrix}\frac{1}{2} & 0 \\ -\frac{1}{2} & 1\end{pmatrix} \begin{pmatrix}2 \\ -1\end{pmatrix} = \begin{pmatrix}1 \\ -2\end{pmatrix} $ as above.

另一方面,可算得 $C\_{B_1}( \vec{v})$ 为 $C\_{B_1} \left( \begin{pmatrix}3 \\ -1\end{pmatrix} \right) = \begin{pmatrix}2\\ -1\end{pmatrix} $,最后作用 $M\_{B_1 B_2}$ 得 $\begin{pmatrix}\frac{1}{2} & 0 \\ -\frac{1}{2} & 1\end{pmatrix} \begin{pmatrix}2 \\ -1\end{pmatrix} = \begin{pmatrix}1 \\ -2\end{pmatrix} $,与上面一致。

We see that the same vector results from either method, as suggested by Theorem 2.

我们看到两种方法得到同一个向量,正如 定理 2 所示。

If the bases $B_1$ and $B_2$ are equal, say $B$, then we write $M\_{B}$ instead of $M\_{B B}$. The following example illustrates how to compute such a matrix. Note that this is what we did earlier when we considered only $B_1=B_2$ to be the standard basis.

若基 $B_1$ 与 $B_2$ 相同,记为 $B$,则记作 $M\_{B}$ 而非 $M\_{B B}$。下面的示例说明如何计算这样的矩阵。注意,这正对应于我们此前只取 $B_1=B_2$ 为标准基的情形。

Example 3: Matrix of a Linear Transformation with respect to an Arbitrary 示例 3:关于任意基的线性变换矩阵

Consider the basis $B$ of $\mathbb{R}^3$ given by $B = \left\{ \vec{v}\_1 , \vec{v}\_2, \vec{v}\_3 \right\} = \left\{ \begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix} \right\}nonumber $ And let $T :\mathbb{R}^{3}\mapsto \mathbb{R}^{3}$ be the linear transformation defined on $B$ as: $T\begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ -1 \\ 1\end{pmatrix} ,T \begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 2 \\ -1\end{pmatrix} ,T\begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} $

考虑 $\mathbb{R}^3$ 的基 $B$,其定义为 $B = \left\{ \vec{v}\_1 , \vec{v}\_2, \vec{v}\_3 \right\} = \left\{ \begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix} ,\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} ,\begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix} \right\} $。令 $T :\mathbb{R}^{3}\mapsto \mathbb{R}^{3}$ 为在基 $B$ 上如下定义的线性变换:$T\begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ -1 \\ 1\end{pmatrix} ,T \begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}1 \\ 2 \\ -1\end{pmatrix} ,T\begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix} =\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} $
  1. Find the matrix $M\_B$ of $T$ relative to the basis $B$.
  2. Then find the usual matrix of $T$ with respect to the standard basis of $\mathbb{R}^{3}$.
  1. 求 $T$ 关于基 $B$ 的矩阵 $M\_B$。
  2. 再求 $T$ 关于 $\mathbb{R}^{3}$ 标准基的通常矩阵。

Solution

解答

Equation $\eqref{matrixequation}$ gives $C_BT=M\_{B}C_B$, and thus $M\_{B} = C_BTC^{-1}\_B$.

等式 $\eqref{matrixequation}$ 给出 $C_BT=M\_{B}C_B$,于是 $M\_{B} = C_BTC^{-1}\_B$。

Now $C_B(\vec{v}\_i) = \vec{e}\_i$, so the matrix of $C_B^{-1}$ (with respect to the standard basis) is given by $\left[ C_B^{-1}(\vec{e}\_1) \quad C_B^{-1}(\vec{e}\_2) \quad C_B^{-1}(\vec{e}\_2) \right] = \begin{pmatrix}1 & 1 & -1 \\ 0 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix} $ Moreover the matrix of $T C_B^{-1}$ is given by $\left[ TC_B^{-1}(\vec{e}\_1) \quad TC_B^{-1}(\vec{e}\_2) \quad TC_B^{-1}(\vec{e}\_2) \right] = \begin{pmatrix}1 & 1 & 0 \\ -1 & 2 & 1 \\ 1 & -1 & 1\end{pmatrix} $ Thus $\begin{array}{rcl} M_{B} & = & C_B T C^{-1}_B = (C_B^{-1})^{-1} (T C^{-1}_B) \\ & = & \begin{pmatrix}1 & 1 & -1 \\ 0 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix}^{-1}\begin{pmatrix}1 & 1 & 0 \\ -1 & 2 & 1 \\ 1 & -1 & 1\end{pmatrix} \\ & = & \begin{pmatrix}2 & -5 & 1 \\ -1 & 4 & 0 \\ 0 & -2 & 1\end{pmatrix} \end{array}$

由于 $C_B(\vec{v}\_i) = \vec{e}\_i$,故 $C_B^{-1}$ 的矩阵(关于标准基)为 $\left[ C_B^{-1}(\vec{e}\_1) \quad C_B^{-1}(\vec{e}\_2) \quad C_B^{-1}(\vec{e}\_2) \right] = \begin{pmatrix}1 & 1 & -1 \\ 0 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix} $。又 $T C_B^{-1}$ 的矩阵为 $\left[ TC_B^{-1}(\vec{e}\_1) \quad TC_B^{-1}(\vec{e}\_2) \quad TC_B^{-1}(\vec{e}\_2) \right] = \begin{pmatrix}1 & 1 & 0 \\ -1 & 2 & 1 \\ 1 & -1 & 1\end{pmatrix} $。于是 $\begin{array}{rcl} M_{B} & = & C_B T C^{-1}_B = (C_B^{-1})^{-1} (T C^{-1}_B) \\ & = & \begin{pmatrix}1 & 1 & -1 \\ 0 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix}^{-1}\begin{pmatrix}1 & 1 & 0 \\ -1 & 2 & 1 \\ 1 & -1 & 1\end{pmatrix} \\ & = & \begin{pmatrix}2 & -5 & 1 \\ -1 & 4 & 0 \\ 0 & -2 & 1\end{pmatrix} \end{array}$

Consider how this works. Let $\vec{b} = \begin{pmatrix}b_1 \\ b_2 \\ b_3\end{pmatrix}$ be an arbitrary vector in $\mathbb{R}^3$.

来看其如何运作。令 $\vec{b} = \begin{pmatrix}b_1 \\ b_2 \\ b_3\end{pmatrix}$ 为 $\mathbb{R}^3$ 中的任意向量。

Apply $C^{-1}\_{B}$ to $\vec{b}$ to get $b_1\begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix} + b_2\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} + b_3\begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix} $ Apply $T$ to this linear combination to obtain $b_1\begin{pmatrix}1 \\ -1 \\ 1\end{pmatrix} + b_2\begin{pmatrix}1 \\ 2 \\ -1\end{pmatrix} + b_3\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}b_1+b_2 \\ -b_1 + 2b_2+ b_3 \\ b_1-b_2+b_3\end{pmatrix} $ Now take the matrix $M\_{B}$ of the transformation (as found above) and multiply it by $\vec{b}$. $\begin{pmatrix}2 & -5 & 1 \\ -1 & 4 & 0 \\ 0 & -2 & 1\end{pmatrix} \begin{pmatrix}b_1 \\ b_2 \\ b_3\end{pmatrix} =\begin{pmatrix}2b_1-5b_2+b_3 \\ -b_1 + 4b_2 \\ -2b_2 + b_3\end{pmatrix} $ Is this the coordinate vector of the above relative to the given basis? We check as follows. $\left( 2b_1-5b_2+b_3\right) \begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix} +\left( -b_1 + 4b_2\right) \begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} +\left( -2b_2+b_3\right) \begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix} $ $= \begin{pmatrix}b_1+b_2 \\ -b_1 + 2b_2+b_3 \\ b_1-b_2+b_3\end{pmatrix} $ You see it is the same thing.

对 $\vec{b}$ 作用 $C^{-1}\_{B}$ 得到 $b_1\begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix} + b_2\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} + b_3\begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix} $。将此线性组合作用 $T$ 得 $b_1\begin{pmatrix}1 \\ -1 \\ 1\end{pmatrix} + b_2\begin{pmatrix}1 \\ 2 \\ -1\end{pmatrix} + b_3\begin{pmatrix}0 \\ 1 \\ 1\end{pmatrix} =\begin{pmatrix}b_1+b_2 \\ -b_1 + 2b_2+ b_3 \\ b_1-b_2+b_3\end{pmatrix} $。现在取上述所得的变换矩阵 $M\_{B}$ 并乘以 $\vec{b}$:$\begin{pmatrix}2 & -5 & 1 \\ -1 & 4 & 0 \\ 0 & -2 & 1\end{pmatrix} \begin{pmatrix}b_1 \\ b_2 \\ b_3\end{pmatrix} =\begin{pmatrix}2b_1-5b_2+b_3 \\ -b_1 + 4b_2 \\ -2b_2 + b_3\end{pmatrix} $。这是否为上述向量关于给定基的坐标向量?我们验证如下:$\left( 2b_1-5b_2+b_3\right) \begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix} +\left( -b_1 + 4b_2\right) \begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} +\left( -2b_2+b_3\right) \begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix} $ $= \begin{pmatrix}b_1+b_2 \\ -b_1 + 2b_2+b_3 \\ b_1-b_2+b_3\end{pmatrix} $。可见两者相同。

Now lets find the matrix of $T$ with respect to the standard basis. Let $A$ be this matrix. That is, multiplication by $A$ is the same as doing $T$. Thus $A\begin{pmatrix}1 & 1 & -1 \\ 0 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix} =\begin{pmatrix}1 & 1 & 0 \\ -1 & 2 & 1 \\ 1 & -1 & 1\end{pmatrix} $ Hence $A=\begin{pmatrix}1 & 1 & 0 \\ -1 & 2 & 1 \\ 1 & -1 & 1\end{pmatrix} \begin{pmatrix}1 & 1 & -1 \\ 0 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix} ^{-1}=\begin{pmatrix}0 & 0 & 1 \\ 2 & 3 & -3 \\ -3 & -2 & 4\end{pmatrix} $ Of course this is a very different matrix than the matrix of the linear transformation with respect to the non standard basis.

现在求 $T$ 关于标准基的矩阵。设 $A$ 为该矩阵,即乘以 $A$ 与施行 $T$ 等价。于是 $A\begin{pmatrix}1 & 1 & -1 \\ 0 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix} =\begin{pmatrix}1 & 1 & 0 \\ -1 & 2 & 1 \\ 1 & -1 & 1\end{pmatrix} $。故 $A=\begin{pmatrix}1 & 1 & 0 \\ -1 & 2 & 1 \\ 1 & -1 & 1\end{pmatrix} \begin{pmatrix}1 & 1 & -1 \\ 0 & 1 & 1 \\ 1 & 1 & 0\end{pmatrix} ^{-1}=\begin{pmatrix}0 & 0 & 1 \\ 2 & 3 & -3 \\ -3 & -2 & 4\end{pmatrix} $。当然,这与关于非标准基的线性变换矩阵大不相同。

Outcomes 学习目标

  1. Use linear transformations to determine the particular solution and general solution to a system of equations.
  2. Find the kernel of a linear transformation.
  1. 利用线性变换确定方程组的特解与通解。
  2. 求一个线性变换的核。

Recall the definition of a linear transformation discussed above. $T$ is a linear transformation if whenever $\vec{x}, \vec{y}$ are vectors and $k,p$ are scalars, $T\left( k\vec{x}+p\vec{y}\right) =k T \left( \vec{x} \right) +p T\left(\vec{y} \right) $ Thus linear transformations distribute across addition and pass scalars to the outside.

回顾上文讨论的线性变换定义。若对任意向量 $\vec{x}, \vec{y}$ 与标量 $k,p$,都有 $T\left( k\vec{x}+p\vec{y}\right) =k T \left( \vec{x} \right) +p T\left(\vec{y} \right) $,则 $T$ 是一个线性变换。因此线性变换对加法满足分配律,并把标量提到外面。

It turns out that we can use linear transformations to solve linear systems of equations. Indeed given a system of linear equations of the form $A\vec{x}=\vec{b}$, one may rephrase this as $T(\vec{x})=\vec{b}$ where $T$ is the linear transformation $T_A$ induced by the coefficient matrix $A$. With this in mind consider the following definition.

事实上,我们可以利用线性变换来解线性方程组。给定形如 $A\vec{x}=\vec{b}$ 的线性方程组,可将其改写为 $T(\vec{x})=\vec{b}$,其中 $T$ 是由系数矩阵 $A$ 诱导的线性变换 $T_A$。基于此,考虑如下定义。

Definition 1: Particular Solution of a System of Equations 方程组的特解

Suppose a linear system of equations can be written in the form $T\left(\vec{x}\right)=\vec{b} $ If $T\left(\vec{x}\_{p}\right)=\vec{b},$ then $\vec{x}\_{p}$ is called a particular solution of the linear system.

设一个线性方程组可以写成 $T\left(\vec{x}\right)=\vec{b}$ 的形式。若 $T\left(\vec{x}\_{p}\right)=\vec{b}$,则 $\vec{x}\_{p}$ 称为该线性方程组的一个特解

Recall that a system is called homogeneous if every equation in the system is equal to $0$. Suppose we represent a homogeneous system of equations by $T\left(\vec{x}\right)=0$. It turns out that the $\vec{x}$ for which $T \left(\vec{x}\right) = 0$ are part of a special set called the null space of $T$. We may also refer to the null space as the kernel of $T$, and we write $ker\left(T\right)$.

回想一下,若方程组中每个方程都等于 $0$,则称该方程组为齐次的。设齐次方程组由 $T\left(\vec{x}\right)=0$ 表示。事实表明,使 $T \left(\vec{x}\right) = 0$ 成立的 $\vec{x}$ 属于一个特殊集合,称为 $T$ 的零空间。我们也把零空间称为 $T$ 的,记作 $ker\left(T\right)$。

Consider the following definition.

考虑如下定义。

Definition 2: Null Space or Kernel of a Linear Transformation 线性变换的零空间或核

Let $T$ be a linear transformation. Define $\ker \left( T\right) = \left\{ \vec{x}:T \left(\vec{x} \right)= \vec{0} \right\}nonumber $ The kernel, $\ker \left( T\right)$ consists of the set of all vectors $\vec{x}$ for which $T (\vec{x}) = \vec{0}$. This is also called the null space of $T$.

设 $T$ 为一个线性变换。定义 $\ker \left( T\right) = \left\{ \vec{x}:T \left(\vec{x} \right)= \vec{0} \right\}nonumber $ 核 $\ker \left( T\right)$ 由所有满足 $T (\vec{x}) = \vec{0}$ 的向量 $\vec{x}$ 组成。这也称为 $T$ 的零空间

We may also refer to the kernel of $T$ as the solution space of the equation $T \left(\vec{x}\right) = \vec{0}$.

我们也可以把 $T$ 的核称为方程 $T \left(\vec{x}\right) = \vec{0}$ 的解空间

Consider the following example.

考虑如下示例。

Example 1: The Kernel of the Derivative 导数的核

Let $\frac{d}{dx}$ denote the linear transformation defined on $f,$ the functions which are defined on $\mathbb{R}$ and have a continuous derivative. Find $\ker \left( \frac{d}{dx}\right) .$

设 $\frac{d}{dx}$ 表示定义在 $f$ 上的线性变换,其中 $f$ 是在 $\mathbb{R}$ 上定义且具有连续导数的函数。求 $\ker \left( \frac{d}{dx}\right) .$

Solution

解答

The example asks for functions $f$ which the property that $\frac{df}{dx} =0.$ As you may know from calculus, these functions are the constant functions. Thus $\ker \left( \frac{d}{dx}\right)$ is the set of constant functions.

本例要求找出满足 $\frac{df}{dx} =0$ 的函数 $f$。如你在微积分中所知,这些函数就是常值函数。因此 $\ker \left( \frac{d}{dx}\right)$ 是全体常值函数组成的集合。

Definition 2 states that $\ker \left( T\right)$ is the set of solutions to the equation, $T\left( \vec{x} \right) = \vec{0}$ Since we can write $T\left( \vec{x} \right)$ as $A\vec{x}$, you have been solving such equations for quite some time.

Definition 2指出,$\ker \left( T\right)$ 是方程 $T\left( \vec{x} \right) = \vec{0}$ 的解集。既然我们可以把 $T\left( \vec{x} \right)$ 写成 $A\vec{x}$,你其实已经求解这类方程很久了。

We have spent a lot of time finding solutions to systems of equations in general, as well as homogeneous systems. Suppose we look at a system given by $A\vec{x}=\vec{b}$, and consider the related homogeneous system. By this, we mean that we replace $\vec{b}$ by $\vec{0}$ and look at $A\vec{x}=\vec{0}$. It turns out that there is a very important relationship between the solutions of the original system and the solutions of the associated homogeneous system. In the following theorem, we use linear transformations to denote a system of equations. Remember that $T\left(\vec{x}\right) = A\vec{x}$.

我们已花费大量时间求解一般的方程组以及齐次方程组。设我们观察由 $A\vec{x}=\vec{b}$ 给出的方程组,并考虑相关的齐次方程组。这里的意思是把 $\vec{b}$ 换成 $\vec{0}$,考察 $A\vec{x}=\vec{0}$。结果表明,原方程组的解与相关的齐次方程组的解之间存在十分重要的关系。在下面的定理中,我们用线性变换来表示一个方程组。请记住 $T\left(\vec{x}\right) = A\vec{x}$。

Theorem 1: Particular Solution and General Solution 特解与通解

Suppose $\vec{x}\_{p}$ is a solution to the linear system given by , $T\left( \vec{x} \right) = \vec{b} $ Then if $\vec{y}$ is any other solution to $T\left(\vec{x}\right)=\vec{b}$, there exists $\vec{x}\_0 \in \ker \left( T\right)$ such that $\vec{y} = \vec{x}\_{p}+ \vec{x}\_0 $ Hence, every solution to the linear system can be written as a sum of a particular solution, $\vec{x}\_p$, and a solution $\vec{x}\_0$ to the associated homogeneous system given by $T\left(\vec{x}\right)=\vec{0}$.

设 $\vec{x}\_{p}$ 是线性系统 $T\left( \vec{x} \right) = \vec{b}$ 的一个解。若 $\vec{y}$ 是 $T\left(\vec{x}\right)=\vec{b}$ 的任意另一个解,则存在 $\vec{x}\_0 \in \ker \left( T\right)$ 使得 $\vec{y} = \vec{x}\_{p}+ \vec{x}\_0$。因此,该线性方程组的每个解都可以写成特解 $\vec{x}\_p$ 与对应的齐次方程组 $T\left(\vec{x}\right)=\vec{0}$ 的解 $\vec{x}\_0$ 之和。

Proof

证明

Consider $\vec{y} - \vec{x}\_{p}= \vec{y} + \left( -1\right) \vec{x}\_{p}.$ Then $T\left( \vec{y} - \vec{x}\_{p}\right) =T\left(\vec{y}\right) -T\left( \vec{x}\_{p} \right)$. Since $\vec{y}$ and $\vec{x}\_{p}$ are both solutions to the system, it follows that $T\left(\vec{y}\right)= \vec{b}$ and $T\left(\vec{x}\_p\right) = \vec{b}$.

考虑 $\vec{y} - \vec{x}\_{p}= \vec{y} + \left( -1\right) \vec{x}\_{p}$。则 $T\left( \vec{y} - \vec{x}\_{p}\right) =T\left(\vec{y}\right) -T\left( \vec{x}\_{p} \right)$。由于 $\vec{y}$ 与 $\vec{x}\_{p}$ 都是该方程组的解,可得 $T\left(\vec{y}\right)= \vec{b}$ 且 $T\left(\vec{x}\_p\right) = \vec{b}$。

Hence, $T\left(\vec{y}\right)-T\left( \vec{x}\_{p} \right) =\vec{b} - \vec{b} = \vec{0}$. Let $\vec{x}\_0 = \vec{y} - \vec{x}\_{p}$. Then, $T\left(\vec{x}\_0\right)= \vec{0}$ so $\vec{x}\_0$ is a solution to the associated homogeneous system and so is in $\ker \left(T\right)$.

于是 $T\left(\vec{y}\right)-T\left( \vec{x}\_{p} \right) =\vec{b} - \vec{b} = \vec{0}$。令 $\vec{x}\_0 = \vec{y} - \vec{x}\_{p}$。那么 $T\left(\vec{x}\_0\right)= \vec{0}$,所以 $\vec{x}\_0$ 是对应齐次方程组的解,从而属于 $\ker \left(T\right)$。

Sometimes people remember the above theorem in the following form. The solutions to the system $T\left(\vec{x}\right)=\vec{b}$ are given by $\vec{x}\_{p}+\ker \left( T\right)$ where $\vec{x}\_{p}$ is a particular solution to $T\left(\vec{x}\right)=\vec{b}$.

有时人们以下面的形式来记忆上述定理:方程组 $T\left(\vec{x}\right)=\vec{b}$ 的解集由 $\vec{x}\_{p}+\ker \left( T\right)$ 给出,其中 $\vec{x}\_{p}$ 是 $T\left(\vec{x}\right)=\vec{b}$ 的一个特解。

For now, we have been speaking about the kernel or null space of a linear transformation $T$. However, we know that every linear transformation $T$ is determined by some matrix $A$. Therefore, we can also speak about the null space of a matrix. Consider the following example.

至此,我们一直在讨论线性变换 $T$ 的核或零空间。然而,我们知道每个线性变换 $T$ 都由某个矩阵 $A$ 确定。因此,我们也可以谈论矩阵的零空间。考虑如下示例。

Example 2: The Null Space of a Matrix 矩阵的零空间

Let $A=\begin{pmatrix}1 & 2 & 3 & 0 \\ 2 & 1 & 1 & 2 \\ 4 & 5 & 7 & 2\end{pmatrix} $ Find $\mathrm{null} \left( A\right)$. Equivalently, find the solutions to the system of equations $A\vec{x}=\vec{0}$.

设 $A=\begin{pmatrix}1 & 2 & 3 & 0 \\ 2 & 1 & 1 & 2 \\ 4 & 5 & 7 & 2\end{pmatrix} $。求 $\mathrm{null} \left( A\right)$。等价地,求方程组 $A\vec{x}=\vec{0}$ 的解。

Solution

解答

We are asked to find $\left\{ \vec{x} : A\vec{x} = \vec{0}\right\} .$ In other words we want to solve the system, $A\vec{x}=\vec{0}$. Let $\vec{x} = \begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix}.$ Then this amounts to solving $\begin{pmatrix}1 & 2 & 3 & 0 \\ 2 & 1 & 1 & 2 \\ 4 & 5 & 7 & 2\end{pmatrix} \begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix} =\begin{pmatrix}0 \\ 0 \\ 0\end{pmatrix} $

要求找出 $\left\{ \vec{x} : A\vec{x} = \vec{0}\right\} .$ 换言之,我们要解方程组 $A\vec{x}=\vec{0}$。令 $\vec{x} = \begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix}$。这等价于求解 $\begin{pmatrix}1 & 2 & 3 & 0 \\ 2 & 1 & 1 & 2 \\ 4 & 5 & 7 & 2\end{pmatrix} \begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix} =\begin{pmatrix}0 \\ 0 \\ 0\end{pmatrix} $

This is the linear system $\begin{array}{c} x+2y+3z=0 $ 2x+y+z+2w=0 $ 4x+5y+7z+2w=0 \end{array} $ To solve, set up the augmented matrix and row reduce to find the reduced row-echelon form.

这就是线性方程组 $\begin{array}{c} x+2y+3z=0 $ 2x+y+z+2w=0 $ 4x+5y+7z+2w=0 \end{array} $。为求解,建立增广矩阵并作行化简以得到简化行阶梯形。

$$\left[\begin{array}{rrrr\|r}1 & 2 & 3 & 0 & 0 \\ 2 & 1 & 1 & 2 & 0 \\ 4 & 5 & 7 & 2 & 0\end{array}\right] \rightarrow \cdots \rightarrow \left[\begin{array}{rrrr\|r}1 & 0 & - \frac{1}{3} & \frac{4}{3} & 0 \\ 0 & 1 & \frac{5}{3} & - \frac{2}{3} & 0 \\ 0 & 0 & 0 & 0 & 0\end{array}\right]$$

$$\left[\begin{array}{rrrr\|r}1 & 2 & 3 & 0 & 0 \\ 2 & 1 & 1 & 2 & 0 \\ 4 & 5 & 7 & 2 & 0\end{array}\right] \rightarrow \cdots \rightarrow \left[\begin{array}{rrrr\|r}1 & 0 & - \frac{1}{3} & \frac{4}{3} & 0 \\ 0 & 1 & \frac{5}{3} & - \frac{2}{3} & 0 \\ 0 & 0 & 0 & 0 & 0\end{array}\right]$$

This yields $x= \frac{1}{3}z- \frac{4}{3}w$ and $y= \frac{2}{3}w- \frac{5}{3}z.$ Since $\mathrm{null} \left( A\right)$ consists of the solutions to this system, it consists vectors of the form, $\begin{pmatrix}\frac{1}{3}z- \frac{4}{3}w \\ \frac{2}{3}w- \frac{5}{3}z \\ z \\ w\end{pmatrix} =z \begin{pmatrix}\frac{1}{3} \\ - \frac{5}{3} \\ 1 \\ 0\end{pmatrix} +w \begin{pmatrix}- \frac{4}{3} \\ \frac{2}{3} \\ 0 \\ 1\end{pmatrix} $

由此得到 $x= \frac{1}{3}z- \frac{4}{3}w$ 且 $y= \frac{2}{3}w- \frac{5}{3}z$。由于 $\mathrm{null} \left( A\right)$ 由该方程组的解组成,它包含形如 $\begin{pmatrix}\frac{1}{3}z- \frac{4}{3}w \\ \frac{2}{3}w- \frac{5}{3}z \\ z \\ w\end{pmatrix} =z \begin{pmatrix}\frac{1}{3} \\ - \frac{5}{3} \\ 1 \\ 0\end{pmatrix} +w \begin{pmatrix}- \frac{4}{3} \\ \frac{2}{3} \\ 0 \\ 1\end{pmatrix} $ 的向量。

Consider the following example.

考虑如下示例。

Example 3: A General Solution 通解

The general solution of a linear system of equations is the set of all possible solutions. Find the general solution to the linear system, $\begin{pmatrix}1 & 2 & 3 & 0 \\ 2 & 1 & 1 & 2 \\ 4 & 5 & 7 & 2\end{pmatrix} \begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix} =\begin{pmatrix}9 \\ 7 \\ 25\end{pmatrix} $

线性方程组的通解是所有可能解的集合。求该线性方程组的通解:$\begin{pmatrix}1 & 2 & 3 & 0 \\ 2 & 1 & 1 & 2 \\ 4 & 5 & 7 & 2\end{pmatrix} \begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix} =\begin{pmatrix}9 \\ 7 \\ 25\end{pmatrix} $

given that $\begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix}=\begin{pmatrix}1 \\ 1 \\ 2 \\ 1\end{pmatrix}$ is one solution.

已知 $\begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix}=\begin{pmatrix}1 \\ 1 \\ 2 \\ 1\end{pmatrix}$ 是一个解。

Solution

解答

Note the matrix of this system is the same as the matrix in Example 2. Therefore, from Theorem 1, you will obtain all solutions to the above linear system by adding a particular solution $\vec{x}\_p$ to the solutions of the associated homogeneous system, $\vec{x}$. One particular solution is given above by $\vec{x}\_p = \begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix}=\begin{pmatrix}1 \\ 1 \\ 2 \\ 1\end{pmatrix} $

注意该方程组的矩阵与Example 2中的矩阵相同。因此,由Theorem 1可知,把特解 $\vec{x}\_p$ 加到对应齐次方程组 $\vec{x}$ 的解上,即可得到上述线性方程组的全部解。上面给出一个特解 $\vec{x}\_p = \begin{pmatrix}x \\ y \\ z \\ w\end{pmatrix}=\begin{pmatrix}1 \\ 1 \\ 2 \\ 1\end{pmatrix} $

Using this particular solution along with the solutions found in Example 2, we obtain the following solutions, $z\begin{pmatrix}\frac{1}{3} \\ - \frac{5}{3} \\ 1 \\ 0\end{pmatrix} +w\begin{pmatrix}- \frac{4}{3} \\ \frac{2}{3} \\ 0 \\ 1\end{pmatrix} +\begin{pmatrix}1 \\ 1 \\ 2 \\ 1\end{pmatrix} $

将此特解与Example 2中求得的解结合,我们得到如下解:$z\begin{pmatrix}\frac{1}{3} \\ - \frac{5}{3} \\ 1 \\ 0\end{pmatrix} +w\begin{pmatrix}- \frac{4}{3} \\ \frac{2}{3} \\ 0 \\ 1\end{pmatrix} +\begin{pmatrix}1 \\ 1 \\ 2 \\ 1\end{pmatrix} $

Hence, any solution to the above linear system is of this form.

因此,上述线性方程组的任一解都具有这种形式。

Exercise 1 习题 1

Show the map $T$: $\mathbb{R}^n \to \mathbb{R}^m$ defined by $T (\vec{x}) = A\vec{x}$ where $A$ is an $m\times n$ matrix and $\vec{x}$ is an $m\times 1$ column vector is a linear transformation.

证明由 $T (\vec{x}) = A\vec{x}$ 定义的映射 $T$: $\mathbb{R}^n \to \mathbb{R}^m$ 是线性变换,其中 $A$ 是 $m\times n$ 矩阵,$\vec{x}$ 是 $m\times 1$ 列向量。

Answer This result follows from the properties of matrix multiplication.

解答 这一结论由矩阵乘法的性质直接得出。

Exercise 2 习题 2

Show that the function $T_{\vec{u}}$ defined by $T_{\vec{u}} (\vec{v}) =\vec{v}−proj_{\vec{u}} (\vec{v})$ is also a linear transformation.

证明由 $T_{\vec{u}} (\vec{v}) =\vec{v}−proj_{\vec{u}} (\vec{v})$ 定义的函数 $T_{\vec{u}}$ 也是线性变换。

Answer $$\begin{aligned}T_{\vec{u}}(a\vec{v}+b\vec{w})&=a\vec{v}+b\vec{w}-\frac{(a\vec{v}+b\vec{w}\bullet\vec{u})}{\|\vec{u}\|^2}\vec{u} \\ &=a\vec{v}-a\frac{(\vec{v}\bullet\vec{u})}{\|\vec{u}\|^2}\vec{u}+b\vec{w}-b\frac{(\vec{w}\bullet\vec{u})}{\|\vec{u}\|^2}\vec{u} \\ &=aT_{\vec{u}}(\vec{v})+bT_{\vec{u}}(\vec{w})\end{aligned}$$

解答 $$\begin{aligned}T_{\vec{u}}(a\vec{v}+b\vec{w})&=a\vec{v}+b\vec{w}-\frac{(a\vec{v}+b\vec{w}\bullet\vec{u})}{\|\vec{u}\|^2}\vec{u} \\ &=a\vec{v}-a\frac{(\vec{v}\bullet\vec{u})}{\|\vec{u}\|^2}\vec{u}+b\vec{w}-b\frac{(\vec{w}\bullet\vec{u})}{\|\vec{u}\|^2}\vec{u} \\ &=aT_{\vec{u}}(\vec{v})+bT_{\vec{u}}(\vec{w})\end{aligned}$$

Exercise 3 习题 3

Let $\vec{u}$ be a fixed vector. The function $T_{\vec{u}}$ defined by $T_{\vec{u}}\vec{v} =\vec{u}+\vec{v}$ has the effect of translating all vectors by adding $\vec{u}\neq\vec{0}$. Show this is not a linear transformation. Explain why it is not possible to represent $T_{\vec{u}}$ in $\mathbb{R}^3$ by multiplying by a $3×3$ matrix.

设 $\vec{u}$ 为固定向量。由 $T_{\vec{u}}\vec{v} =\vec{u}+\vec{v}$ 定义的函数 $T_{\vec{u}}$ 的作用是将所有向量平移(加上 $\vec{u}\neq\vec{0}$)。证明这不是线性变换,并解释为何无法用 $\mathbb{R}^3$ 中的 $3×3$ 矩阵乘法来表示 $T_{\vec{u}}$。

Answer Linear transformations take $\vec{0}$ to $\vec{0}$ which $T$ does not. Also $T_{\vec{a}} (\vec{u}+\vec{v})\neq T_{\vec{a}}\vec{u}+T_{\vec{a}}\vec{v}$.

解答 线性变换将 $\vec{0}$ 映为 $\vec{0}$,而 $T$ 不满足这一点。此外 $T_{\vec{a}} (\vec{u}+\vec{v})\neq T_{\vec{a}}\vec{u}+T_{\vec{a}}\vec{v}$。

Exercise 4 习题 4

Consider the following functions which map $\mathbb{R}^n$ to $\mathbb{R}^n$.

考虑下列从 $\mathbb{R}^n$ 到 $\mathbb{R}^n$ 的映射。

Show these functions are linear transformations and describe their matrices $A$ such that $T (\vec{x}) = A\vec{x}$.

证明这些函数是线性变换,并给出满足 $T (\vec{x}) = A\vec{x}$ 的矩阵 $A$。

Answer

解答

Exercise 5 习题 5

You are given a linear transformation $T$: $\mathbb{R}^n \to \mathbb{R}^m$ and you know that $T(A_i)=B_i$ where $\left(A_1\cdots a_n\right)^{-1}$ exists. Show that the matrix of $T$ is of the form $B_1\cdots B_n\left(A_1\cdots A_n\right)^{-1}$.

给定线性变换 $T$: $\mathbb{R}^n \to \mathbb{R}^m$,且已知 $T(A_i)=B_i$,其中 $\left(A_1\cdots a_n\right)^{-1}$ 存在。证明 $T$ 的矩阵具有形式 $B_1\cdots B_n\left(A_1\cdots A_n\right)^{-1}$。

Answer Suppose $\begin{pmatrix}\vec{c}_1^{T} \\ \vdots \\ \vec{c}_n^T\end{pmatrix}=\begin{pmatrix}\vec{a}_1&\cdots &\vec{a}_n\end{pmatrix}^{-1}$ Thus $\vec{c}_i^T\vec{a}_j=\delta_{ij}$. Therefore $\begin{aligned}\begin{pmatrix}\vec{b}_1&\cdots&\vec{b}_n\end{pmatrix}\begin{pmatrix}\vec{a}_1&\cdots&\vec{a}_n\end{pmatrix}^{-1}\vec{a}_i&=\begin{pmatrix}\vec{b}_1&\cdots&\vec{b}_n\end{pmatrix}\begin{pmatrix}\vec{c}_1^T \\ \vdots \\ \vec{c}_n^T\end{pmatrix}\vec{a}_i\\ &=\begin{pmatrix}\vec{b}_1&\cdots&\vec{b}_n\end{pmatrix}\vec{e}_i \\ &=\vec{b}_i\end{aligned}$ Thus $T\vec{a}_i=\begin{pmatrix}\vec{b}_1&\cdots&\vec{b}_n\end{pmatrix}\begin{pmatrix}\vec{a}_1&\cdots&\vec{a}_n\end{pmatrix}^{-1}\vec{a}_i=A\vec{a}_i$. If $\vec{x}$ is arbitrary, then since the matrix $\begin{pmatrix}\vec{a}_1&\cdots&\vec{a}_n\end{pmatrix}$ is invertible, there exists a unique $\vec{y}$ such that $\begin{pmatrix}\vec{a}_1&\cdots&\vec{a}_n\end{pmatrix}\vec{y}=\vec{x}$ Hence $T\vec{x}=T\left(\sum\limits_{i=1}^n y_i\vec{a}_i\right)=\sum\limits_{i=1}^n y_iT\vec{a}_i=\sum\limits_{i=1}^n y_iA\vec{a}_i=A\left(\sum\limits_{i=1}^ny_i\vec{a}_i\right)=A\vec{x}$

解答 设 $\begin{pmatrix}\vec{c}_1^{T} \\ \vdots \\ \vec{c}_n^T\end{pmatrix}=\begin{pmatrix}\vec{a}_1&\cdots &\vec{a}_n\end{pmatrix}^{-1}$,于是 $\vec{c}_i^T\vec{a}_j=\delta_{ij}$。因此 $\begin{aligned}\begin{pmatrix}\vec{b}_1&\cdots&\vec{b}_n\end{pmatrix}\begin{pmatrix}\vec{a}_1&\cdots&\vec{a}_n\end{pmatrix}^{-1}\vec{a}_i&=\begin{pmatrix}\vec{b}_1&\cdots&\vec{b}_n\end{pmatrix}\begin{pmatrix}\vec{c}_1^T \\ \vdots \\ \vec{c}_n^T\end{pmatrix}\vec{a}_i\\ &=\begin{pmatrix}\vec{b}_1&\cdots&\vec{b}_n\end{pmatrix}\vec{e}_i \\ &=\vec{b}_i\end{aligned}$,故 $T\vec{a}_i=\begin{pmatrix}\vec{b}_1&\cdots&\vec{b}_n\end{pmatrix}\begin{pmatrix}\vec{a}_1&\cdots&\vec{a}_n\end{pmatrix}^{-1}\vec{a}_i=A\vec{a}_i$。若 $\vec{x}$ 任意,因矩阵 $\begin{pmatrix}\vec{a}_1&\cdots&\vec{a}_n\end{pmatrix}$ 可逆,存在唯一 $\vec{y}$ 使 $\begin{pmatrix}\vec{a}_1&\cdots&\vec{a}_n\end{pmatrix}\vec{y}=\vec{x}$,从而 $T\vec{x}=T\left(\sum\limits_{i=1}^n y_i\vec{a}_i\right)=\sum\limits_{i=1}^n y_iT\vec{a}_i=\sum\limits_{i=1}^n y_iA\vec{a}_i=A\left(\sum\limits_{i=1}^ny_i\vec{a}_i\right)=A\vec{x}$。

Exercise 6 习题 6

Suppose $T$ is a linear transformation such that $\begin{aligned}T\begin{pmatrix}1\\2\\-6\end{pmatrix}&=\begin{pmatrix}5\\1\\3\end{pmatrix} \\ T\begin{pmatrix}-1\\-1\\5\end{pmatrix}&=\begin{pmatrix}1\\1\\5\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\2\end{pmatrix}&=\begin{pmatrix}5\\3\\-2\end{pmatrix}\end{aligned}$ Find the matrix of $T$. That is find $A$ such that $T(\vec{x}) = A\vec{x}$.

设 $T$ 为线性变换,满足 $\begin{aligned}T\begin{pmatrix}1\\2\\-6\end{pmatrix}&=\begin{pmatrix}5\\1\\3\end{pmatrix} \\ T\begin{pmatrix}-1\\-1\\5\end{pmatrix}&=\begin{pmatrix}1\\1\\5\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\2\end{pmatrix}&=\begin{pmatrix}5\\3\\-2\end{pmatrix}\end{aligned}$。求 $T$ 的矩阵,即求满足 $T(\vec{x}) = A\vec{x}$ 的 $A$。

Answer $$\begin{pmatrix}5&1&5\\1&1&3\\3&5&-2\end{pmatrix}\begin{pmatrix}3&2&1\\2&2&1\\4&1&1\end{pmatrix}=\begin{pmatrix}37&17&11 \\ 17&7&5\\11&14&6\end{pmatrix}$$

解答 $$\begin{pmatrix}5&1&5\\1&1&3\\3&5&-2\end{pmatrix}\begin{pmatrix}3&2&1\\2&2&1\\4&1&1\end{pmatrix}=\begin{pmatrix}37&17&11 \\ 17&7&5\\11&14&6\end{pmatrix}$$

Exercise 7 习题 7

Suppose $T$ is a linear transformation such that $\begin{aligned}T\begin{pmatrix}1\\1\\-8\end{pmatrix}&=\begin{pmatrix}1\\3\\1\end{pmatrix} \\ T\begin{pmatrix}-1\\0\\6\end{pmatrix}&=\begin{pmatrix}2\\4\\1\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\3\end{pmatrix}&=\begin{pmatrix}6\\1\\-1\end{pmatrix}\end{aligned}$ Find the matrix of $T$. That is find $A$ such that $T(\vec{x})=A\vec{x}$.

设 $T$ 为线性变换,满足 $\begin{aligned}T\begin{pmatrix}1\\1\\-8\end{pmatrix}&=\begin{pmatrix}1\\3\\1\end{pmatrix} \\ T\begin{pmatrix}-1\\0\\6\end{pmatrix}&=\begin{pmatrix}2\\4\\1\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\3\end{pmatrix}&=\begin{pmatrix}6\\1\\-1\end{pmatrix}\end{aligned}$。求 $T$ 的矩阵,即求满足 $T(\vec{x})=A\vec{x}$ 的 $A$。

Answer $$\begin{pmatrix}1&2&6\\3&4&1\\1&1&-1\end{pmatrix}\begin{pmatrix}6&3&1\\5&3&1\\6&2&1\end{pmatrix}=\begin{pmatrix}52&21&9\\44&23&8\\5&4&1\end{pmatrix}$$

解答 $$\begin{pmatrix}1&2&6\\3&4&1\\1&1&-1\end{pmatrix}\begin{pmatrix}6&3&1\\5&3&1\\6&2&1\end{pmatrix}=\begin{pmatrix}52&21&9\\44&23&8\\5&4&1\end{pmatrix}$$

Exercise 8 习题 8

Suppose $T$ is a linear transformation such that $\begin{aligned}T\begin{pmatrix}1\\3\\-7\end{pmatrix}&=\begin{pmatrix}-3\\1\\3\end{pmatrix} \\ T\begin{pmatrix}-1\\-2\\6\end{pmatrix}&=\begin{pmatrix}1\\3\\-3\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\2\end{pmatrix}&=\begin{pmatrix}5\\3\\-3\end{pmatrix}\end{aligned}$ Find the matrix of $T$. That is find $A$ such that $T(\vec{x})=A\vec{x}$.

设 $T$ 为线性变换,满足 $\begin{aligned}T\begin{pmatrix}1\\3\\-7\end{pmatrix}&=\begin{pmatrix}-3\\1\\3\end{pmatrix} \\ T\begin{pmatrix}-1\\-2\\6\end{pmatrix}&=\begin{pmatrix}1\\3\\-3\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\2\end{pmatrix}&=\begin{pmatrix}5\\3\\-3\end{pmatrix}\end{aligned}$。求 $T$ 的矩阵,即求满足 $T(\vec{x})=A\vec{x}$ 的 $A$。

Answer $$\begin{pmatrix}-3&1&5\\1&3&3\\3&-3&-3\end{pmatrix}\begin{pmatrix}2&2&1\\1&2&1\\4&1&1\end{pmatrix}=\begin{pmatrix}15&1&3\\17&11&7\\-9&-3&-3\end{pmatrix}$$

解答 $$\begin{pmatrix}-3&1&5\\1&3&3\\3&-3&-3\end{pmatrix}\begin{pmatrix}2&2&1\\1&2&1\\4&1&1\end{pmatrix}=\begin{pmatrix}15&1&3\\17&11&7\\-9&-3&-3\end{pmatrix}$$

Exercise 9 习题 9

Suppose $T$ is a linear transformation such that $\begin{aligned}T\begin{pmatrix}1\\1\\-7\end{pmatrix}&=\begin{pmatrix}3\\3\\3\end{pmatrix} \\ T\begin{pmatrix}-1\\0\\6\end{pmatrix}&=\begin{pmatrix}1\\2\\3\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\2\end{pmatrix}&=\begin{pmatrix}1\\3\\-1\end{pmatrix}\end{aligned}$ Find the matrix of $T$. That is find $A$ such that $T(\vec{x})=A\vec{x}$.

设 $T$ 为线性变换,满足 $\begin{aligned}T\begin{pmatrix}1\\1\\-7\end{pmatrix}&=\begin{pmatrix}3\\3\\3\end{pmatrix} \\ T\begin{pmatrix}-1\\0\\6\end{pmatrix}&=\begin{pmatrix}1\\2\\3\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\2\end{pmatrix}&=\begin{pmatrix}1\\3\\-1\end{pmatrix}\end{aligned}$。求 $T$ 的矩阵,即求满足 $T(\vec{x})=A\vec{x}$ 的 $A$。

Answer $$\begin{pmatrix}3&1&1\\3&2&3\\3&3&-1\end{pmatrix}\begin{pmatrix}6&2&1\\5&2&1\\6&1&1\end{pmatrix}=\begin{pmatrix}29&9&5\\46&13&8\\27&11&5\end{pmatrix}$$

解答 $$\begin{pmatrix}3&1&1\\3&2&3\\3&3&-1\end{pmatrix}\begin{pmatrix}6&2&1\\5&2&1\\6&1&1\end{pmatrix}=\begin{pmatrix}29&9&5\\46&13&8\\27&11&5\end{pmatrix}$$

Exercise 10 习题 10

Suppose $T$ is a linear transformation such that $\begin{aligned}T\begin{pmatrix}1\\2\\-18\end{pmatrix}&=\begin{pmatrix}5\\2\\5\end{pmatrix} \\ T\begin{pmatrix}-1\\-1\\15\end{pmatrix}&=\begin{pmatrix}3\\3\\5\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\4\end{pmatrix}&=\begin{pmatrix}2\\5\\-2\end{pmatrix}\end{aligned}$ Find the matrix of $T$. That is find $A$ such that $T(\vec{x})=A\vec{x}$.

设 $T$ 为线性变换,满足 $\begin{aligned}T\begin{pmatrix}1\\2\\-18\end{pmatrix}&=\begin{pmatrix}5\\2\\5\end{pmatrix} \\ T\begin{pmatrix}-1\\-1\\15\end{pmatrix}&=\begin{pmatrix}3\\3\\5\end{pmatrix} \\ T\begin{pmatrix}0\\-1\\4\end{pmatrix}&=\begin{pmatrix}2\\5\\-2\end{pmatrix}\end{aligned}$。求 $T$ 的矩阵,即求满足 $T(\vec{x})=A\vec{x}$ 的 $A$。

Answer $$\begin{pmatrix}5&3&2\\2&3&5\\5&5&-2\end{pmatrix}\begin{pmatrix}11&4&1\\10&4&1\\12&3&1\end{pmatrix}=\begin{pmatrix}109&38&10\\112&35&10\\81&34&8\end{pmatrix}$$

解答 $$\begin{pmatrix}5&3&2\\2&3&5\\5&5&-2\end{pmatrix}\begin{pmatrix}11&4&1\\10&4&1\\12&3&1\end{pmatrix}=\begin{pmatrix}109&38&10\\112&35&10\\81&34&8\end{pmatrix}$$

Exercise 11 习题 11

Consider the following functions $T : \mathbb{R}^3 \to \mathbb{R}^2$. Show that each is a linear transformation and determine for each the matrix $A$ such that $T(\vec{x}) = A\vec{x}$.

考虑下列函数 $T : \mathbb{R}^3 \to \mathbb{R}^2$。证明每个都是线性变换,并确定满足 $T(\vec{x}) = A\vec{x}$ 的矩阵 $A$。

Exercise 12 习题 12

Consider the following functions $T : \mathbb{R}^3 \to \mathbb{R}^2$. Explain why each of these functions $T$ is not linear.

考虑下列函数 $T : \mathbb{R}^3 \to \mathbb{R}^2$。解释为何每个函数 $T$ 都非线性。

Exercise 13 习题 13

Suppose $\left(A_1\cdots A_n\right)^{-1}$ exists where each $A_j ∈ \mathbb{R}^n$ and let vectors $B_1,\cdots ,B_n$ in $\mathbb{R}^m$ be given. Show that there always exists a linear transformation $T$ such that $T(A_i) = B_i$.

设 $\left(A_1\cdots A_n\right)^{-1}$ 存在,其中每个 $A_j ∈ \mathbb{R}^n$,并给定 $\mathbb{R}^m$ 中向量 $B_1,\cdots ,B_n$。证明存在线性变换 $T$ 使得 $T(A_i) = B_i$。

Exercise 14 习题 14

Find the matrix for $T (\vec{w}) = proj_{\vec{v}}(\vec{w})$ where $\vec{v}=\begin{pmatrix}1&-2&3\end{pmatrix}^T$.

求 $T (\vec{w}) = proj_{\vec{v}}(\vec{w})$ 的矩阵,其中 $\vec{v}=\begin{pmatrix}1&-2&3\end{pmatrix}^T$。

Answer Recall that $proj_{\vec{u}}(\vec{v})=\frac{\vec{v}\bullet\vec{u}}{\|\vec{u}\|^2}\vec{u}$ and so the desired matrix has $i$th column equal to $proj_{\vec{u}}(\vec{e}_i)$. Therefore, the matrix desired is $\frac{1}{14}\begin{pmatrix}1&-2&3\\-2&4&-6\\3&-6&9\end{pmatrix}$

解答 回忆 $proj_{\vec{u}}(\vec{v})=\frac{\vec{v}\bullet\vec{u}}{\|\vec{u}\|^2}\vec{u}$,故所求矩阵的第 $i$ 列等于 $proj_{\vec{u}}(\vec{e}_i)$。因此所求矩阵为 $\frac{1}{14}\begin{pmatrix}1&-2&3\\-2&4&-6\\3&-6&9\end{pmatrix}$。

Exercise 15 习题 15

Find the matrix for $T (\vec{w}) = proj_{\vec{v}}(\vec{w})$ where $\vec{v}=\begin{pmatrix}1&5&3\end{pmatrix}^T$.

求 $T (\vec{w}) = proj_{\vec{v}}(\vec{w})$ 的矩阵,其中 $\vec{v}=\begin{pmatrix}1&5&3\end{pmatrix}^T$。

Answer $$\frac{1}{35}\begin{pmatrix}1&5&3\\5&25&15\\3&15&9\end{pmatrix}$$

解答 $$\frac{1}{35}\begin{pmatrix}1&5&3\\5&25&15\\3&15&9\end{pmatrix}$$

Exercise 16 习题 16

Find the matrix for $T (\vec{w}) = proj_{\vec{v}}(\vec{w})$ where $\vec{v}=\begin{pmatrix}1&0&3\end{pmatrix}^T$.

求 $T (\vec{w}) = proj_{\vec{v}}(\vec{w})$ 的矩阵,其中 $\vec{v}=\begin{pmatrix}1&0&3\end{pmatrix}^T$。

Answer $$\frac{1}{10}\begin{pmatrix}1&0&3\\0&0&0\\3&0&9\end{pmatrix}$$

解答 $$\frac{1}{10}\begin{pmatrix}1&0&3\\0&0&0\\3&0&9\end{pmatrix}$$

Exercise 17 习题 17

Show that if a function $T :\mathbb{R}^n \to \mathbb{R}^m$ is linear, then it is always the case that $T(\vec{0})=\vec{0}$.

证明:若函数 $T :\mathbb{R}^n \to \mathbb{R}^m$ 是线性的,则恒有 $T(\vec{0})=\vec{0}$。

Exercise 18 习题 18

Let $T$ be a linear transformation induced by the matrix $A=\begin{pmatrix}3&1\\-1&2\end{pmatrix}$ and $S$ a linear transformation induced by $B=\begin{pmatrix}0&-2\\4&2\end{pmatrix}$. Find matrix of $S\circ T$ and find $(S\circ T)(\vec{x})$ for $\vec{x}=\begin{pmatrix}2\\-1\end{pmatrix}$.

设 $T$ 是由矩阵 $A=\begin{pmatrix}3&1\\-1&2\end{pmatrix}$ 诱导的线性变换,$S$ 是由 $B=\begin{pmatrix}0&-2\\4&2\end{pmatrix}$ 诱导的线性变换。求 $S\circ T$ 的矩阵,并求 $\vec{x}=\begin{pmatrix}2\\-1\end{pmatrix}$ 时的 $(S\circ T)(\vec{x})$。

Answer The matrix of $S\circ T$ is given by $BA$. $\begin{pmatrix}0&-2\\4&2\end{pmatrix}\begin{pmatrix}3&1\\-1&2\end{pmatrix}=\begin{pmatrix}2&-4\\10&8\end{pmatrix}$ Now, $(S\circ T)(\vec{x})=(BA)\vec{x}$. $\begin{pmatrix}2&-4\\10&8\end{pmatrix}\begin{pmatrix}2\\-1\end{pmatrix}=\begin{pmatrix}8\\12\end{pmatrix}$

解答 $S\circ T$ 的矩阵为 $BA$。$\begin{pmatrix}0&-2\\4&2\end{pmatrix}\begin{pmatrix}3&1\\-1&2\end{pmatrix}=\begin{pmatrix}2&-4\\10&8\end{pmatrix}$。进而 $(S\circ T)(\vec{x})=(BA)\vec{x}$。$\begin{pmatrix}2&-4\\10&8\end{pmatrix}\begin{pmatrix}2\\-1\end{pmatrix}=\begin{pmatrix}8\\12\end{pmatrix}$

Exercise 19 习题 19

Let $T$ be a linear transformation and suppose $T\left(\begin{pmatrix}1\\-4\end{pmatrix}\right)=\begin{pmatrix}2\\-3\end{pmatrix}$. Suppose $S$ is a linear transformation induced by the matrix $B=\begin{pmatrix}1&2\\-1&3\end{pmatrix}$. Find $(S\circ T)(\vec{x})$ for $\vec{x}=\begin{pmatrix}1\\-4\end{pmatrix}$.

设 $T$ 为线性变换,且 $T\left(\begin{pmatrix}1\\-4\end{pmatrix}\right)=\begin{pmatrix}2\\-3\end{pmatrix}$。设 $S$ 是由矩阵 $B=\begin{pmatrix}1&2\\-1&3\end{pmatrix}$ 诱导的线性变换。求 $\vec{x}=\begin{pmatrix}1\\-4\end{pmatrix}$ 时的 $(S\circ T)(\vec{x})$。

Answer To find $(S\circ T)(\vec{x})$ we compute $S(T(\vec{x}))$. $\begin{pmatrix}1&2\\-1&3\end{pmatrix}\begin{pmatrix}2\\-3\end{pmatrix}=\begin{pmatrix}-4\\-11\end{pmatrix}$

解答 为求 $(S\circ T)(\vec{x})$,计算 $S(T(\vec{x}))$。$\begin{pmatrix}1&2\\-1&3\end{pmatrix}\begin{pmatrix}2\\-3\end{pmatrix}=\begin{pmatrix}-4\\-11\end{pmatrix}$

Exercise 20 习题 20

Let $T$ be a linear transformation induced by the matrix $A=\begin{pmatrix}2&3\\1&1\end{pmatrix}$ and $S$ a linear transformation induced by $B=\begin{pmatrix}-1&3\\1&-2\end{pmatrix}$. Find matrix of $S\circ T$ and find $(S\circ T)(\vec{x})$ for $\vec{x}=\begin{pmatrix}5\\6\end{pmatrix}$.

设 $T$ 由矩阵 $A=\begin{pmatrix}2&3\\1&1\end{pmatrix}$ 诱导,$S$ 由 $B=\begin{pmatrix}-1&3\\1&-2\end{pmatrix}$ 诱导。求 $S\circ T$ 的矩阵,并求 $\vec{x}=\begin{pmatrix}5\\6\end{pmatrix}$ 时的 $(S\circ T)(\vec{x})$。

Exercise 21 习题 21

Let $T$ be a linear transformation induced by the matrix $A=\begin{pmatrix}2&1\\5&2\end{pmatrix}$. Find the matrix of $T^{-1}$.

设 $T$ 由矩阵 $A=\begin{pmatrix}2&1\\5&2\end{pmatrix}$ 诱导。求 $T^{-1}$ 的矩阵。

Answer The matrix of $T^{-1}$ is $A^{-1}$. $\begin{pmatrix}2&1\\5&2\end{pmatrix}^{-1}=\begin{pmatrix}-2&1\\5&-2\end{pmatrix}$

解答 $T^{-1}$ 的矩阵为 $A^{-1}$。$\begin{pmatrix}2&1\\5&2\end{pmatrix}^{-1}=\begin{pmatrix}-2&1\\5&-2\end{pmatrix}$

Exercise 22 习题 22

Let $T$ be a linear transformation induced by the matrix $A=\begin{pmatrix}4&-3\\2&-2\end{pmatrix}$. Find the matrix of $T^{-1}$.

设 $T$ 由矩阵 $A=\begin{pmatrix}4&-3\\2&-2\end{pmatrix}$ 诱导。求 $T^{-1}$ 的矩阵。

Exercise 23 习题 23

Let $T$ be a linear transformation and suppose $T\left(\begin{pmatrix}1\\2\end{pmatrix}\right)=\begin{pmatrix}9\\8\end{pmatrix},T\left(\begin{pmatrix}0\\-1\end{pmatrix}\right)=\begin{pmatrix}-4\\-3\end{pmatrix}$. Find the matrix of $T^{-1}$.

设 $T$ 为线性变换,且 $T\left(\begin{pmatrix}1\\2\end{pmatrix}\right)=\begin{pmatrix}9\\8\end{pmatrix}$,$T\left(\begin{pmatrix}0\\-1\end{pmatrix}\right)=\begin{pmatrix}-4\\-3\end{pmatrix}$。求 $T^{-1}$ 的矩阵。

Exercise 24 习题 24

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $\pi/3$.

求将 $\mathbb{R}^2$ 中每个向量旋转角度 $\pi/3$ 的线性变换的矩阵。

Answer $$\begin{pmatrix}\cos\left(\frac{\pi}{3}\right)&-\sin\left(\frac{\pi}{3}\right) \\ \sin\left(\frac{\pi}{3}\right)&\cos\left(\frac{\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}&-\frac{1}{2}\sqrt{3} \\ \frac{1}{2}\sqrt{3}&\frac{1}{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}\cos\left(\frac{\pi}{3}\right)&-\sin\left(\frac{\pi}{3}\right) \\ \sin\left(\frac{\pi}{3}\right)&\cos\left(\frac{\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}&-\frac{1}{2}\sqrt{3} \\ \frac{1}{2}\sqrt{3}&\frac{1}{2}\end{pmatrix}$$

Exercise 25 习题 25

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $\pi/4$.

求将 $\mathbb{R}^2$ 中每个向量旋转角度 $\pi/4$ 的线性变换的矩阵。

Answer $$\begin{pmatrix}\cos\left(\frac{\pi}{4}\right)&-\sin\left(\frac{\pi}{4}\right) \\ \sin\left(\frac{\pi}{4}\right)&\cos\left(\frac{\pi}{4}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2} \\ \frac{1}{2}\sqrt{2}&\frac{1}{2}\sqrt{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}\cos\left(\frac{\pi}{4}\right)&-\sin\left(\frac{\pi}{4}\right) \\ \sin\left(\frac{\pi}{4}\right)&\cos\left(\frac{\pi}{4}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2} \\ \frac{1}{2}\sqrt{2}&\frac{1}{2}\sqrt{2}\end{pmatrix}$$

Exercise 26 习题 26

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $-\pi/3$.

求将 $\mathbb{R}^2$ 中每个向量旋转角度 $-\pi/3$ 的线性变换的矩阵。

Answer $$\begin{pmatrix}\cos\left(-\frac{\pi}{3}\right)&-\sin\left(-\frac{\pi}{3}\right) \\ \sin\left(-\frac{\pi}{3}\right)&\cos\left(-\frac{\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}&\frac{1}{2}\sqrt{3} \\ -\frac{1}{2}\sqrt{3}&\frac{1}{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}\cos\left(-\frac{\pi}{3}\right)&-\sin\left(-\frac{\pi}{3}\right) \\ \sin\left(-\frac{\pi}{3}\right)&\cos\left(-\frac{\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}&\frac{1}{2}\sqrt{3} \\ -\frac{1}{2}\sqrt{3}&\frac{1}{2}\end{pmatrix}$$

Exercise 27 习题 27

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $2\pi/3$.

求将 $\mathbb{R}^2$ 中每个向量旋转角度 $2\pi/3$ 的线性变换的矩阵。

Answer $$\begin{pmatrix}\cos\left(\frac{2\pi}{3}\right)&-\sin\left(\frac{2\pi}{3}\right) \\ \sin\left(\frac{2\pi}{3}\right)&\cos\left(\frac{2\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}&-\frac{1}{2}\sqrt{3} \\ \frac{1}{2}\sqrt{3}&-\frac{1}{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}\cos\left(\frac{2\pi}{3}\right)&-\sin\left(\frac{2\pi}{3}\right) \\ \sin\left(\frac{2\pi}{3}\right)&\cos\left(\frac{2\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}&-\frac{1}{2}\sqrt{3} \\ \frac{1}{2}\sqrt{3}&-\frac{1}{2}\end{pmatrix}$$

Exercise 28 习题 28

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $\pi/12$. Hint: Note that $\pi /12=\pi /3-\pi /4$.

求将 $\mathbb{R}^2$ 中每个向量旋转角度 $\pi/12$ 的线性变换的矩阵。提示:注意 $\pi /12=\pi /3-\pi /4$。

Answer $$\begin{aligned}&\begin{pmatrix}\cos\left(\frac{\pi}{3}\right)&-\sin\left(\frac{\pi}{3}\right) \\ \sin\left(\frac{\pi}{3}\right)&\cos\left(\frac{\pi}{3}\right)\end{pmatrix}\begin{pmatrix}\cos\left(-\frac{\pi}{4}\right)&-\sin\left(-\frac{\pi}{4}\right) \\ \sin\left(-\frac{\pi}{4}\right)&\cos\left(-\frac{\pi}{4}\right)\end{pmatrix} \\ =&\begin{pmatrix}\frac{1}{4}\sqrt{2}\sqrt{3}+\frac{1}{4}\sqrt{2}&\frac{1}{4}\sqrt{2}-\frac{1}{4}\sqrt{2}\sqrt{3} \\ \frac{1}{4}\sqrt{2}\sqrt{3}-\frac{1}{4}\sqrt{2}&\frac{1}{4}\sqrt{2}\sqrt{3}+\frac{1}{4}\sqrt{2}\end{pmatrix}\end{aligned}$$

解答 $$\begin{aligned}&\begin{pmatrix}\cos\left(\frac{\pi}{3}\right)&-\sin\left(\frac{\pi}{3}\right) \\ \sin\left(\frac{\pi}{3}\right)&\cos\left(\frac{\pi}{3}\right)\end{pmatrix}\begin{pmatrix}\cos\left(-\frac{\pi}{4}\right)&-\sin\left(-\frac{\pi}{4}\right) \\ \sin\left(-\frac{\pi}{4}\right)&\cos\left(-\frac{\pi}{4}\right)\end{pmatrix} \\ =&\begin{pmatrix}\frac{1}{4}\sqrt{2}\sqrt{3}+\frac{1}{4}\sqrt{2}&\frac{1}{4}\sqrt{2}-\frac{1}{4}\sqrt{2}\sqrt{3} \\ \frac{1}{4}\sqrt{2}\sqrt{3}-\frac{1}{4}\sqrt{2}&\frac{1}{4}\sqrt{2}\sqrt{3}+\frac{1}{4}\sqrt{2}\end{pmatrix}\end{aligned}$$

Exercise 29 习题 29

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $2\pi/3$ and then reflects across the $x$ axis.

求将 $\mathbb{R}^2$ 中每个向量先旋转角度 $2\pi/3$、再关于 $x$ 轴反射的线性变换的矩阵。

Answer $$\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{2\pi}{3}\right)&-\sin\left(\frac{2\pi}{3}\right) \\ \sin\left(\frac{2\pi}{3}\right)&\cos\left(\frac{2\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}&-\frac{1}{2}\sqrt{3}\\-\frac{1}{2}\sqrt{3}&\frac{1}{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{2\pi}{3}\right)&-\sin\left(\frac{2\pi}{3}\right) \\ \sin\left(\frac{2\pi}{3}\right)&\cos\left(\frac{2\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}&-\frac{1}{2}\sqrt{3}\\-\frac{1}{2}\sqrt{3}&\frac{1}{2}\end{pmatrix}$$

Exercise 30 习题 30

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $\pi/3$ and then reflects across the $x$ axis.

求将 $\mathbb{R}^2$ 中每个向量先旋转角度 $\pi/3$、再关于 $x$ 轴反射的线性变换的矩阵。

Answer $$\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{\pi}{3}\right)&-\sin\left(\frac{\pi}{3}\right) \\ \sin\left(\frac{\pi}{3}\right)&\cos\left(\frac{\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}&-\frac{1}{2}\sqrt{3}\\-\frac{1}{2}\sqrt{3}&-\frac{1}{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{\pi}{3}\right)&-\sin\left(\frac{\pi}{3}\right) \\ \sin\left(\frac{\pi}{3}\right)&\cos\left(\frac{\pi}{3}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}&-\frac{1}{2}\sqrt{3}\\-\frac{1}{2}\sqrt{3}&-\frac{1}{2}\end{pmatrix}$$

Exercise 31 习题 31

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $\pi/4$ and then reflects across the $x$ axis.

求将 $\mathbb{R}^2$ 中每个向量先旋转角度 $\pi/4$、再关于 $x$ 轴反射的线性变换的矩阵。

Answer $$\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{\pi}{4}\right)&-\sin\left(\frac{\pi}{4}\right) \\ \sin\left(\frac{\pi}{4}\right)&\cos\left(\frac{\pi}{4}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2}\\-\frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{\pi}{4}\right)&-\sin\left(\frac{\pi}{4}\right) \\ \sin\left(\frac{\pi}{4}\right)&\cos\left(\frac{\pi}{4}\right)\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2}\\-\frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2}\end{pmatrix}$$

Exercise 32 习题 32

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $\pi/6$ and then reflects across the $x$ axis followed by a reflection across the $y$ axis.

求将 $\mathbb{R}^2$ 中每个向量先旋转角度 $\pi/6$、再关于 $x$ 轴反射、最后关于 $y$ 轴反射的线性变换的矩阵。

Answer $$\begin{pmatrix}-1&0\\0&1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right) \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}\sqrt{3}&\frac{1}{2}\\ \frac{1}{2}&\frac{1}{2}\sqrt{3}\end{pmatrix}$$

解答 $$\begin{pmatrix}-1&0\\0&1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right) \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}\sqrt{3}&\frac{1}{2}\\ \frac{1}{2}&\frac{1}{2}\sqrt{3}\end{pmatrix}$$

Exercise 33 习题 33

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ across the $x$ axis and then rotates every vector through an angle of $\pi /4$.

求将 $\mathbb{R}^2$ 中每个向量先关于 $x$ 轴反射、再旋转角度 $\pi /4$ 的线性变换的矩阵。

Answer $$\begin{pmatrix}\cos\left(\frac{\pi}{4}\right)&-\sin\left(\frac{\pi}{4}\right) \\ \sin\left(\frac{\pi}{4}\right)&\cos\left(\frac{\pi}{4}\right)\end{pmatrix}\begin{pmatrix}1&0\\0&-1\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{2}&\frac{1}{2}\sqrt{2} \\ \frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}\cos\left(\frac{\pi}{4}\right)&-\sin\left(\frac{\pi}{4}\right) \\ \sin\left(\frac{\pi}{4}\right)&\cos\left(\frac{\pi}{4}\right)\end{pmatrix}\begin{pmatrix}1&0\\0&-1\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{2}&\frac{1}{2}\sqrt{2} \\ \frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2}\end{pmatrix}$$

Exercise 34 习题 34

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ across the $y$ axis and then rotates every vector through an angle of $\pi /4$.

求将 $\mathbb{R}^2$ 中每个向量先关于 $y$ 轴反射、再旋转角度 $\pi /4$ 的线性变换的矩阵。

Answer $$\begin{pmatrix}\cos\left(\frac{\pi}{4}\right)&-\sin\left(\frac{\pi}{4}\right) \\ \sin\left(\frac{\pi}{4}\right)&\cos\left(\frac{\pi}{4}\right)\end{pmatrix}\begin{pmatrix}-1&0\\0&1\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2} \\ -\frac{1}{2}\sqrt{2}&\frac{1}{2}\sqrt{2}\end{pmatrix}$$

解答 $$\begin{pmatrix}\cos\left(\frac{\pi}{4}\right)&-\sin\left(\frac{\pi}{4}\right) \\ \sin\left(\frac{\pi}{4}\right)&\cos\left(\frac{\pi}{4}\right)\end{pmatrix}\begin{pmatrix}-1&0\\0&1\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}\sqrt{2}&-\frac{1}{2}\sqrt{2} \\ -\frac{1}{2}\sqrt{2}&\frac{1}{2}\sqrt{2}\end{pmatrix}$$

Exercise 35 习题 35

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ across the $x$ axis and then rotates every vector through an angle of $\pi /6$.

求将 $\mathbb{R}^2$ 中每个向量先关于 $x$ 轴反射、再旋转角度 $\pi /6$ 的线性变换的矩阵。

Answer $$\begin{pmatrix}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right) \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)\end{pmatrix}\begin{pmatrix}1&0\\0&-1\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{3}&\frac{1}{2} \\ \frac{1}{2}&-\frac{1}{2}\sqrt{3}\end{pmatrix}$$

解答 $$\begin{pmatrix}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right) \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)\end{pmatrix}\begin{pmatrix}1&0\\0&-1\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{3}&\frac{1}{2} \\ \frac{1}{2}&-\frac{1}{2}\sqrt{3}\end{pmatrix}$$

Exercise 36 习题 36

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ across the $y$ axis and then rotates every vector through an angle of $\pi /6$.

求将 $\mathbb{R}^2$ 中每个向量先关于 $y$ 轴反射、再旋转角度 $\pi /6$ 的线性变换的矩阵。

Answer $$\begin{pmatrix}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right) \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)\end{pmatrix}\begin{pmatrix}-1&0\\0&1\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}\sqrt{3}&-\frac{1}{2} \\ -\frac{1}{2}&\frac{1}{2}\sqrt{3}\end{pmatrix}$$

解答 $$\begin{pmatrix}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right) \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)\end{pmatrix}\begin{pmatrix}-1&0\\0&1\end{pmatrix}=\begin{pmatrix}-\frac{1}{2}\sqrt{3}&-\frac{1}{2} \\ -\frac{1}{2}&\frac{1}{2}\sqrt{3}\end{pmatrix}$$

Exercise 37 习题 37

Find the matrix for the linear transformation which rotates every vector in $\mathbb{R}^2$ through an angle of $5\pi /12$. Hint: Note that $5\pi /12=2\pi /3-\pi /4$.

求将 $\mathbb{R}^2$ 中每个向量旋转角度 $5\pi /12$ 的线性变换的矩阵。提示:注意 $5\pi /12=2\pi /3-\pi /4$。

Answer $\begin{pmatrix}\cos\left(\frac{2\pi}{3}\right)&-\sin\left(\frac{2\pi}{3}\right) \\ \sin\left(\frac{2\pi}{3}\right)&\cos\left(\frac{2\pi}{3}\right)\end{pmatrix}\begin{pmatrix}\cos\left(-\frac{\pi}{4}\right)&-\sin\left(-\frac{\pi}{4}\right) \\ \sin\left(-\frac{\pi}{4}\right)&\cos\left(-\frac{\pi}{4}\right)\end{pmatrix}=$ $\begin{pmatrix}\frac{1}{4}\sqrt{2}\sqrt{3}-\frac{1}{4}\sqrt{2}&-\frac{1}{4}\sqrt{2}\sqrt{3}-\frac{1}{4}\sqrt{2} \\ \frac{1}{4}\sqrt{2}\sqrt{3}+\frac{1}{4}\sqrt{2}&\frac{1}{4}\sqrt{2}\sqrt{3}-\frac{1}{4}\sqrt{2}\end{pmatrix}$ Note that it doesn't matter about the order in this case.

解答 $\begin{pmatrix}\cos\left(\frac{2\pi}{3}\right)&-\sin\left(\frac{2\pi}{3}\right) \\ \sin\left(\frac{2\pi}{3}\right)&\cos\left(\frac{2\pi}{3}\right)\end{pmatrix}\begin{pmatrix}\cos\left(-\frac{\pi}{4}\right)&-\sin\left(-\frac{\pi}{4}\right) \\ \sin\left(-\frac{\pi}{4}\right)&\cos\left(-\frac{\pi}{4}\right)\end{pmatrix}=$ $\begin{pmatrix}\frac{1}{4}\sqrt{2}\sqrt{3}-\frac{1}{4}\sqrt{2}&-\frac{1}{4}\sqrt{2}\sqrt{3}-\frac{1}{4}\sqrt{2} \\ \frac{1}{4}\sqrt{2}\sqrt{3}+\frac{1}{4}\sqrt{2}&\frac{1}{4}\sqrt{2}\sqrt{3}-\frac{1}{4}\sqrt{2}\end{pmatrix}$ 注意在此情形下顺序无关紧要。

Exercise 38 习题 38

Find the matrix of the linear transformation which rotates every vector in $\mathbb{R}^3$ counter clockwise about the $z$ axis when viewed from the positive $z$ axis through an angle of $30^\circ$ and then reflects through the $xy$ plane.

求下列线性变换的矩阵:将 $\mathbb{R}^3$ 中每个向量从正 $z$ 轴方向看逆时针绕 $z$ 轴旋转 $30^\circ$,再关于 $xy$ 平面反射。

Answer $$\begin{pmatrix}1&0&0\\0&1&0\\0&0&-1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right)&0 \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)&0 \\ 0&0&1\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{3}&-\frac{1}{2}&0\\ \frac{1}{2}&\frac{1}{2}\sqrt{3}&0\\0&0&-1\end{pmatrix}$$

解答 $$\begin{pmatrix}1&0&0\\0&1&0\\0&0&-1\end{pmatrix}\begin{pmatrix}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right)&0 \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)&0 \\ 0&0&1\end{pmatrix}=\begin{pmatrix}\frac{1}{2}\sqrt{3}&-\frac{1}{2}&0\\ \frac{1}{2}&\frac{1}{2}\sqrt{3}&0\\0&0&-1\end{pmatrix}$$

Exercise 39 习题 39

Let $\vec{u}=\begin{pmatrix}a\\b\end{pmatrix}$ be a unit vector in $\mathbb{R}^2$. Find the matrix which reflects all vectors across this vector, as shown in the following picture.

设 $\vec{u}=\begin{pmatrix}a\\b\end{pmatrix}$ 为 $\mathbb{R}^2$ 中单位向量。求将全部向量关于该向量作反射的矩阵,如下图所示。

[figure]

(图:向量 u 与另两个向量共起点)

Figure 1. Hint: Notice that $\begin{pmatrix}a\\b\end{pmatrix}=\begin{pmatrix}\cos\theta \\ \sin\theta\end{pmatrix}$ for some $\theta$. First rotate through $-\theta$. Next reflect through the $x$ axis. Finally rotate through $\theta$.

图 1。提示:注意对某个 $\theta$ 有 $\begin{pmatrix}a\\b\end{pmatrix}=\begin{pmatrix}\cos\theta \\ \sin\theta\end{pmatrix}$。先旋转 $-\theta$,再关于 $x$ 轴反射,最后旋转 $\theta$。

Answer $$\begin{aligned}&\begin{pmatrix}\cos (\theta )&-\sin(\theta) \\ \sin(\theta)&\cos(\theta)\end{pmatrix}\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}\cos(-\theta)&-\sin(\theta) \\ \sin(-\theta)&\cos(-\theta)\end{pmatrix} \\ =&\begin{pmatrix}\cos^2\theta-\sin^2\theta &2\cos\theta\sin\theta \\ 2\cos\theta\sin\theta&\sin^2\theta-\cos^2\theta\end{pmatrix}\end{aligned}$$ Now to write in terms of $a,b$, note that $a/\sqrt{a^2+b^2}=\cos\theta$, $b/\sqrt{a^2+b^2}=\sin\theta$. Now plug this in to the above. The result is $$\begin{pmatrix}\frac{a^2-b^2}{a^2+b^2}&2\frac{ab}{a^2+b^2} \\ 2\frac{ab}{a^2+b^2}&\frac{b^2-a^2}{a^2+b^2}\end{pmatrix}=\frac{1}{a^2+b^2}\begin{pmatrix}a^2-b^2&2ab \\ 2ab&b^2-a^2\end{pmatrix}$$ Since this is a unit vector, $a^2+b^2=1$ and so you get $$\begin{pmatrix}a^2-b^2&2ab \\ 2ab&b^2-a^2\end{pmatrix}$$

解答 $$\begin{aligned}&\begin{pmatrix}\cos (\theta )&-\sin(\theta) \\ \sin(\theta)&\cos(\theta)\end{pmatrix}\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}\cos(-\theta)&-\sin(\theta) \\ \sin(-\theta)&\cos(-\theta)\end{pmatrix} \\ =&\begin{pmatrix}\cos^2\theta-\sin^2\theta &2\cos\theta\sin\theta \\ 2\cos\theta\sin\theta&\sin^2\theta-\cos^2\theta\end{pmatrix}\end{aligned}$$ 现用 $a,b$ 表示,注意 $a/\sqrt{a^2+b^2}=\cos\theta$,$b/\sqrt{a^2+b^2}=\sin\theta$。代入上式,结果为 $$\begin{pmatrix}\frac{a^2-b^2}{a^2+b^2}&2\frac{ab}{a^2+b^2} \\ 2\frac{ab}{a^2+b^2}&\frac{b^2-a^2}{a^2+b^2}\end{pmatrix}=\frac{1}{a^2+b^2}\begin{pmatrix}a^2-b^2&2ab \\ 2ab&b^2-a^2\end{pmatrix}$$ 由于是单位向量,$a^2+b^2=1$,故得到 $$\begin{pmatrix}a^2-b^2&2ab \\ 2ab&b^2-a^2\end{pmatrix}$$

Exercise 40 习题 40

Let $T$ be a linear transformation given by $T\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}2&1\\0&1\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}$ Is $T$ one to one? Is $T$ onto?

设 $T$ 为线性变换,由 $T\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}2&1\\0&1\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}$ 给出。问 $T$ 是否为单射?是否为满射?

Exercise 41 习题 41

Let $T$ be a linear transformation given by $T\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}-1&2\\2&1\\1&4\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}$ Is $T$ one to one? Is $T$ onto?

设 $T$ 为线性变换,由 $T\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}-1&2\\2&1\\1&4\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}$ 给出。问 $T$ 是否为单射?是否为满射?

Exercise 42 习题 42

Let $T$ be a linear transformation given by $T\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}2&0&1\\1&2&-1\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}$ Is $T$ one to one? Is $T$ onto?

设 $T$ 为线性变换,由 $T\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}2&0&1\\1&2&-1\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}$ 给出。问 $T$ 是否为单射?是否为满射?

Exercise 43 习题 43

Let $T$ be a linear transformation given by $T\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1&3&-5\\2&0&2\\2&4&-6\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}$ Is $T$ one to one? Is $T$ onto?

设 $T$ 为线性变换,由 $T\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1&3&-5\\2&0&2\\2&4&-6\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}$ 给出。问 $T$ 是否为单射?是否为满射?

Exercise 44 习题 44

Give an example of a $3\times 2$ matrix with the property that the linear transformation determined by this matrix is one to one but not onto.

举一个 $3\times 2$ 矩阵的例子,使该矩阵确定的线性变换为单射但非满射。

Answer $$\begin{pmatrix}1&0\\0&1\\0&0\end{pmatrix}$$

解答 $$\begin{pmatrix}1&0\\0&1\\0&0\end{pmatrix}$$

Exercise 45 习题 45

Suppose $A$ is an $m\times n$ matrix in which $m ≤ n$. Suppose also that the rank of $A$ equals $m$. Show that the transformation $T$ determined by $A$ maps $\mathbb{R}^n$ onto $\mathbb{R}^m$. Hint: The vectors $\vec{e}_1,\cdots ,\vec{e}_m$ occur as columns in the reduced row-echelon form for $A$.

设 $A$ 为 $m\times n$ 矩阵且 $m ≤ n$,并设 $A$ 的秩等于 $m$。证明由 $A$ 确定的变换 $T$ 将 $\mathbb{R}^n$ 映上 $\mathbb{R}^m$。提示:$\vec{e}_1,\cdots ,\vec{e}_m$ 出现在 $A$ 的简化行阶梯形矩阵的列中。

Answer This says that the columns of $A$ have a subset of $m$ vectors which are linearly independent. Therefore, this set of vectors is a basis for $\mathbb{R}^m$. It follows that the span of the columns is all of $\mathbb{R}^m$. Thus $A$ is onto.

解答 这意味着 $A$ 的列中含有 $m$ 个线性无关向量。因此这组向量构成 $\mathbb{R}^m$ 的一组基,从而列向量的张成就是整个 $\mathbb{R}^m$。故 $A$ 是满射。

Exercise 46 习题 46

Suppose $A$ is an $m\times n$ matrix in which $m ≥ n$. Suppose also that the rank of $A$ equals $n$. Show that $A$ is one to one. Hint: If not, there exists a vector, $\vec{x}$ such that $A\vec{x} = 0$, and this implies at least one column of $A$ is a linear combination of the others. Show this would require the rank to be less than $n$.

设 $A$ 为 $m\times n$ 矩阵且 $m ≥ n$,并设 $A$ 的秩等于 $n$。证明 $A$ 是单射。提示:否则存在向量 $\vec{x}$ 使 $A\vec{x} = 0$,这意味着 $A$ 至少有一列是其余列的线性组合。证明这将要求秩小于 $n$。

Answer The columns are independent. Therefore, $A$ is one to one.

解答 各列线性无关,因此 $A$ 是单射。

Exercise 47 习题 47

Explain why an $n\times n$ matrix $A$ is both one to one and onto if and only if its rank is $n$.

解释为何 $n\times n$ 矩阵 $A$ 既单射又满射当且仅当其秩为 $n$。

Answer The rank is $n$ is the same as saying the columns are independent which is the same as saying $A$ is one to one which is the same as saying the columns are a basis. Thus the span of the columns of $A$ is all of $\mathbb{R}^n$ and so $A$ is onto. If $A$ is onto, then the columns must be linearly independent since otherwise the span of these columns would have dimension less than $n$ and so the dimension of $\mathbb{R}^n$ would be less than $n$.

解答 秩为 $n$ 等价于列线性无关,等价于 $A$ 单射,等价于列构成一组基。因此 $A$ 的列张成整个 $\mathbb{R}^n$,故 $A$ 满射。若 $A$ 满射,则列必线性无关,否则列的张成维数小于 $n$,从而 $\mathbb{R}^n$ 的维数将小于 $n$。

Exercise 48 习题 48

Let $V$ and $W$ be subspaces of $\mathbb{R}^n$ and $\mathbb{R}^m$ respectively and let $T : V \to W$ be a linear transformation. Suppose that $\vec{v}_1,\cdots ,\vec{v}_r$ is linearly independent. Show that it must be the case that $T\vec{v}_1,\cdots ,T\vec{v}_r$ is also linearly independent.

设 $V$ 与 $W$ 分别为 $\mathbb{R}^n$ 与 $\mathbb{R}^m$ 的子空间,$T : V \to W$ 为线性变换。设 $\vec{v}_1,\cdots ,\vec{v}_r$ 线性无关。证明必有 $T\vec{v}_1,\cdots ,T\vec{v}_r$ 也线性无关。

Answer If $\sum_i^r a_i\vec{v}_r=0$, then using linearity properties of $T$ we get $0=T(0)=T\left(\sum\limits_i^ra_i\vec{v}_r\right)=\sum\limits_i^ra_iT(\vec{v}_r)$. Since we assume that $T\vec{v}_a,\cdots ,T\vec{v}_r$ is linearly independent, we must have all $a_i = 0$, and therefore we conclude that $\vec{v}_1,\cdots ,\vec{v}_r$ is also linearly independent.

解答 若 $\sum_i^r a_i\vec{v}_r=0$,则由 $T$ 的线性得 $0=T(0)=T\left(\sum\limits_i^ra_i\vec{v}_r\right)=\sum\limits_i^ra_iT(\vec{v}_r)$。既然假定 $T\vec{v}_a,\cdots ,T\vec{v}_r$ 线性无关,必有所有 $a_i = 0$,从而得 $\vec{v}_1,\cdots ,\vec{v}_r$ 也线性无关。

Exercise 49 习题 49

Let $V=span\left\{\begin{array}{c}1\\1\\2\\0\end{array}\right],\begin{pmatrix}0\\1\\1\\1\end{pmatrix},\begin{pmatrix}1\\1\\0\\1\end{pmatrix}\right\}$. Let $T\vec{x}=A\vec{x}$ where $A$ is the matrix $\begin{pmatrix}1&1&1&1\\0&1&1&0\\0&1&2&1\\1&1&1&2\end{pmatrix}$ Give a basis for $im(T)$.

设 $V=span\left\{\begin{array}{c}1\\1\\2\\0\end{array}\right],\begin{pmatrix}0\\1\\1\\1\end{pmatrix},\begin{pmatrix}1\\1\\0\\1\end{pmatrix}\right\}$。令 $T\vec{x}=A\vec{x}$,其中 $A=\begin{pmatrix}1&1&1&1\\0&1&1&0\\0&1&2&1\\1&1&1&2\end{pmatrix}$。求 $im(T)$ 的一组基。

Exercise 50 习题 50

Let $V=span\left\{\begin{array}{c}1\\0\\0\\1\end{array}\right],\begin{pmatrix}1\\1\\1\\1\end{pmatrix},\begin{pmatrix}1\\4\\4\\1\end{pmatrix}\right\}$. Let $T\vec{x}=A\vec{x}$ where $A$ is the matrix $\begin{pmatrix}1&1&1&1\\0&1&1&0\\0&1&2&1\\1&1&1&2\end{pmatrix}$ Find a basis for $im(T)$. In this case, the original vectors do not form an independent set.

设 $V=span\left\{\begin{array}{c}1\\0\\0\\1\end{array}\right],\begin{pmatrix}1\\1\\1\\1\end{pmatrix},\begin{pmatrix}1\\4\\4\\1\end{pmatrix}\right\}$。令 $T\vec{x}=A\vec{x}$,其中 $A=\begin{pmatrix}1&1&1&1\\0&1&1&0\\0&1&2&1\\1&1&1&2\end{pmatrix}$。求 $im(T)$ 的一组基。此处原向量组并非线性无关。

Answer Since the third vector is a linear combinations of the first two, then the image of the third vector will also be a linear combinations of the image of the first two. However the image of the first two vectors are linearly independent (check!), and hence form a basis of the image. Thus a basis for $im(T)$ is: $V=span\left\{\begin{array}{c}2\\0\\1\\3\end{array}\right],\begin{pmatrix}4\\2\\4\\5\end{pmatrix}\right\}$.

解答 由于第三个向量是前两个的线性组合,其像也是前两个像的线性组合。而前两个向量的像线性无关(可验证),故构成像的一组基。因此 $im(T)$ 的一组基为:$V=span\left\{\begin{array}{c}2\\0\\1\\3\end{array}\right],\begin{pmatrix}4\\2\\4\\5\end{pmatrix}\right\}$。

Exercise 51 习题 51

If $\vec{v}_1,\cdots ,\vec{v}_r$ is linearly independent and $T$ is a one to one linear transformation, show that $T\vec{v}_1,\cdots ,T\vec{v}_r$ is also linearly independent. Give an example which shows that if $T$ is only linear, it can happen that, although $\vec{v}_1,\cdots ,\vec{v}_r$ is linearly independent, $T\vec{v}_1,\cdots ,T\vec{v}_r$ is not. In fact, show that it can happen that each of the $T\vec{v}_j$ equals $0$.

若 $\vec{v}_1,\cdots ,\vec{v}_r$ 线性无关且 $T$ 为单射线性变换,证明 $T\vec{v}_1,\cdots ,T\vec{v}_r$ 也线性无关。举例说明:若 $T$ 仅是线性变换,即使 $\vec{v}_1,\cdots ,\vec{v}_r$ 线性无关,$T\vec{v}_1,\cdots ,T\vec{v}_r$ 也可能线性相关。事实上,可以出现每个 $T\vec{v}_j$ 都等于 $0$ 的情形。

Exercise 52 习题 52

Let $V$ and $W$ be subspaces of $\mathbb{R}^n$ and $\mathbb{R}^m$ respectively and let $T : V \to W$ be a linear transformation. Show that if $T$ is onto $W$ and if $\vec{v}_1,\cdots ,\vec{v}_r$ is a basis for $V$, then $\operatorname{span}\left\{T\vec{v}_1,\cdots ,T\vec{v}_r\right\} = W$.

设 $V$ 与 $W$ 分别为 $\mathbb{R}^n$ 与 $\mathbb{R}^m$ 的子空间,$T : V \to W$ 为线性变换。证明:若 $T$ 满射到 $W$,且 $\vec{v}_1,\cdots ,\vec{v}_r$ 是 $V$ 的一组基,则 $\operatorname{span}\left\{T\vec{v}_1,\cdots ,T\vec{v}_r\right\} = W$。

Exercise 53 习题 53

Define $T$: $\mathbb{R}^4\to\mathbb{R}^3$ as follows. $T\vec{x}=\begin{pmatrix}3&2&1&8\\2&2&-2&6\\1&1&-1&3\end{pmatrix}\vec{x}$ Find a basis for $im(T)$. Also find a basis for $\text{ker}(T)$.

定义 $T$: $\mathbb{R}^4\to\mathbb{R}^3$ 如下:$T\vec{x}=\begin{pmatrix}3&2&1&8\\2&2&-2&6\\1&1&-1&3\end{pmatrix}\vec{x}$。求 $im(T)$ 的一组基,并求 $\text{ker}(T)$ 的一组基。

Exercise 54 习题 54

Define $T$: $\mathbb{R}^3\to\mathbb{R}^3$ as follows. $T\vec{x}=\begin{pmatrix}1&2&0\\1&1&1\\0&1&1\end{pmatrix}\vec{x}$ where on the right, it is just matrix multiplication of the vector $\vec{x}$ which is meant. Explain why $T$ is an isomorphism of $\mathbb{R}^3$ to $\mathbb{R}^3$.

定义 $T$: $\mathbb{R}^3\to\mathbb{R}^3$ 如下:$T\vec{x}=\begin{pmatrix}1&2&0\\1&1&1\\0&1&1\end{pmatrix}\vec{x}$(右侧即指向量 $\vec{x}$ 的矩阵乘法)。解释为何 $T$ 是 $\mathbb{R}^3$ 到 $\mathbb{R}^3$ 的同构。

Exercise 55 习题 55

Suppose $T$: $\mathbb{R}^3\to\mathbb{R}^3$ is a linear transformation given by $T\vec{x}=A\vec{x}$ where $A$ is a $3\times 3$ matrix. Show that $T$ is an isomorphism if and only if $A$ is invertible.

设 $T$: $\mathbb{R}^3\to\mathbb{R}^3$ 是由 $T\vec{x}=A\vec{x}$ 给出的线性变换,$A$ 为 $3\times 3$ 矩阵。证明 $T$ 是同构当且仅当 $A$ 可逆。

Exercise 56 习题 56

Suppose $T$: $\mathbb{R}^n\to\mathbb{R}^m$ is a linear transformation given by $T\vec{x}=A\vec{x}$ where $A$ is an $m\times n$ matrix. Show that $T$ is never an ismorphism if $m\neq n$. In particular, show that if $m>n$, $T$ cannot be onto and if $m

设 $T$: $\mathbb{R}^n\to\mathbb{R}^m$ 是由 $T\vec{x}=A\vec{x}$ 给出的线性变换,$A$ 为 $m\times n$ 矩阵。证明若 $m\neq n$,则 $T$ 绝不可能是同构。特别地,若 $m>n$,则 $T$ 不可能满射;若 $m

Exercise 57 习题 57

Define $T$: $\mathbb{R}^2\to\mathbb{R}^3$ as follows. $T\vec{x}=\begin{pmatrix}1&0\\1&1\\0&1\end{pmatrix}\vec{x}$ where on the right, it is just matrix multiplication of the vector $\vec{x}$ which is meant. Show that $T$ is one to one. Next let $W = im(T)$. Show that $T$ is an isomorphism of $\mathbb{R}^2$ and $im (T)$.

定义 $T$: $\mathbb{R}^2\to\mathbb{R}^3$ 如下:$T\vec{x}=\begin{pmatrix}1&0\\1&1\\0&1\end{pmatrix}\vec{x}$(右侧即指向量 $\vec{x}$ 的矩阵乘法)。证明 $T$ 是单射。再令 $W = im(T)$。证明 $T$ 是 $\mathbb{R}^2$ 与 $im (T)$ 之间的同构。

Exercise 58 习题 58

In the above problem, find a $2\times 3$ matrix $A$ such that the restriction of $A$ to $im(T)$ gives the same result as $T^{-1}$ on $im(T)$. Hint: You might let $A$ be such that $A\begin{pmatrix}1\\1\\0\end{pmatrix}=\begin{pmatrix}1\\0\end{pmatrix},A\begin{pmatrix}0\\1\\1\end{pmatrix}=\begin{pmatrix}0\\1\end{pmatrix}$ now find another vector $\vec{v}\in\mathbb{R}^3$ such that $\left\{\begin{array}{c}1\\1\\0\end{array}\right],\begin{pmatrix}0\\1\\1\end{pmatrix},\vec{v}\right\}$ is a basis. You could pick $\vec{v}=\begin{pmatrix}0\\0\\1\end{pmatrix}$ for example. Explain why this one works or one of your choice works. Then you could define $A\vec{v}$ to equal some vector in $\mathbb{R}^2$. Explain why there will be more than one such matrix $A$ which will deliver the inverse isomorphism $T^{-1}$ on $im(T)$.

在上题中,求一个 $2\times 3$ 矩阵 $A$,使得 $A$ 在 $im(T)$ 上的限制与 $T^{-1}$ 在 $im(T)$ 上作用相同。提示:可令 $A$ 满足 $A\begin{pmatrix}1\\1\\0\end{pmatrix}=\begin{pmatrix}1\\0\end{pmatrix}$,$A\begin{pmatrix}0\\1\\1\end{pmatrix}=\begin{pmatrix}0\\1\end{pmatrix}$,再取另一向量 $\vec{v}\in\mathbb{R}^3$ 使 $\left\{\begin{array}{c}1\\1\\0\end{array}\right],\begin{pmatrix}0\\1\\1\end{pmatrix},\vec{v}\right\}$ 构成一组基(例如可取 $\vec{v}=\begin{pmatrix}0\\0\\1\end{pmatrix}$)。解释为何它(或你选的向量)可行。然后可定义 $A\vec{v}$ 为 $\mathbb{R}^2$ 中某向量。解释为何满足此条件的矩阵 $A$ 不止一个,且都能在 $im(T)$ 上给出逆同构 $T^{-1}$。

Exercise 59 习题 59

Now let $V=span\left\{\begin{array}{c}1\\0\\1\end{array}\right],\begin{pmatrix}0\\1\\1\end{pmatrix}\right\}$ and let $T$: $V\to W$ be a linear transformation where $W=span\left\{\begin{array}{c}1\\0\\1\\0\end{array}\right],\begin{pmatrix}0\\1\\1\\1\end{pmatrix}\right\}$ and $T\begin{pmatrix}1\\0\\1\end{pmatrix}=\begin{pmatrix}1\\0\\1\\0\end{pmatrix},T\begin{pmatrix}0\\1\\1\end{pmatrix}=\begin{pmatrix}0\\1\\1\\1\end{pmatrix}$ Explain why $T$ is an isomorphism. Determine a matrix $A$ which, when multiplied on the left gives the same result as $T$ on $V$ and a matrix $B$ which delivers $T^{−1}$ on $W$. Hint: You need to have $A\begin{pmatrix}1&0\\0&1\\1&1\end{pmatrix}=\begin{pmatrix}1&0\\0&1\\1&1\\0&1\end{pmatrix}$ Now enlarge $\begin{pmatrix}1\\0\\1\end{pmatrix},\begin{pmatrix}0\\1\\1\end{pmatrix}$ to obtain a basis for $\mathbb{R}^3$. You could add in $\begin{pmatrix}0\\0\\1\end{pmatrix}$ for example, and then pick another vector in $\mathbb{R}^4$ and let $A\begin{pmatrix}0\\0\\1\end{pmatrix}$ equal this other vector. Then you would have $A\begin{pmatrix}1&0&0\\0&1&0\\1&1&1\end{pmatrix}=\begin{pmatrix}1&0&0\\0&1&0\\1&1&0\\0&1&1\end{pmatrix}$ This would involve picking for the new vector in $\mathbb{R}^4$ the vector $\begin{pmatrix}0&0&0&1\end{pmatrix}^T$. Then you could find $A$. You can do something similar to find a matrix for $T^{−1}$ denoted as $B$.

现令 $V=span\left\{\begin{array}{c}1\\0\\1\end{array}\right],\begin{pmatrix}0\\1\\1\end{pmatrix}\right\}$,并令 $T$: $V\to W$ 为线性变换,其中 $W=span\left\{\begin{array}{c}1\\0\\1\\0\end{array}\right],\begin{pmatrix}0\\1\\1\\1\end{pmatrix}\right\}$,且 $T\begin{pmatrix}1\\0\\1\end{pmatrix}=\begin{pmatrix}1\\0\\1\\0\end{pmatrix}$,$T\begin{pmatrix}0\\1\\1\end{pmatrix}=\begin{pmatrix}0\\1\\1\\1\end{pmatrix}$。解释为何 $T$ 是同构。确定矩阵 $A$,使其在左侧相乘时在 $V$ 上与 $T$ 结果相同;并确定矩阵 $B$,使其在 $W$ 上给出 $T^{−1}$。提示:需有 $A\begin{pmatrix}1&0\\0&1\\1&1\end{pmatrix}=\begin{pmatrix}1&0\\0&1\\1&1\\0&1\end{pmatrix}$。将 $\begin{pmatrix}1\\0\\1\end{pmatrix},\begin{pmatrix}0\\1\\1\end{pmatrix}$ 扩充为 $\mathbb{R}^3$ 的一组基(例如加入 $\begin{pmatrix}0\\0\\1\end{pmatrix}$),再在 $\mathbb{R}^4$ 中取另一向量并令 $A\begin{pmatrix}0\\0\\1\end{pmatrix}$ 等于它。于是有 $A\begin{pmatrix}1&0&0\\0&1&0\\1&1&1\end{pmatrix}=\begin{pmatrix}1&0&0\\0&1&0\\1&1&0\\0&1&1\end{pmatrix}$。这需取 $\mathbb{R}^4$ 中新向量为 $\begin{pmatrix}0&0&0&1\end{pmatrix}^T$。由此可求得 $A$。类似地可求得记为 $B$ 的 $T^{−1}$ 的矩阵。

Exercise 60 习题 60

Let $V=\mathbb{R}^3$ and let $W=span(S),\text{ where }S=\left\{\begin{array}{r}1\\-1\\1\end{array}\right],\begin{pmatrix}-2\\2\\-2\end{pmatrix},\begin{pmatrix}-1\\1\\1\end{pmatrix},\begin{pmatrix}1\\-1\\3\end{pmatrix}\right\}$. Find a basis of $W$ consisting of vectors in $S$.

设 $V=\mathbb{R}^3$,$W=span(S)$,其中 $S=\left\{\begin{array}{r}1\\-1\\1\end{array}\right],\begin{pmatrix}-2\\2\\-2\end{pmatrix},\begin{pmatrix}-1\\1\\1\end{pmatrix},\begin{pmatrix}1\\-1\\3\end{pmatrix}\right\}$。求 $W$ 中由 $S$ 的向量构成的一组基。

Answer In this case $\text{dim}(W) = 1$ and a basis for $W$ consisting of vectors in $S$ can be obtained by taking any (nonzero) vector from $S$.

解答 此时 $\text{dim}(W) = 1$,取 $S$ 中任一(非零)向量即可作为 $W$ 的一组基。

Exercise 61 习题 61

Let $T$ be a linear transformation given by $T\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}1&1\\1&1\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}$ Find a basis for $\text{ker}(T)$ and $im(T)$.

设 $T$ 由 $T\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}1&1\\1&1\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}$ 给出。求 $\text{ker}(T)$ 与 $im(T)$ 的一组基。

Answer A basis for $\text{ker}(T)$ is $\left\{\begin{array}{r}1\\-1\end{array}\right\}$ and a basis for $im(T)$ is $\left\{\begin{array}{c}1\\1\end{array}\right\}$. There are many other possibilities for the specific bases, but in this case $\text{dim}(\text{ker}(T))=1$ and $\text{dim}(im(T))=1$.

解答 $\text{ker}(T)$ 的一组基为 $\left\{\begin{array}{r}1\\-1\end{array}\right\}$,$im(T)$ 的一组基为 $\left\{\begin{array}{c}1\\1\end{array}\right\}$。具体基有多种取法,但此处 $\text{dim}(\text{ker}(T))=1$,$\text{dim}(im(T))=1$。

Exercise 62 习题 62

Let $T$ be a linear transformation given by $T\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}1&0\\1&1\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}$ Find a basis for $\text{ker}(T)$ and $im(T)$.

设 $T$ 由 $T\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}1&0\\1&1\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}$ 给出。求 $\text{ker}(T)$ 与 $im(T)$ 的一组基。

Answer In this case $\text{ker}(T)=0$ and $im(T)=\mathbb{R}^2$ (pick any basis of $\mathbb{R}^2$).

解答 此时 $\text{ker}(T)=0$,$im(T)=\mathbb{R}^2$(取 $\mathbb{R}^2$ 的任意一组基即可)。

Exercise 63 习题 63

Let $V=\mathbb{R}^3$ and let $W=span\left\{\begin{array}{c}1\\1\\1\end{array}\right],\begin{pmatrix}-1\\2\\-1\end{pmatrix}\right\}$. Extend this basis of $W$ to a basis of $V$.

设 $V=\mathbb{R}^3$,$W=span\left\{\begin{array}{c}1\\1\\1\end{array}\right],\begin{pmatrix}-1\\2\\-1\end{pmatrix}\right\}$。将 $W$ 的这组基扩充为 $V$ 的一组基。

Answer There are many possible such extensions, one is (how do we know?): $\left\{\begin{array}{c}1\\1\\1\end{array}\right],\begin{pmatrix}-1\\2\\-1\end{pmatrix},\begin{pmatrix}0\\0\\1\end{pmatrix}\right\}$.

解答 这样的扩充有很多,例如(如何得知?):$\left\{\begin{array}{c}1\\1\\1\end{array}\right],\begin{pmatrix}-1\\2\\-1\end{pmatrix},\begin{pmatrix}0\\0\\1\end{pmatrix}\right\}$。

Exercise 64 习题 64

Let $T$ be a linear transformation given by $T\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1&1&1\\1&1&1\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}$ What is $\text{dim}(\text{ker}(T))$?

设 $T$ 由 $T\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1&1&1\\1&1&1\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}$ 给出。求 $\text{dim}(\text{ker}(T))$?

Answer We can easily see that $\text{dim}(im(T))=1$, and thus $\text{dim}(\text{ker}(T))=3-\text{dim}(im(T))=3-1=2$.

解答 易见 $\text{dim}(im(T))=1$,故 $\text{dim}(\text{ker}(T))=3-\text{dim}(im(T))=3-1=2$。

Exercise 65 习题 65

Let $B=\left\{\begin{array}{r}2\\-1\end{array}\right],\begin{pmatrix}3\\2\end{pmatrix}\right\}$ be a basis of $\mathbb{R}^2$ and let $\vec{x}=\begin{pmatrix}5\\-7\end{pmatrix}$ be a vector in $\mathbb{R}^2$. Find $C_B(\vec{x})$.

设 $B=\left\{\begin{array}{r}2\\-1\end{array}\right],\begin{pmatrix}3\\2\end{pmatrix}\right\}$ 为 $\mathbb{R}^2$ 的一组基,$\vec{x}=\begin{pmatrix}5\\-7\end{pmatrix}$ 为 $\mathbb{R}^2$ 中向量。求 $C_B(\vec{x})$。

Exercise 66 习题 66

Let $B=\left\{\begin{array}{r}1\\-1\\2\end{array}\right],\begin{pmatrix}2\\1\\2\end{pmatrix},\begin{pmatrix}-1\\0\\2\end{pmatrix}\right\}$ be a basis of $\mathbb{R}^3$ and let $\vec{x}=\begin{pmatrix}5\\-1\\4\end{pmatrix}$ be a vector in $\mathbb{R}^2$. Find $C_B(\vec{x})$.

设 $B=\left\{\begin{array}{r}1\\-1\\2\end{array}\right],\begin{pmatrix}2\\1\\2\end{pmatrix},\begin{pmatrix}-1\\0\\2\end{pmatrix}\right\}$ 为 $\mathbb{R}^3$ 的一组基,$\vec{x}=\begin{pmatrix}5\\-1\\4\end{pmatrix}$ 为 $\mathbb{R}^2$ 中向量。求 $C_B(\vec{x})$。

Answer $$C_B(\vec{x})=\begin{pmatrix}2\\1\\-1\end{pmatrix}$$

解答 $$C_B(\vec{x})=\begin{pmatrix}2\\1\\-1\end{pmatrix}$$

Exercise 67 习题 67

Let $T$: $\mathbb{R}^2\to\mathbb{R}^2$ be a linear transformation defined by $T\left(\begin{pmatrix}a\\b\end{pmatrix}\right)=\begin{pmatrix}a+b\\a-b\end{pmatrix}$. Consider the two bases $B_1=\vec{v}_1,\vec{v}_2=\left\{\begin{array}{c}1\\0\end{array}\right],\begin{pmatrix}-1\\1\end{pmatrix}\right\}$ and $B_2=\left\{\begin{array}{c}1\\1\end{array}\right],\begin{pmatrix}1\\-1\end{pmatrix}\right\}$. Find the matrix $M_{B_2,B_1}$ of $T$ with respect to the bases $B_1$ and $B_2$.

设 $T$: $\mathbb{R}^2\to\mathbb{R}^2$ 是由 $T\left(\begin{pmatrix}a\\b\end{pmatrix}\right)=\begin{pmatrix}a+b\\a-b\end{pmatrix}$ 定义的线性变换。考虑两组基 $B_1=\vec{v}_1,\vec{v}_2=\left\{\begin{array}{c}1\\0\end{array}\right],\begin{pmatrix}-1\\1\end{pmatrix}\right\}$ 与 $B_2=\left\{\begin{array}{c}1\\1\end{array}\right],\begin{pmatrix}1\\-1\end{pmatrix}\right\}$。求 $T$ 关于基 $B_1$、$B_2$ 的矩阵 $M_{B_2,B_1}$。

Answer $$M_{B_2B_1}=\begin{pmatrix}1&0\\-1&1\end{pmatrix}$$

解答 $$M_{B_2B_1}=\begin{pmatrix}1&0\\-1&1\end{pmatrix}$$

Exercise 68 习题 68

Write the solution set of the following system as a linear combination of vectors $\begin{pmatrix}1&-1&2\\1&-2&1\\3&-4&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$.

将下列方程组的解集合写成向量的线性组合:$\begin{pmatrix}1&-1&2\\1&-2&1\\3&-4&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-3\hat{t} \\ -\hat{t} \\ \hat{t}\end{pmatrix}$, $\hat{t}_3\in\mathbb{R}$. A basis for the solution space is $\begin{pmatrix}-3\\-1\\1\end{pmatrix}$.

解答 解为:$\begin{pmatrix}-3\hat{t} \\ -\hat{t} \\ \hat{t}\end{pmatrix}$,其中 $\hat{t}_3\in\mathbb{R}$。解空间的一组基为 $\begin{pmatrix}-3\\-1\\1\end{pmatrix}$。

Exercise 69 习题 69

Using Exercise 68 find the general solution to the following linear system. $\begin{pmatrix}1&-1&2\\1&-2&1\\3&-4&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1\\2\\4\end{pmatrix}$.

利用 习题 68 求下列线性方程组的通解:$\begin{pmatrix}1&-1&2\\1&-2&1\\3&-4&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1\\2\\4\end{pmatrix}$。

Answer Note that this has the same matrix as the above problem. Solution is: $\begin{pmatrix}-3\hat{t}_3 \\ -\hat{t}_3 \\ \hat{t}_3\end{pmatrix}+\begin{pmatrix}0\\-1\\0\end{pmatrix}$, $\hat{t}_3\in\mathbb{R}$.

解答 其系数矩阵与上题相同。解为:$\begin{pmatrix}-3\hat{t}_3 \\ -\hat{t}_3 \\ \hat{t}_3\end{pmatrix}+\begin{pmatrix}0\\-1\\0\end{pmatrix}$,其中 $\hat{t}_3\in\mathbb{R}$。

Exercise 70 习题 70

Write the solution set of the following system as a linear combination of vectors $\begin{pmatrix}0&-1&2\\1&-2&1\\1&-4&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$.

将解集合写成向量的线性组合:$\begin{pmatrix}0&-1&2\\1&-2&1\\1&-4&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}3\hat{t} \\ 2\hat{t} \\ \hat{t}\end{pmatrix}$, A basis is $\begin{pmatrix}3\\2\\1\end{pmatrix}$.

解答 解为:$\begin{pmatrix}3\hat{t} \\ 2\hat{t} \\ \hat{t}\end{pmatrix}$,一组基为 $\begin{pmatrix}3\\2\\1\end{pmatrix}$。

Exercise 71 习题 71

Using Exercise 70 find the general solution to the following linear system. $\begin{pmatrix}0&-1&2\\1&-2&1\\1&-4&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1\\-1\\1\end{pmatrix}$.

利用习题 70 求下列线性方程组的通解:$\begin{pmatrix}0&-1&2\\1&-2&1\\1&-4&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1\\-1\\1\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}3\hat{t} \\ 2\hat{t} \\ \hat{t}\end{pmatrix} +\begin{pmatrix}-3\\-1\\0\end{pmatrix}$, $\hat{t}\in\mathbb{R}$.

解答 解为:$\begin{pmatrix}3\hat{t} \\ 2\hat{t} \\ \hat{t}\end{pmatrix} +\begin{pmatrix}-3\\-1\\0\end{pmatrix}$,其中 $\hat{t}\in\mathbb{R}$。

Exercise 72 习题 72

Write the solution set of the following system as a linear combination of vectors $\begin{pmatrix}1&-1&2\\1&-2&0\\3&-4&4\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$.

将解集合写成向量的线性组合:$\begin{pmatrix}1&-1&2\\1&-2&0\\3&-4&4\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-4\hat{t} \\ -2\hat{t} \\ \hat{t}\end{pmatrix}$. A basis is $\begin{pmatrix}-4\\-2\\1\end{pmatrix}$.

解答 解为:$\begin{pmatrix}-4\hat{t} \\ -2\hat{t} \\ \hat{t}\end{pmatrix}$。一组基为 $\begin{pmatrix}-4\\-2\\1\end{pmatrix}$。

Exercise 73 习题 73

Using Exercise 72 find the general solution to the following linear system. $\begin{pmatrix}1&-1&2\\1&-2&0\\3&-4&4\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1\\2\\4\end{pmatrix}$.

利用 习题 72 求下列线性方程组的通解:$\begin{pmatrix}1&-1&2\\1&-2&0\\3&-4&4\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1\\2\\4\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-4\hat{t} \\ -2\hat{t} \\ \hat{t}\end{pmatrix}+\begin{pmatrix}0\\-1\\0\end{pmatrix}$, $\hat{t}\in\mathbb{R}$.

解答 解为:$\begin{pmatrix}-4\hat{t} \\ -2\hat{t} \\ \hat{t}\end{pmatrix}+\begin{pmatrix}0\\-1\\0\end{pmatrix}$,其中 $\hat{t}\in\mathbb{R}$。

Exercise 74 习题 74

Write the solution set of the following system as a linear combination of vectors $\begin{pmatrix}0&-1&2\\1&0&1\\1&-2&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$.

将解集合写成向量的线性组合:$\begin{pmatrix}0&-1&2\\1&0&1\\1&-2&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-\hat{t} \\ 2\hat{t} \\ \hat{t}\end{pmatrix}$, $\hat{t}\in\mathbb{R}$.

解答 解为:$\begin{pmatrix}-\hat{t} \\ 2\hat{t} \\ \hat{t}\end{pmatrix}$,其中 $\hat{t}\in\mathbb{R}$。

Exercise 75 习题 75

Using Exercise 74 find the general solution to the following linear system. $\begin{pmatrix}0&-1&2\\1&0&1\\1&-2&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1\\-1\\1\end{pmatrix}$.

利用 习题 74 求下列线性方程组的通解:$\begin{pmatrix}0&-1&2\\1&0&1\\1&-2&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}1\\-1\\1\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-\hat{t} \\ 2\hat{t} \\ \hat{t}\end{pmatrix}+\begin{pmatrix}-1\\-1\\0\end{pmatrix}$.

解答 解为:$\begin{pmatrix}-\hat{t} \\ 2\hat{t} \\ \hat{t}\end{pmatrix}+\begin{pmatrix}-1\\-1\\0\end{pmatrix}$。

Exercise 76 习题 76

Write the solution set of the following system as a linear combination of vectors $\begin{pmatrix}1&0&1&1\\1&-1&1&0\\3&-1&3&2\\3&3&0&3\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}0\\0\\0\\0\end{pmatrix}$.

将解集合写成向量的线性组合:$\begin{pmatrix}1&0&1&1\\1&-1&1&0\\3&-1&3&2\\3&3&0&3\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}0\\0\\0\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}0\\ -\hat{t} \\ -\hat{t} \\ \hat{t}\end{pmatrix}$, $\hat{t}\in\mathbb{R}$.

解答 解为:$\begin{pmatrix}0\\ -\hat{t} \\ -\hat{t} \\ \hat{t}\end{pmatrix}$,其中 $\hat{t}\in\mathbb{R}$。

Exercise 77 习题 77

Using Exercise 76 find the general solution to the following linear system. $\begin{pmatrix}1&0&1&1\\1&-1&1&0\\3&-1&3&2\\3&3&0&3\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}1\\2\\4\\3\end{pmatrix}$.

利用 习题 76 求下列线性方程组的通解:$\begin{pmatrix}1&0&1&1\\1&-1&1&0\\3&-1&3&2\\3&3&0&3\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}1\\2\\4\\3\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}0\\ -\hat{t} \\ -\hat{t} \\ \hat{t}\end{pmatrix}+\begin{pmatrix}2\\-1\\-1\\0\end{pmatrix}$.

解答 解为:$\begin{pmatrix}0\\ -\hat{t} \\ -\hat{t} \\ \hat{t}\end{pmatrix}+\begin{pmatrix}2\\-1\\-1\\0\end{pmatrix}$。

Exercise 78 习题 78

Write the solution set of the following system as a linear combination of vectors $\begin{pmatrix}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&0&0&0\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}0\\0\\0\\0\end{pmatrix}$.

将解集合写成向量的线性组合:$\begin{pmatrix}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&0&0&0\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}0\\0\\0\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-s-t \\ s\\s\\t\end{pmatrix}$, $s,t\in\mathbb{R}$. A basis is $\left\{\begin{array}{r}-1\\1\\1\\0\end{array}\right],\begin{pmatrix}-1\\0\\0\\1\end{pmatrix}\right\}$.

解答 解为:$\begin{pmatrix}-s-t \\ s\\s\\t\end{pmatrix}$,其中 $s,t\in\mathbb{R}$。一组基为 $\left\{\begin{array}{r}-1\\1\\1\\0\end{array}\right],\begin{pmatrix}-1\\0\\0\\1\end{pmatrix}\right\}$。

Exercise 79 习题 79

Using Exercise 78 find the general solution to the following linear system. $\begin{pmatrix}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}2\\-1\\-3\\0\end{pmatrix}$.

利用 习题 78 求下列线性方程组的通解:$\begin{pmatrix}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}2\\-1\\-3\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-\hat{t}\\ \hat{t} \\ \hat{t}\\0\end{pmatrix}+\begin{pmatrix}-8\\5\\0\\5\end{pmatrix}$.

解答 解为:$\begin{pmatrix}-\hat{t}\\ \hat{t} \\ \hat{t}\\0\end{pmatrix}+\begin{pmatrix}-8\\5\\0\\5\end{pmatrix}$。

Exercise 80 习题 80

Write the solution set of the following system as a linear combination of vectors $\begin{pmatrix}1&1&0&1\\1&-1&1&0\\3&1&1&2\\3&3&0&3\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}0\\0\\0\\0\end{pmatrix}$.

将解集合写成向量的线性组合:$\begin{pmatrix}1&1&0&1\\1&-1&1&0\\3&1&1&2\\3&3&0&3\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}0\\0\\0\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-\frac{1}{2}s-\frac{1}{2}t \\ \frac{1}{2}s-\frac{1}{2}t \\ s\\t\end{pmatrix}$ for $s,t\in\mathbb{R}$. A basis is $\left\{\begin{array}{r}-1\\1\\2\\0\end{array}\right],\begin{pmatrix}-1\\1\\0\\1\end{pmatrix}\right\}$.

解答 解为:$\begin{pmatrix}-\frac{1}{2}s-\frac{1}{2}t \\ \frac{1}{2}s-\frac{1}{2}t \\ s\\t\end{pmatrix}$,其中 $s,t\in\mathbb{R}$。一组基为 $\left\{\begin{array}{r}-1\\1\\2\\0\end{array}\right],\begin{pmatrix}-1\\1\\0\\1\end{pmatrix}\right\}$。

Exercise 81 习题 81

Using Exercise 80 find the general solution to the following linear system. $\begin{pmatrix}1&1&0&1\\1&-1&1&0\\3&1&1&2\\3&3&0&3\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}1\\2\\4\\3\end{pmatrix}$.

利用 习题 80 求下列线性方程组的通解:$\begin{pmatrix}1&1&0&1\\1&-1&1&0\\3&1&1&2\\3&3&0&3\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}1\\2\\4\\3\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}\frac{3}{2} \\ -\frac{1}{2}\\0\\0\end{pmatrix}+\begin{pmatrix}-\frac{1}{2}s-\frac{1}{2}t \\ \frac{1}{2}s-\frac{1}{2}t \\ s\\t\end{pmatrix}$.

解答 解为:$\begin{pmatrix}\frac{3}{2} \\ -\frac{1}{2}\\0\\0\end{pmatrix}+\begin{pmatrix}-\frac{1}{2}s-\frac{1}{2}t \\ \frac{1}{2}s-\frac{1}{2}t \\ s\\t\end{pmatrix}$。

Exercise 82 习题 82

Write the solution set of the following system as a linear combination of vectors $\begin{pmatrix}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}0\\0\\0\\0\end{pmatrix}$.

将解集合写成向量的线性组合:$\begin{pmatrix}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}0\\0\\0\\0\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-\hat{t} \\ \hat{t} \\ \hat{t}\\0\end{pmatrix}$, a basis is $\begin{pmatrix}1\\1\\1\\0\end{pmatrix}$.

解答 解为:$\begin{pmatrix}-\hat{t} \\ \hat{t} \\ \hat{t}\\0\end{pmatrix}$,一组基为 $\begin{pmatrix}1\\1\\1\\0\end{pmatrix}$。

Exercise 83 习题 83

Using Exercise 82 find the general solution to the following linear system. $\begin{pmatrix}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}2\\-1\\-3\\1\end{pmatrix}$.

利用 习题 82 求下列线性方程组的通解:$\begin{pmatrix}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{pmatrix}\begin{pmatrix}x\\y\\z\\w\end{pmatrix}=\begin{pmatrix}2\\-1\\-3\\1\end{pmatrix}$。

Answer Solution is: $\begin{pmatrix}-\hat{t} \\ \hat{t} \\ \hat{t}\\0\end{pmatrix}+\begin{pmatrix}-9\\5\\0\\6\end{pmatrix}$, $t\in\mathbb{R}$.

解答 解为:$\begin{pmatrix}-\hat{t} \\ \hat{t} \\ \hat{t}\\0\end{pmatrix}+\begin{pmatrix}-9\\5\\0\\6\end{pmatrix}$,其中 $t\in\mathbb{R}$。

Exercise 84 习题 84

Suppose $A\vec{x}=\vec{b}$ has a solution. Explain why the solution is unique precisely when $A\vec{x}=\vec{0}$ has only the trivial solution.

设 $A\vec{x}=\vec{b}$ 有解。解释为何:解唯一当且仅当 $A\vec{x}=\vec{0}$ 只有平凡解。

Answer If not, then there would be a infintely many solutions to $A\vec{x}=\vec{0}$ and each of these added to a solution to $A\vec{x}=\vec{b}$ would be a solution to $A\vec{x}=\vec{b}$.

解答 否则,$A\vec{x}=\vec{0}$ 将有无穷多解,而每一解加上 $A\vec{x}=\vec{b}$ 的一个解后仍是 $A\vec{x}=\vec{b}$ 的解。