Chapter 2 Flashcards
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
What is another name for a surjective mapping?
Onto
For T: V โ W, how are injectivity and surjectivity linked to image and kernel?
Mapping is
- Injective iff kerT = {๐}
- Surjective iff imT=W
Suppose V and W are vector spaces over F. What is an isomorphism?
T: V โ W is an isomorphism if it is a bijective linear map
What does an isomorphism do?
Assigns every element in V to a unique element in W, and covers all of W
What does it mean if two spaces V and W are isomorphic?
There is an isomorphism between the 2 spaces, V โ W
Is an n-dimensional vector isomorphic to F^n?
Yes
Is any vector field isomorphic to itself?
Yes
Given a vector space V over a field F with basis S = {๐ฏโ, โฆ, v_n}, what is the coordinate vector?
The coordinate vector is the unique vector
[๐ฏ]_s = (๐โ, ๐โ, โฆ, ๐_n) โฒ F^n
where ๐ฏ = ๐โ๐ฏโ + โฆ + ๐n๐ฏn
Let T: V โ W be a linear map, S = {๐ฎโ, โฆ, ๐ฎn} be a basis for V and R = {๐ฐโ, โฆ, ๐ฐm} be a basis of W. What does the matrix of T w.r.t. the bases S and R of V and W look like?
Matrix with n columns and m rows
jth column is a coordinate vector of T(๐ฎj) with respect to R [T(๐ฎj)]_R
T: V โ W is a linear mapping and A is the matrix of T with respect to a basis S of V and basis R of W. What is [T(๐ฏ)]_R equal to?
[T(๐ฏ)]_R = A[๐ฏ]_S for all ๐ฏ โฒ V
What is the most important thing to do to write a matrix of a linear map?
Define two bases, one for each side of the map.
What is the transition matrix?
Let S = {๐ฏโ, โฆ, ๐ฏn} and Sโ = {๐ฏโโ, โฆ, ๐ฏโn} be bases of V. Then
[๐ฏ]_S = P[๐ฏ]_Sโ
where P is the transition matrix
Let T: V โ W be a linear map.
Let A be the matrix of T w.r.t. bases S of V and R of W.
Let Aโ be the matrix of T w.r.t. bases Sโ of V and Rโ of W.
What does Aโ equal i.t.o. Q, A and P?
Aโ = QโปยนAP
where P is the transition matrix, writing Sโ i.t.o. S
and Q is the transition matrix, writing Rโ i.t.o. R
When are 2 m x n matrices A and Aโ equivalent?
If they are related by the invertible matrices P and Q as
Aโ = QโปยนAP
What does non-singular mean?
Invertible
When are 2 n x n matrices similar?
If they are related by the non singular matrix P by
Aโ = PโปยนAP
What is true of the trace and determinant of similar matrices?
They are equal
Let T: V โ W be a linear map and V, W be of finite dimension. What is canonical form?
When there are bases of V and W where the matrix of T w.r.t. these bases takes the matrix form
(I_r, 0, 0, 0)
where Ir is the r by r identity matrix and r is the rank of A
In canonical form, what does I_r stand for?
The r by r identity matrix and r is the rank of A
Is every matrix equivalent to a matrix in canonical form?
Yes