1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Definition of a linear transformation.
A linear transformation from a vector space V to a vector space W (over K) is a function T:V→W such that for all u,v∈V and all λ∈K
T(u+v)=T(u)+T(v)
T(λu)=λT(u)
What’s the kernel of a linear transformation?
The Kernel of a linear transformation is the set of all vectors in V that are mapped to 0 by T.
Ker(T)={v∈V∣T(v)=0}⊆V
What’s the image of a linear transformation?
The image of T as a function.
Im(T)={w∈W∣w=T(v) for some v∈V}
Definition of nullity and rank?
dim(Ker(T)) is called the nullity of T, written nullity(T)
dim(Im(T)) is called the rank of T, written rank(T).
These must add up to the total dimension of the vector space.
When is a linear transformation injective?
If and only if Ker(T)=0
If T:U→V and S:V→W are linear transformations what can we say about their composition?
It is also a linear transformation
What does it mean for a linear transformation to be an isomorphism?
It is a bijection. We say two vector spaces V and W are isomorphic, denoted by V≅W is there exists an isomorphism T:V→W
Is the inverse of a linear transformation also a linear transformation?
Yes
What’s the matrix of T with respect to B and C?
Let Vand W be fin-dim v.s over K with bases B and C respectively and let T:V→W be a linear transformation. The m×n matrix whose ith column is the co-ordinate vector [T(vi)]c is denoted by B[T]c is called the matrix of T with respect to B and C.
What does the matrix of a linear transformation do to coordinate vectors [v]B
Let V and W be finite-dimensional vector spaces with bases B and C, and let T:V→W be a linear transformation. For all v∈V:
B[T]C[v]B=[T(v)]C
For a basis B={v1,…,vn} what is [vi]B
ei
How does the matrix of a composition of linear transformations (B[S∘T]D ) relate to matrix multiplication?
Let T:U→V and S:V→W be linear transformations. Then:
B[S∘T]D=C[S]DB[T]C
Proof: Let B={v1,…,vn} and {e1,…,en} be the standard basis for Kn. For any i∈{1,…,n}:
B[S∘T]Dei=B[S∘T]D[vi]B
=[(S∘T)(vi)]D
=[S(T(vi))]D
=C[S]D[T(vi)]C =C[S]DB[T]C[vi]B
=C[S]DB[T]Cei
Both matrices have the same columns, so they are equal.
When is a linear transformation an isomorphism (relating to the change of basis matrix), and how does this relate to its matrix?
With bases B and C, let T:V→W be a linear transformation. Then T is an isomorphism if and only if B[T]C is invertible. In this case:
C[T−1]B=(B[T]C)−1
Proof:
Forward direction: suppose T is invertible.
Then T−1∘T=IV and T∘T−1=IW. Using the matrix-of-composition theorem, C[T−1]BB[T]C=I and B[T]CC[T−1]B=I .
Hence B[T]C is invertible, with inverse C[T−1]B.
Conversely, suppose A=B[T]C is invertible.
If v∈kerT, then A[v]B=[T(v)]C=0, so [v]B=0 and hence v=0.
Thus T is injective. For any w∈W, choose v∈V with [v]B=A−1[w]C.
Then [T(v)]C=A[v]B=[w]C, so T(v)=w. Thus T is surjective.
Therefore T is invertible.
What is a linear operator, and what notation is used for its matrix?
A linear operator is a linear transformation from a vector space V to itself: T:V→V. When V is finite-dimensional with basis B, we write:
[T]B=B[T]B
Note that [T]B∈Mn(K) where n=dim(V).
How do the matrices of a linear operator with respect to two different bases relate?
Let V be a finite-dimensional vector space with bases B and C, and let T:V→V be a linear transformation. Then:
[T]B=PB→C−1[T]CPB→C
where PB→C is the change of basis matrix from B to C.
How is the matrix of the identity map related to the change of basis matrix?
Let IV:V→V be the identity map, and let B={v1,…,vn} and C be bases of V. The matrix B[IV]C has columns [vi]C, so it is exactly the change of basis matrix from B to C: B[IV]C=PB→C. In particular, B[IV]B=In.