Eigenvalues and Vectors Flashcards

1
Q

for a non-zero vector x that obeys Ax = Yx, where A is a matrix and Y is a constant lambda, what are x and Y called in this case

A
  • x is the eigenvector of A

- Y is the corresponding eigenvalue

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

what is an eigenvalue

A

a scalar that determines the amount its corresponding eigenvector gets stretched / squashed

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

can eigenvectors and values = 0

A
  • eigenvectors cannot = 0

- eigenvalues can = 0

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

if the e-value determines whether the e-vector gets stretched or squashed, what is the only thing about the e-vector that matters

A

its direction

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

what is usually the first step in e-vector and value problems

A

finding the e-values

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

if youre starting with Ax = Yx, what do you need to rearrange it to in order to start getting somewhere

A
  • x(A - YI) = 0

- I is the identity matrix so all it does it give the e-values a matrix form

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

for an nxn matrix, how many different solutions for Y are there

A

n different solutions

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

when you have your A = YI matrix, how do you solve for Y

A
  • the determinant of the matrix is 0

- so equate the equation for the determinant to 0 and slove

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

after you have found the e-values, what is the next step

A

finding the e-vectors that correspond to its e-value

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

you have now inputted one of the e-values into the x(A-YI) = 0 formula, however the det of the matrix = 0 so we cant just multiply out and solve simultaneously. in the case of a 2x2, what do we do next

A
  • you remove the bottom row of the A-YI matrix and the (0,0) matrix at the end
  • then you equate the bottom x value (x2) to 1
  • then you expand and solve
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

for any nxn A-YI matrix with n length x vector, what is the general rule for doing this

A
  • set x(n) to 1 in the x vector
  • take out the last column from the nxn matrix and put it on the RHS of the equation
  • multiply that column by -1
  • remove the dangling 1 you set x(n) to completely
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

after you have done this again with the other e-value ( or e-values), what should you be left with

A
  • an nx1 e-vector corresponding to 1 e-value

- with an n number of these pairs

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

what is the final step to solving problems like these

A

normalise the e-vectors AKA turn them into unit vectors

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

what does it mean if a matrix is symmetric

A
  • it equals its transpose

- S = S^T

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

what does it mean if a matrix is anti-symmetric

A

A^T = -A

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

what is a defective (jordan) matrix

A
  • an nxn matrix that has n e-values but not n e-vectors
  • this happens when a matrix has repeated e-values
  • in these cases the number of e-vectors is less than the number of e-values
17
Q

let A be a 3x3 matrix with e-values Y1 Y2 and Y3 corresponding with e-vectors u1 u2 u3. if you were to combine the e-vectors into one nxn matrix by sticking them next to each other [u1,u2,u3], what would be the relationship between that matrix, A and the e-values

A
  • A*[u1, u2, u3] = [Y1u1, Y2u2, Y3u3]

- u1 u2 and u3 are vertical 3x1 vectors

18
Q

a matrix V (actually meant to be a capital lambda) is formed by making the diagonals the e-values, and all the other values in the matrix are 0. if the matrix of the combined e-vectors is U, how can the previous formula be simplified

19
Q

what condition needs to be met in order for both sides to be post-multiplied by U^-1

A

the inverse of U must exist

20
Q

considering the condition of Q^-1 = Q^T in this case as U is an orthogonal matrix, what would be the formula when multiplied by U^-1

21
Q

what would A’ equal

22
Q

what does V actually represent in this case

A
  • it represents the same physical transformation as A

- but in a coordinate system aligned with e-vectors

23
Q

what is the main feature of diagonal matrices when used as transformations

A

they correspond to pure stretching and compressing along axes

24
Q

why cant defective matrices be diagonalised

A

because they dont have a full set of linearly independent vectors

25
Q

what is special about the determinant of A in the formula

A
  • its determinant is the product of its e-values

- which determines the scale factor of the mapping

26
Q

going back to the form A = UVU^-1, what would A^n equal

A

A^n = UV^nU^-1

27
Q

what would V^n look like

A

youd just raise the diagonal e-values to the nth power

28
Q

what is a non-symmetric matrix

A

a matrix that tends to have complex e-values and vectors

29
Q

what is the formula for getting started on finding the e-values of non-symmetric matrices

A

det(A-YI) = 0

30
Q

how would you then find the e-vectors

A
  • x(R-YI) = 0

- where R-YI is just the discovered values of Y put into the matrix

31
Q

a non-zero vector x that satisfies Ax = YMx is an e-vector of the above generalised problem, and Y is the corresponding e-value. if A and M are symmetric, what does [(xi))^T * A * (xj)]^T equal

A
  • [(xi))^T * A * (xj)]^T = (xj)^T * A^T * xi

- the order of the variables matter