Theorems basic+eigen Flashcards

1
Q

For A ∈ C^n×n

the following conditions are equivalent to A being nonsingular:

A
  1. null(A) = {0} (i.e, there is no nonzero y ∈ C^n such that Ay = 0 ).
  2. rank(A) = n (i.e., the rows or columns of A are linearly independent).
  3. det(A) not equal to 0.
  4. None of A’s eigenvalues is zero.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Let the columns of X ∈ C^n×p, p ≤ n, form a basis for a subspace X! of C^n
Then X! is an invariant subspace for A if and only if

A

AX = XB for some B ∈ C^p×p

When the latter equation holds, the spectrum of B is contained within that of A

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

Let A and B be similar, say B = P−1AP.

Then A and B have the same eigenvalues, and x is an eigenvector of A with associated eigenvalue λ if and only if

A

P−1x is an eigenvector of B with associated eigenvalue λ.

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

Schur Theorem

A

Let A ∈ C^n×n
There exists a unitary matrix U and
an upper triangular matrix T such that
T = U−1AU = U*AU

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

Spectral theorem

A

Let A ∈ C^n×n
A is normal if and only if there is:
Unitary matrix U and a diagonal matrix Λ such that
A = UΛU*

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

A ∈ C^n×n is normal if and only if it has

A

n orthogonal eigenvectors

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

Let A be an n×n matrix

A is diagonalizable if and only if

A

A has n linearly independent eigenvectors.

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

A matrix with distinct eigenvalues is

A

diagonalizable

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

Jordan canonical form

A

Any matrix A ∈ C^n×n can be expressed in the Jordan canonical form: X−1AX=

[J1(λ1)
         J2(λ2)
                    .
                        .
.
                             Jp(λp)]
Jk = Jk(λk) =
[λk     1
        λk
             .
                        . 1
                        λk]      
∈ C^mk×mk

where X is nonsingular and m1 + m2 + · · · + mp = n

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

Cayley–Hamilton theorem

A

If p is the characteristic polynomial of an n × n matrix A, then p(A) = 0.

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

Minimal polynomial

A

Let A be an n × n matrix with s distinct eigenvalues λ1, . . . , λs. The minimal polynomial of A is
q(λ) = PROD^s_i=1 : (λ − λi)^ni

where ni is the dimension of the largest Jordan block in which λi appears

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