Linear Transformations

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:29 PM on 5/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Definition of a linear transformation.

A linear transformation from a vector space VV to a vector space WW (over KK) is a function T:VWT:V→W such that for all u,vVu,v\in V and all λK\lambda \in K

  • T(u+v)=T(u)+T(v)T(u+v)=T(u)+T(v)

  • T(λu)=λT(u)T(\lambda u)=\lambda T(u)

2
New cards

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 TT.

Ker(T)={vVT(v)=0}VKer(T)=\left\lbrace v\in V\vert T\left(v\right)=0\right\rbrace\subseteq V

3
New cards

What’s the image of a linear transformation?

The image of T as a function.

Im(T)={wWw=T(v)Im(T)=\left\lbrace w\in W\vert w=T\left(v\right)\right. for some vV}v\in V\rbrace

4
New cards

Definition of nullity and rank?

dim(Ker(T)) is called the nullity of T, written nullity(T)nullity(T)

dim(Im(T)) is called the rank of T, written rank(T)rank(T).

These must add up to the total dimension of the vector space.

5
New cards

When is a linear transformation injective?

If and only if Ker(T)=0Ker(T)={0}

6
New cards

If T:UVT:U→V and S:VWS:V→W are linear transformations what can we say about their composition?

It is also a linear transformation

7
New cards

What does it mean for a linear transformation to be an isomorphism?

It is a bijection. We say two vector spaces VV and WW are isomorphic, denoted by VWV\cong W is there exists an isomorphism T:VWT:V→W

8
New cards

Is the inverse of a linear transformation also a linear transformation?

Yes

9
New cards

What’s the matrix of T with respect to B and C?

Let VVand WW be fin-dim v.s over K with bases BB and CC respectively and let T:VWT:V→W be a linear transformation. The m×nm\times n matrix whose ith column is the co-ordinate vector [T(vi)]c[T(v_i)]_c is denoted by B[T]c_B[T]_c is called the matrix of T with respect to B and C.

10
New cards

What does the matrix of a linear transformation do to coordinate vectors [v]B[v]_B

Let VV and WW be finite-dimensional vector spaces with bases B\mathcal{B} and C\mathcal{C}, and let T:VWT : V \to W be a linear transformation. For all vVv \in V:

B[T]C[v]B=[T(v)]C_{\mathcal{B}}[T]_{\mathcal{C}} \, [v]_{\mathcal{B}} = [T(v)]_{\mathcal{C}}

11
New cards

For a basis B={v1,,vn}B=\{v_1,\ldots,v_{n}\} what is [vi]B[v_i]_B

eie_i

12
New cards

How does the matrix of a composition of linear transformations (B[ST]D_{B}[S\circ T]_{D} ) relate to matrix multiplication?

Let T:UVT : U \to V and S:VWS : V \to W be linear transformations. Then:

B[ST]D=C[S]DB[T]C_{\mathcal{B}}[S \circ T]_{\mathcal{D}} = {_{\mathcal{C}}[S]_{\mathcal{D}}} \, {_{\mathcal{B}}[T]_{\mathcal{C}}}

Proof: Let B={v1,,vn}\mathcal{B} = \{v_1, \ldots, v_n\} and {e1,,en}\{e_1, \ldots, e_n\} be the standard basis for KnK^n. For any i{1,,n}i \in \{1, \ldots, n\}:

B[ST]Dei=B[ST]D[vi]B_{\mathcal{B}}[S \circ T]_{\mathcal{D}} \, e_i = {_{\mathcal{B}}[S \circ T]_{\mathcal{D}}} \, [v_i]_{\mathcal{B}}

=[(ST)(vi)]D=[(S\circ T)(v_{i})]_{\mathcal{D}}

=[S(T(vi))]D= [S(T(v_i))]_{\mathcal{D}}

=C[S]D[T(vi)]C={_{\mathcal{C}}[S]_{\mathcal{D}}}\,[T(v_{i})]_{\mathcal{C}}\quad =C[S]DB[T]C[vi]B= {_{\mathcal{C}}[S]_{\mathcal{D}}} \, {_{\mathcal{B}}[T]_{\mathcal{C}}} \, [v_i]_{\mathcal{B}} \quad

=C[S]DB[T]Cei= {_{\mathcal{C}}[S]_{\mathcal{D}}} \, {_{\mathcal{B}}[T]_{\mathcal{C}}} \, e_i

Both matrices have the same columns, so they are equal.

13
New cards

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\mathcal{B} and C\mathcal{C}, let T:VWT : V \to W be a linear transformation. Then TT is an isomorphism if and only if B[T]C_{\mathcal{B}}[T]_{\mathcal{C}} is invertible. In this case:

C[T1]B=(B[T]C)1_{\mathcal{C}}[T^{-1}]_{\mathcal{B}} = \left({_{\mathcal{B}}[T]_{\mathcal{C}}}\right)^{-1}

Proof:

Forward direction: suppose TT is invertible.

Then T1T=IVT^{-1}\circ T=I_V and TT1=IWT\circ T^{-1}=I_W. Using the matrix-of-composition theorem, C[T1]BB[T]C=I{}_{\mathcal C}[T^{-1}]_{\mathcal B}\,{}_{\mathcal B}[T]_{\mathcal C}=I and B[T]CC[T1]B=I{}_{\mathcal B}[T]_{\mathcal C}\,{}_{\mathcal C}[T^{-1}]_{\mathcal B}=I .

Hence B[T]C{}_{\mathcal B}[T]_{\mathcal C} is invertible, with inverse C[T1]B{}_{\mathcal C}[T^{-1}]_{\mathcal B}.

Conversely, suppose A=B[T]CA={}_{\mathcal B}[T]_{\mathcal C} is invertible.

If vkerTv\in\ker T, then A[v]B=[T(v)]C=0A[v]_{\mathcal B}=[T(v)]_{\mathcal C}=0, so [v]B=0[v]_{\mathcal B}=0 and hence v=0v=0.

Thus TT is injective. For any wWw\in W, choose vVv\in V with [v]B=A1[w]C[v]_{\mathcal B}=A^{-1}[w]_{\mathcal C}.

Then [T(v)]C=A[v]B=[w]C[T(v)]_{\mathcal C}=A[v]_{\mathcal B}=[w]_{\mathcal C}, so T(v)=wT(v)=w. Thus TT is surjective.

Therefore TT is invertible.

14
New cards

What is a linear operator, and what notation is used for its matrix?

A linear operator is a linear transformation from a vector space VV to itself: T:VVT : V \to V. When VV is finite-dimensional with basis B\mathcal{B}, we write:

[T]B=B[T]B[T]_{\mathcal{B}} = {_{\mathcal{B}}[T]_{\mathcal{B}}}

Note that [T]BMn(K)[T]_{\mathcal{B}} \in M_n(K) where n=dim(V)n = \dim(V).

15
New cards

How do the matrices of a linear operator with respect to two different bases relate?

Let VV be a finite-dimensional vector space with bases B\mathcal{B} and C\mathcal{C}, and let T:VVT : V \to V be a linear transformation. Then:

[T]B=PBC1[T]CPBC[T]_{\mathcal{B}} = P_{\mathcal{B} \to \mathcal{C}}^{-1} \, [T]_{\mathcal{C}} \, P_{\mathcal{B} \to \mathcal{C}}

where PBCP_{B →C} is the change of basis matrix from B to C.

16
New cards

How is the matrix of the identity map related to the change of basis matrix?

Let IV:VVI_V:V\to V be the identity map, and let B={v1,,vn}\mathcal B=\{v_1,\dots,v_n\} and C\mathcal C be bases of VV. The matrix B[IV]C{}_{\mathcal B}[I_V]_{\mathcal C} has columns [vi]C[v_i]_{\mathcal C}, so it is exactly the change of basis matrix from B\mathcal B to C\mathcal C: B[IV]C=PBC{}_{\mathcal B}[I_V]_{\mathcal C}=P_{\mathcal B\to\mathcal C}. In particular, B[IV]B=In{}_{\mathcal B}[I_V]_{\mathcal B}=I_n.