Chapter 5 Flashcards

1
Q

Eigenvector (x) of A if:

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

An (n x n) matrix has how many eigenvalues?

A

eigenvalues ≤ n

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

λ is an eigenvalue of A iff:

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

How do you find the eigenvalues of a TRIANGULAR matrix?

A

λ of A are the entries on the main diagonal of A.

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

Similarity invariants: properties that are preserved under similarity transformations

A

DETERNIC

Determinant, eigenvalues, trace, eigenspace dimension, rank, nulity, invertibility, characteristic polynomial

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

How do you know if B is similar to A?

A

if there is an invertible matrix P such that B = P-1AP

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

If B is similar to A then?

A

If B is similar to A, then A is similar to B

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

What makes a matrix diagonalizable?

A

if square matrix A is similar to some diagonal matrix

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

If A (n x n) is diagonalizable, then how many linearly independent eigenvectors does it have?

A

If A is diagonalizable, it has n linearly independent eigenvectors

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

Procedure for diagonalizing an (n x n) matrix:

A
  1. Determine if matrix is diagonalizable (n linearly independent eigenvectors)
  2. Form matrix P: column vectors = basis vectors
  3. D = P-1AP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Can you determine eigenvalues of Ak if you know the eigenvalues of A?

A

If λ = eigenvalue of A, then λk = eigenvalue of Ak

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

What is geometric multiplicity?

A

dimension of eigenspace corresponding to λ0

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

What is algebraic multiciplty?

A

of times that (λ - λ0) appears as a factor in the characteristic polynomial of A

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

Example problem:

What is the geometric & algebraic multiplicity of:

(λ - 1)2(λ + 2) for λ = 1

A

Geometric: ≤ 2

Algebraic = 2

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

What is the relationship between geometric & algebraic multiplicity?

A

geometric multiplicity ≤ algebraic multiplicity

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

Differential equation

A

equation involving unknown functions & derivatives

17
Q

Difference between general & particular solution of diff equation?

A

General solution: in terms of C

Particular solution: given an initial condition → solve for C

18
Q

Constant coefficient first-order homogeneous linear system

A

y’ = Ay

19
Q

Procedure for solving y’ = Ay:

A
  1. Find eigenvalues: det(λI-A) = 0
  2. Find bases for eigenspace: plug λ back in and RREF
  3. Construct P (using eigenvectors as columns) & D (using eigenvalues)
  4. Double-check using: P-1AP = D
  5. Solve: u’ = Du
  6. Solve: y = Pu
  7. Plug-in initial conditions & solve particular solution
20
Q

Markov chain

A

stochastic model where probability of each event depends only on the state attained in the previous event

21
Q

What matrix a stochastic matrix P regular?

A

If all the entries of Pk are positive

22
Q

What a Markov Chain’s steady state vector?

A

long-term probability → equilibrium of Markov chain

23
Q

What is the equation to find the steady-state vector?

A