本文为《Linear algebra and its applications》的读书笔记


The difference between a matrix equation Ax=bA\boldsymbol x=\boldsymbol b and the associated vector equation x1a2+...+xnan=bx_1\boldsymbol a_2+...+x_n\boldsymbol a_n=\boldsymbol b is merely a matter of notation.

However, a matrix equation Ax=bA\boldsymbol x=\boldsymbol b can arise in linear algebra (and in applications such as computer graphics and signal processing) in a way that is not directly connected with linear combinations of vectors. This happens when we think of the matrix AA as an object that “acts” on a vector x\boldsymbol x by multiplication to produce a new vector called AxA\boldsymbol x.

For instance, the equations
1.8 Introduction to linear transformations (线性变换介绍)
say that multiplication by AA transforms x\boldsymbol x into b\boldsymbol b and transforms u\boldsymbol u into the zero vector. See Figure 1.
1.8 Introduction to linear transformations (线性变换介绍)
From this new point of view, solving the equation Ax=bA\boldsymbol x=\boldsymbol b amounts to finding all vectors x\boldsymbol x in R4\mathbb R^4 that are transformed into the vector b\boldsymbol b in R2\mathbb R^2 under the “action” of multiplication by AA

The correspondence from x\boldsymbol x to AxA\boldsymbol x is a functionfunction(函数) from one set of vectors to another.

A transformation(变换) (or function(函数) or mapping(映射)) TT from Rn\mathbb R^n to Rm\mathbb R^m is a rule that assigns to each vector x\boldsymbol x in Rn\mathbb R^n a vector T(x)T(\boldsymbol x) in Rm\mathbb R^m. The set Rn\mathbb R^n is called the domain(定义域) of TT , and Rm\mathbb R^m is called the codomain(余定义域 / 取值空间) of TT . For x\boldsymbol x in Rn\mathbb R^n, the vector T(x)T(\boldsymbol x) in Rm\mathbb R^m is called the image of x\boldsymbol x(像) (under the action of TT ). The set of all images T(x)T(\boldsymbol x)is called the range(值域) of TT . See Figure 2.
1.8 Introduction to linear transformations (线性变换介绍)

The range of TT is the set of all linear combinations of the columns of AA

Matrix Transformations 矩阵变换

EXAMPLE 2
If A=[100010000]A=\begin{bmatrix}1&0&0\\0&1&0\\0&0&0\end{bmatrix}, then the transformation xAx\boldsymbol x\rightarrow A\boldsymbol x projects points in R3\mathbb R^3 onto the x1x2x_1x_2-plane because
1.8 Introduction to linear transformations (线性变换介绍)
1.8 Introduction to linear transformations (线性变换介绍)

投影变换

EXAMPLE 3
Let A=[1301]A=\begin{bmatrix}1&3\\0&1\end{bmatrix}. The transformation T:R2R2T:\mathbb R^2\rightarrow \mathbb R^2 is called a shear transformation(剪切变换). TT deforms the square as if the top of the square were pushed to the right while the base is held fixed. Shear transformations appear in physics, geology(地质学), and crystallography(晶体学).

1.8 Introduction to linear transformations (线性变换介绍)

Linear Transformations 线性变换

Theorem 5 in Section 1.4 shows that if AA is m×nm \times n, then the transformation xAx\boldsymbol x\rightarrow A\boldsymbol x has the properties
1.8 Introduction to linear transformations (线性变换介绍)
These properties identify the most important class of transformations in linear algebra.

DEFINITION

1.8 Introduction to linear transformations (线性变换介绍)

Every matrix transformation is a linear transformation. Important examples of linear transformations that are not matrix transformations will be discussed in Chapters 4 and 5.

Property (i) says that the result T(u+v)T(\boldsymbol u+\boldsymbol v) of first adding u\boldsymbol u and v\boldsymbol v in Rn\mathbb R^n and then applying TT is the same as first applying TT to u\boldsymbol u and to v\boldsymbol v and then adding T(u)T(\boldsymbol u) and T(v)T(\boldsymbol v) in Rm\mathbb R^m. These two properties lead easily to the following useful facts.

1.8 Introduction to linear transformations (线性变换介绍)

如果从群论角度来看,由性质(i)可知,TT 实际上可以看作群<Rn,+><\mathbb R^n,+>到群<Rm,+><\mathbb R^m,+>的一个群同态映射,群同态映射保持幺元,从而得到了上面的性质(3)

Observe that if a transformation satisfies (4) for all u\boldsymbol u, v\boldsymbol v and c,dc,d, it must be linear.
(Set c=d=1c = d = 1 for preservation of addition, and set d=0d = 0 for preservation of scalar multiplication.)

Repeated application of (4) produces a useful generalization(推广):
1.8 Introduction to linear transformations (线性变换介绍)
In engineering and physics, (5) is referred to as a superposition principlesuperposition\ principle(叠加原理). Think of v1,...,vp\boldsymbol v_1,...,\boldsymbol v_p as signals that go into a system and T(v1),...,T(vp)T(\boldsymbol v_1),...,T(\boldsymbol v_p) as the responses of that system to the signals. The system satisfies the superposition principle if whenever an input is expressed as a linear combination of such signals, the system’s response is the same linear combination of the responses to the individual signals. We will return to this idea in Chapter 4.

An affine transformation (仿射变换) T:RnRmT:\mathbb R^n \rightarrow \mathbb R^m has the form T(x)=Ax+bT(\boldsymbol x)=A\boldsymbol x+\boldsymbol b, with AA an m×nm \times n matrix and b\boldsymbol b in Rm\mathbb R^m. TT is not a linear transformation when b0\boldsymbol b \neq \boldsymbol 0. (Affine transformations are important in computer graphics.)

EXAMPLE 4
Given a scalar rr, define T:R2R2T:\mathbb R^2\rightarrow \mathbb R^2 by T(x)=rxT(\boldsymbol x)=r\boldsymbol x. T is called a contraction(压缩变换) when 0r10 \leq r \leq 1 and a dilation(拉伸变换) when r>1r > 1. Let r=3r = 3, and show that TT is a linear transformation.
SOLUTION
1.8 Introduction to linear transformations (线性变换介绍)
1.8 Introduction to linear transformations (线性变换介绍)
EXAMPLE 5
Define a linear transformation T:R2R2T:\mathbb R^2\rightarrow \mathbb R^2 by
T(x)=[0110][x1x2]=[x2x1]T(\boldsymbol x)=\begin{bmatrix}0&-1\\1&0\end{bmatrix}\begin{bmatrix}x_1\\x_2\end{bmatrix}=\begin{bmatrix}-x_2\\x_1\end{bmatrix}
Find the images under TT of u=[41]\boldsymbol u=\begin{bmatrix}4\\1\end{bmatrix}, v=[23]\boldsymbol v=\begin{bmatrix}2\\3\end{bmatrix}, and u+v=[64]\boldsymbol u + \boldsymbol v=\begin{bmatrix}6\\4\end{bmatrix}
SOLUTION
1.8 Introduction to linear transformations (线性变换介绍)
It appears from Figure 6 that TT rotates u\boldsymbol u, v\boldsymbol v, and u+v\boldsymbol u + \boldsymbol v counterclockwise about the origin through 90°90\degree.
1.8 Introduction to linear transformations (线性变换介绍)

EXAMPLE 6
A company manufactures two products, B and C. We construct a “unit cost” matrix, whose columns describe the “costs per dollar of output” for the products:
1.8 Introduction to linear transformations (线性变换介绍)
Let x=(x1,x2)\boldsymbol x = (x_1,x_2) be a “production” vector, corresponding to x1x_1 dollars of product B and x2x_2 dollars of product C, and define T:R2R3T:\mathbb R^2\rightarrow \mathbb R^3 by
1.8 Introduction to linear transformations (线性变换介绍)
The mapping TT transforms a list of production quantities (measured in dollars) into a list of total costs. The linearity of this mapping is reflected in two ways:

  1. If production is increased by a factor of, say, 4, from xx to 4x4x, then the costs will increase by the same factor, from T(x)T(\boldsymbol x) to 4T(x)4T(\boldsymbol x).
  2. If x\boldsymbol x and y\boldsymbol y are production vectors, then the total cost vector associated with the combined production x+y\boldsymbol x+\boldsymbol y is precisely the sum of the cost vectors T(x)T(\boldsymbol x) and T(y)T(\boldsymbol y).

EXAMPLE 7
1.8 Introduction to linear transformations (线性变换介绍)
SOLUTION
1.8 Introduction to linear transformations (线性变换介绍)

线性相关与线性变换的联系:如果{v1,v2,v3\boldsymbol v_1,\boldsymbol v_2,\boldsymbol v_3}线性相关,TT为一线性变换,则{T(v1),T(v2),T(v3)T(\boldsymbol v_1),T(\boldsymbol v_2),T(\boldsymbol v_3)}线性相关

相关文章:

  • 2021-09-02
  • 2022-02-22
  • 2022-12-23
  • 2021-08-27
  • 2021-04-02
  • 2021-12-21
  • 2022-12-23
猜你喜欢
  • 2021-05-17
  • 2021-12-02
  • 2021-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-12-23
  • 2022-01-13
相关资源
相似解决方案