after midterm 2 material Flashcards

1
Q

what are the steps to determine if the vectors are eigen vectors

A
  • multiply the matrix by the vector (dot prod) form a vector
  • make that new vector equal the multiplied vector with a variable coefficent
  • make a equation for each element of the vector and solve for the varaible
  • if the answers for the variables is not the same then it is not a eigen vector
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how to find the eigenvlaues of a matrix

A
  • first subtract the eigenvariable from both the top left and bottom right values of the matrix
  • then find the determinate of the matrix
  • factor it out or use quadratic to find the eigen values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how to find the eigenvector with the eigen values

A
  • pull up the original matrix that is has the eigenvariable in it
  • add the eigen vlaue into the matrix only using one eigen value per matrix
  • solve and then take the dot product of the matrix and vector [x,y] and make that equal zero
  • you get two equations solve for x and y
  • put the x and y values in a vector and thats the eigen vector
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the dominate eigen value in a matrix

A

the dominate eigen vlaue is the largest one in the matrix on a absolute basis

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

how to take the determinate of a 3x3 triangular matrix

A

just multiply the the diagonal values

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

how to find the cofactor matrix

A

swap the place of A & D and make b & c negative

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

how to check if a matrix is a markov matrix

A
  • all entries are non negative
  • the sum of each column is one
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

how to find the fixed state of a markov matrix

A
  • subtract the top left and bottom right values by one
  • multiply the matrix by 10 to get whole numbers
  • add the two positive values that number will be the denominator later
  • form a vector with the top right value divided by the addition number as the top value and the bottom value as the bottom value in the vector
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how to determine if a set of vectors is a orthogonal set

A
  • check if the vectors are orthogonal using the dot product nethod
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how to normalize a vector and find the orthanormal set

A
  • do the following for all the values in the vector
  • divide the element of the vector by the norm of the whole vector
  • input those fractions into a vector and a set of those vectors is now the orthanormal set
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how to check if 3 vectors (A,B,C) are orthogonal

A

take the dot product of (A,B) (A,C), (B,C)

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

how to know if a matrix is a probablity matrix

A

all the elements equal 1
the elements are non negative

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

what is the dimension

A

its the number of vectors

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