Intuition
A linear map can join any two vector spaces, not only lists of numbers: differentiating a polynomial, evaluating it at a point, transposing a matrix. Each respects addition and scaling, and each is decided completely by what it does to a basis.
A translator who renders every sentence faithfully also renders every paragraph faithfully, since a paragraph is built from sentences. A linear map sends combinations to combinations in the same way, so knowing it on a basis is knowing it everywhere.
Linear maps
Let and be vector spaces. A map is linear when and for all vectors of and all scalars . is its domain and its codomain. When and these are the maps of the chapter on matrices, each the map of an matrix; the definition itself never mentions coordinates.
Examples and first facts
- Differentiation , , is linear: and .
A basis decides a linear map
Take a basis of and any vectors of . Every is in exactly one way, and a linear map with must send it to . Conversely, that formula defines a map, because the weights are unique, and the map is linear, because coordinates respect the operations. So the images of a basis may be chosen freely, and then nothing else is free.
Proof steps
Every vector of is a combination of the basis, in exactly one way.
A linear map with passes through the combination, so it has no choice.
Conversely, define by the formula: the weights are unique, so each gets exactly one image.
Coordinates respect addition and scaling, so the map just defined is linear.
The images of a basis can be chosen freely, and then they decide the whole map.
Applications
Practice
Maps Between Other Spaces
The test is the same as in : does the map respect sums and multiples? Differentiation does, because the derivative of a sum is the sum of the derivatives.
Try it
Which map is linear?
Try it
Let be . What is the coefficient of in ?
Try it
The map , from matrices to , is linear.
A Basis Decides the Map
If is linear and is a basis, then . Knowing the images of a basis is knowing the whole map.
Try it
is linear, with and . What is ?
Try it
The composition of two linear maps is linear.
Try it
Is the map , , linear?
Try it
Why is on not linear?
What You Learned
- is linear when it respects addition and scaling; is the domain and the codomain.
- Differentiation, evaluation, transposition and multiplication by a matrix are linear.
- , and compositions of linear maps are linear.
Final checkpoint
Try it
Which map from to is linear?
Try it
is linear, with and . What is the coefficient of in ?
Try it
Every linear map sends the zero vector of to the zero vector of .
Completion
Lesson complete
Great work! You now know how to:
- test maps between polynomials, matrices and other spaces for linearity;
- name the domain and the codomain of a map;
- compute a linear map from its values on a basis;
- reject a map that moves the zero vector.