Linear Maps Flashcards

1
Q

What is a vector space?

A

A set acting on a field, that is closed under vector addition and scalar multiplication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a linear map?

A

A map between 2 vector spaces that respects addition and scalar multiplication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an isomorphism?

A

A linear map which is bijective (injective and subjective)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does injective mean?

A

f(x) = f(y) if and only if x = y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does surjective mean?

A

For all w in W, there exists a v in V such that f(v) = w

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What can we say about a linear map inverse?

A

A linear maps inverse is also linear

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If a map is injective, what is preserved?

A

Linear independence is preserved if a map is injective

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If a map is surjective, what is preserved?

A

Spanning is preserved if a map is surjective

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If a map is bijective, what is preserved?

A

Basis is preserved if a map is bijective (isomorphism)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the dimension of a vector space?

A

The dimension of its basis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When is V isomorphic to F^n?

A

When the dimension of V is n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If dim(V) = n, what do we know about the spanning set?

A

Has at least n vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If dim(V) = n, what do we know about the linear independent set

A

Has at most n vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

If dim(V) = n, what do we know about the basis

A

Has exactly n vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If W is a subspace of V, what can we say about their dimensions?

A

dim(W) is less than or equal to dim(V). These are equal only if W = V.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does GL_n(K) represent?

A

The set of invertible (nxn) matrices with coefficients in the field K.

17
Q

What does it mean for a polynomial to annihilate a matrix?

A

A polynomial annihilates a matrix “M” if p(M) = 0

18
Q

What is the characteristic equation?

A

For a matrix “A”, C_A(X) = det(XI - A)

19
Q

What does the characteristic equation do to it’s own matrix?

A

The characteristic equation annihilates it’s own matrix, C_A(A) = det(AI - A) = 0

20
Q

What does the matrix M(f, B, C) represent?

A

The matrix of “f” with respect to the basis B and C. Coefficients are given by the coefficient of f(B) = C.

21
Q

What does it mean for matrices to be similar?

A

There exists an invertible matrix P such that

A’ = P^(-1) * A * P

22
Q

What can we say about the characteristic equations of the map f and corresponding matrix A?

A

They are equal, C_f(X) = C_A(X).

23
Q

What is an eigenvalue?

A

If f is a linear map, an eigenvalue (Z) is such that

f(v) = Zv. This is equivalent to “v” being in the nullspace of (f - ZI)

24
Q

If an eigenvalue of f exists, what can we say about f’s nullspace?

A

The nullspace of “f - ZI” is not empty. and hence the eigenvalue is a root of C_f(X)

25
Q

What is the kernel?

A

Ker(f) = {vectors in V : f(v) = 0} = null(f)

26
Q

What is the kernel equivalent to?

A

The kernel of f is equivalent to the nullspace of f. This is a subspace of V.

27
Q

What is the image?

A

Im(f) = {vectors in W : f(v) = w}. This is a subspace of W.

28
Q

What is the nullity?

A

Dimension of f’s kernel, dim(Ker(f))

29
Q

What is the rank?

A

Dimension of f’s image, dim(Im(f))

30
Q

What is the rank-nullity formula?

A

For a linear map, dim(V) = rank(f) + nullity(f)

31
Q

What is the minimal polynomial?

A

A monic polynomial, of the smallest possible degree, that annihilates a matrix

32
Q

What is the maximum degree of the minimal polynomial?

A

Its degree is at most the degree of the characteristic equation of the matrix

33
Q

What does x being a root of the minimum polynomial mean?

A

x is an eigenvalue

34
Q

If a polynomial annihilates a matrix what do we know about the minimum polynomial?

A

The minimum polynomial divides the annihilating polynomial

35
Q

What is the eigenspace of an eigenvalue “x”?

A

The nullspace of (A - xI) is called the eigenspace E(x). This consists of eigenvectors with eigenvalue x.

36
Q

If A is an (nxn) diagonalizable matrix, what do we know about the eigenspace’s dimension?

A

The sum of dim(E(x)) where x represents all distinct eigenvalues is equal to n

37
Q

What is Jordan Normal Form?

A

A matrix with eigenvalues on its leading diagonal, 0 or 1 in its super-diagonal, and 0 everywhere else.

38
Q

How do we find the JNF of a matrix?

A

Find the characteristic equation, then refer to the case section!

39
Q

When is a matrix diagonalizable?

A

If the minimum polynomial has simple roots (all eigenvalues are distinct), or if a polynomial annihilates the matrix.