Matrix involved qs Flashcards

1
Q

Finding the inverse of a matric via determinant formula

A

A^-1= 1/detA *(adjA)

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

Finding the inverse of a matrix via determinant process

A

Calculate determinant and adjA, then combine, knowing the rule for determinant for 3*3

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

How to find adjA

A

Make chessboard of + and -s, like for determinant then crossword determinat for each value

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

Calculating the determinant

A

We use +-+ for the top and cross off with values and corners then calculate

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

Gaussian elimination

A

Process by manipulating rows, with edges = to ans then we make it look like the identity matrix (I) to calculate x, y and z

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

Gaussian elimination for finding inverse

A

Rather than being equal to 0s we make rhs equal to Identity matrix, we then manipulate left to look like the identity matrix whilst also altering the identity matrix the same way (manipulating the rows of I)

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

LU decomposition

A

Process by which we split our matrix into an upper and lower matrix, our upper matrix will have common top line and 0’s below diagonal, lower will have 0’s in the upper and 1’s across diagonal

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

LU decomposition method

A

Draw identity matrix multiplying original matrix.
Have top line constant then move down making the lower triangle of 0s for the upper via row operations.
If we do a row operation taking away 3R3, we must add 3R3 to the identity as they are being multiplied.

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

Eigenvalues and eigenvectors equation

A

Ax = hx
Where x is a vector and h is a scalr value, and A is our original matrix.
h is our eigenvalue and x is our eigenvector.

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

Finding eigenvalues process

A

Rewrite equation and move to LHS so RHS = 0.
Multiply by Identity matrix and take x out as a common factor.
Determinant of bracket (A-hI) = 0
Calculate det(A-hI), keeping in our values of h as unknow, this will generate a polynomial when set to 0. Solve the polynomial for our eigenvalues.

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

Finding eigenvectors process

A

Input each eigenvalue into our bracket equation, use gaussian elimination to solve for x1,x2,x3 etc. at 0, these values will be our eigenvector (we will use 1 as our value for x1 if it is not 0)

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