Chapter 2 Flashcards
(44 cards)
Let V and W be vector spaces over a field F. What is linear mapping?
A mapping T: V โ W is called a linear mapping if:
- T(๐ฎ+๐ฎโ) = T(๐ฎ) + T(๐ฎโ) for all ๐ฎ, ๐ฎโ โฒ V
- T(ษ๐ฎ) = ษT(๐ฎ) for all ษ โฒ F and ๐ฎ โฒ V
How can the definition of linear mapping prove T(๐) = ๐?
Substitute in ษ = 0
How to show something is not a linear map?
Find a specific counter example
What is the identity map?
Id: V โ V
Does nothing
What is the zero map?
V โ V, ๐ฎ โ ๐
Does any matrix define a linear map?
Yes
What matrix is the identity map given by?
The 1 by 1 matrix (1)
What matrix is the zero map given by?
The 1 by 1 matrix (0)
For a linear mapping T: F^n โ F^m, what is the matrix form?
๐ฎ โ A๐ฎ for some matrix A
For the linear map T โ S : U โ W, which function is applied first?
S
What is the kernel?
Let T: V โ W be a linear map between vector spaces.
The kernel of T is the subset
kerT = { ๐ฎ โฒ V: T(๐ฎ) = ๐}.
What can the kernel also be referred to as?
The nullspace
What is the image?
The image of T is the subset
ImT= { T(๐ฎ): ๐ฎ โฒ V}.
For T: V โ W, how are kerT and ImT linked to the vector spaces?
- kerT is a subspace of V
* ImT is a subspace of W
How to prove a kernel or image is a subspace?
Same process as before - zero element, addition and scalar multiplication
For ๐ฎ โ A๐ฎ, how to find Im(T)?
ImT = span(columns of A)
Let T: V โ W be a linear mapping. What is the nullity of T?
The dimension of its kernel
n(T) = dim ker T
Let T: V โ W be a linear mapping. What is the rank of T?
The dimension of the image
r(T) = dim im T
What is the rank-nullity formula?
Let T: V โ W be a linear map between finite-dimensional vector spaces. Then
r(T) + n(T) = dim V
How to go about proving rank-nullity formula?
- choose basis for ker T and extend it to a basis for V
- S = {๐ฎโ, โฆ, ๐ฎ_k, ๐ฏโ, โฆ, ๐ฏ_r}
- goal is to show that the T(๐ฏ)s are a basis of Im T
- if they are then dim V = k + r = dim kerT + dim imT
For a mapping between two sets f: X โ Y, when is it injective?
If f(x) โ f(xโ) for any x โ xโ
For a mapping between two sets f: X โ Y, when is it surjective?
If for all ๐ฆ โฒ Y, there exists a ๐ โฒ X such that ๐ฆ = f(๐)
For a mapping between two sets f: X โ Y, when is it bijective?
If it is injective and surjective
What is another name for an injective mapping?
1-1