Demonstration 1.
Check out a few of these bases by just asking Sage to display them.
📚 The CoCalc Library - books, templates and other resources
Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.
ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand
In this section we define a linear transformation from to using a randomly selected matrix. The definition is a matrix of rank that we will use to multiply input vectors with a matrix-vector product. It is not important if the linear transformation is injective and/or surjective.
We will build two representations, using a total of four bases — two for the domain and two for the codomain.
The four bases, associated with the two vector spaces.
Check out a few of these bases by just asking Sage to display them.
Now we build two different representations.
A natural way to build a change-of-basis matrix in Sage is to adjust the bases for domain and range of the identity linear transformation by supplying an identity matrix to the linear tansformation constructor.
This matrix should convert between the two bases for the domain. Here's a check of Theorem CB.
Same drill in the codomain.
And here is the check on Theorem MRCB. Convert from domain basis 1 to domain basis 2, use the second representation, then convert back from codomain basis 2 to codomain basis 1 and get as a result the representation relative to the first bases.
We specialize to linear transformations with equal domain and codomain.
First a matrix representation using a square matrix.
A basis of And a vector space with this basis.
That's a nice representation! Where did the basis come from?
Some (right) eigenvectors.
Eigenvalues are a property of the linear transformation.
Bases for the eigenspaces depend on the representation, but the actual eigenvectors are also a property of the linear transformation.
We could do the same thing, but in the style of Section SD, using a change-of-basis matrix.
Here is similarity, in disguise.
This work is Copyright 2016–2019 by Robert A. Beezer. It is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.