after midterm 2 material Flashcards
what are the steps to determine if the vectors are eigen vectors
- 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 to find the eigenvlaues of a matrix
- 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 to find the eigenvector with the eigen values
- 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
what is the dominate eigen value in a matrix
the dominate eigen vlaue is the largest one in the matrix on a absolute basis
how to take the determinate of a 3x3 triangular matrix
just multiply the the diagonal values
how to find the cofactor matrix
swap the place of A & D and make b & c negative
how to check if a matrix is a markov matrix
- all entries are non negative
- the sum of each column is one
how to find the fixed state of a markov matrix
- 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 to determine if a set of vectors is a orthogonal set
- check if the vectors are orthogonal using the dot product nethod
how to normalize a vector and find the orthanormal set
- 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 to check if 3 vectors (A,B,C) are orthogonal
take the dot product of (A,B) (A,C), (B,C)
how to know if a matrix is a probablity matrix
all the elements equal 1
the elements are non negative
what is the dimension
its the number of vectors