本文为《Linear algebra and its applications》的读书笔记
The difference between a matrix equation and the associated vector equation is merely a matter of notation.
However, a matrix equation 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 as an object that “acts” on a vector by multiplication to produce a new vector called .
For instance, the equations
say that multiplication by transforms into and transforms into the zero vector. See Figure 1.
From this new point of view, solving the equation amounts to finding all vectors in that are transformed into the vector in under the “action” of multiplication by
The correspondence from to is a (函数) from one set of vectors to another.
A transformation(变换) (or function(函数) or mapping(映射)) from to is a rule that assigns to each vector in a vector in . The set is called the domain(定义域) of , and is called the codomain(余定义域 / 取值空间) of . For in , the vector in is called the image of (像) (under the action of ). The set of all images is called the range(值域) of . See Figure 2.
The range of is the set of all linear combinations of the columns of
Matrix Transformations 矩阵变换
EXAMPLE 2
If , then the transformation projects points in onto the -plane because
投影变换
EXAMPLE 3
Let . The transformation is called a shear transformation(剪切变换). 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(晶体学).
Linear Transformations 线性变换
Theorem 5 in Section 1.4 shows that if is , then the transformation has the properties
These properties identify the most important class of transformations in linear algebra.
DEFINITION
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 of first adding and in and then applying is the same as first applying to and to and then adding and in . These two properties lead easily to the following useful facts.
如果从群论角度来看,由性质(i)可知, 实际上可以看作群到群的一个群同态映射,群同态映射保持幺元,从而得到了上面的性质(3)
Observe that if a transformation satisfies (4) for all , and , it must be linear.
(Set for preservation of addition, and set for preservation of scalar multiplication.)
Repeated application of (4) produces a useful generalization(推广):
In engineering and physics, (5) is referred to as a (叠加原理). Think of as signals that go into a system and 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 (仿射变换) has the form , with an matrix and in . is not a linear transformation when . (Affine transformations are important in computer graphics.)
EXAMPLE 4
Given a scalar , define by . T is called a contraction(压缩变换) when and a dilation(拉伸变换) when . Let , and show that is a linear transformation.
SOLUTION
EXAMPLE 5
Define a linear transformation by
Find the images under of , , and
SOLUTION
It appears from Figure 6 that rotates , , and counterclockwise about the origin through .
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:
Let be a “production” vector, corresponding to dollars of product B and dollars of product C, and define by
The mapping 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:
- If production is increased by a factor of, say, 4, from to , then the costs will increase by the same factor, from to .
- If and are production vectors, then the total cost vector associated with the combined production is precisely the sum of the cost vectors and .
EXAMPLE 7
SOLUTION
线性相关与线性变换的联系:如果{}线性相关,为一线性变换,则{}线性相关