Final Exam (need to memorize)

studied byStudied by 12 people
0.0(0)
get a hint
hint

What is another way to express the following determinants?
det(u, v+w)
det (u+v, w)

1 / 30

Tags and Description

- Properties of determinants - Formulas - Conditions for methods - things to remember

31 Terms

1

What is another way to express the following determinants?
det(u, v+w)
det (u+v, w)

det(u, v) + det(u, w)
det(u, w) + det(v, w)

New cards
2

What is another way to express the following determinant?
det(u, kv) where k is a scalar multiple.

k det(u, v) = det(ku, v)

New cards
3

How does swapping columns/rows affect the determinant?

det(u, v)

The determinant of the permutation (det(P)) is…

  • positive if even row exchanges

  • negative if odd row exchanges

- det(v, u)

New cards
4

How can the following matrix be rewritten?

| ta tb |
| c d |

t * | a b | = t * det(matrix)
| c d |

There is linearity in the rows

New cards
5

What is the determinant of a matrix that has 2 equal rows or columns?

zero

New cards
6
<p>What happens to the determinant of a matrix when…</p><ul><li><p>subtract <em>l </em>* row i from row k</p></li></ul>

What happens to the determinant of a matrix when…

  • subtract l * row i from row k

The determinant of the matrix doesn’t change, since the cofactor of the mutation evaluates to zero

<p>The determinant of the matrix doesn’t change, since the cofactor of the mutation evaluates to zero</p>
New cards
7

What is the determinant of a matrix with a row of zeros?

zero

New cards
8

What is the determinant of an upper/lower triangular or diagonal matrix?

The determinant is the product of the diagonal entries

  • product of pivots assuming no row exchanges

New cards
9

What is the determinant of a matrix A that is not invertible (singular)?

zero

  • A matrix is invertible if it’s determinant does NOT equal zero

New cards
10

What is the det(AB)

  • A and B are two different matrices

det(A) * det(B)

New cards
11

What is the det(A-1)

  • A inverse

A(inverse) * A = Identity… therefore

  • det(A(inv)) * det(A) = 1 (det of identity)

  • det(A(inv)) = 1 / det(A)

New cards
12

What is the following determinant?

det(A²)

det(A²) = det(AA) = det(A) * det(A)

New cards
13

What is the following determinant?

det(2A)

det(2A) = 2n * det(A)

New cards
14

What is the following determinant?

det(AT)

det(A)

New cards
15

What is Cramers rule?

  • Conditions

  • Formula

Given a system Ax = b, Cramer’s rule gives a formula to find each component of x, such that

Cramer’s rule is only applicable IF A is an invertible matrix (det does not equal 0)

Matrix Bi is a matrix in which the ith column of A is replaced with the vector b and every other column is maintained

  • xi = det(Bi) / det(A)

New cards
16

What is the formula for the inverse of matrix A?

Each entry of the C (cofactor) matrix is given by…

  • cij = (-1)i + j det(Mij)

  • M is the cofactor matrix

<p>Each entry of the C (cofactor) matrix is given by…</p><ul><li><p>c<sub>ij</sub> = (-1)<sup>i + j</sup> det(M<sub>ij</sub>)</p></li><li><p>M is the cofactor matrix</p></li></ul>
New cards
17

Let A, B, and C be three points in R²

What is the area of a parallelogram determined by vectors AB. and AC?

knowt flashcard image
New cards
18

What is the area of the triangle formed by ABC?

knowt flashcard image
New cards
19

What is the volume of the parallelepiped?

  • Let A, B, C, and D be three points in R³

<p></p>
New cards
20

What is the volume of the pyramid or tetrahedron?

  • Let A, B, C, and D be three points in R³

<p></p>
New cards
21

How do you find an eigenvalue(s)?

  • solve the characteristic equation det(A - λI) = 0

  • Each root is an eigenvalue of the matrix A

<ul><li><p>solve the characteristic equation det(A - <span>λ</span><em><span>I</span></em><span>) = 0</span></p></li><li><p><span>Each root is an eigenvalue of the matrix A</span></p></li></ul>
New cards
22

How do you find eigenvectors?

  • find linearly independent vectors (a basis) of λ-eigenspace N(A - λI) for each eigenvalue λ

  • The geometric multiplicity of an eigenvalue λ is dim N(A - λI), which is the number of linearly independent eigenvector associated with λ

New cards
23

How can the determinate of a matrix be expressed with eigenvalues?

det (A) = product of all eigenvalues

New cards
24

What can be said about the eigenvalues of a matrix that is NOT invertible?

zero is an eigenvalue of the matrix

the number of non-zero eigenvalues is the same as the rank of the matrix A

New cards
25

What are the eigenvalues of Ak ?

(eigenvalues of A)k

New cards
26

What are the eigenvalues of cA + dI ?

c(eigenvalue of A) + d for each eigenvalue of A

New cards
27

When is the matrix A (n x n) diagonalizable?

If and only if

  • A has n linearly independent eigenvectors (x1, x2, . . . , xn)

New cards
28

When are two matrices A and B similar?

  • In the context of diagonalization

If there exists and invertible matrix C such that…

  • A = CBC-1

These two matrices have the same eigenvalues (hence the same trace and determinants)

New cards
29

The Spectral Theorem

Every real symmetric matrix S can be factors into the form

  • QΛQT, where Q is a real orthogonal matrix and Λ is a real diagonal matrix Λ

  • Find the eigenvalues of the matrix S

  • Find the eigenvectors to each eigenvalue value

    • If any two eigenvectors stem from the same eigenvalue… use gram Schmidt to find orthogonal vector of the two

  • Normalize the eigenvectors (divide eigenvectors by magnitude of eigenvector)

  • Each normalized eigenvector is in matrix Q and the diagonal matrix is made up of eigenvalues of S

New cards
30

What are the 5 tests for positive definiteness of a (symmetric) n x n matrix S?

  1. All eigenvalues of S are positive

  2. xTSx > 0 for any non-zero vector x in Rn

  3. S = ATA for a full column rank matrix A (Cholesky Factorization)

  4. All Dk > 0, where Dk is the determinant of the left-upper k by k submatrix of A

  5. S has n pivots and all pivots are positive

New cards
31

What are the five tests for a positive semi definite (symmetric) n x n matrix S?

  1. All eigenvalues of S are non-negative

  2. xTSx >= 0 for any vector x in Rn

  3. S = ATA for a matrix A (Cholesky Factorization)

  4. All Dk >= 0, where Dk is the determinant of the left-upper k by k submatrix of A

  5. All pivots of S are positive

New cards

Explore top notes

note Note
studied byStudied by 21 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 23 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 16 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 61 people
Updated ... ago
4.7 Stars(3)
note Note
studied byStudied by 10 people
Updated ... ago
4.0 Stars(1)
note Note
studied byStudied by 180590 people
Updated ... ago
4.8 Stars(731)

Explore top flashcards

flashcards Flashcard86 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard41 terms
studied byStudied by 111 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard88 terms
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard252 terms
studied byStudied by 112 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard59 terms
studied byStudied by 33 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard46 terms
studied byStudied by 59 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard63 terms
studied byStudied by 135 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard485 terms
studied byStudied by 227 people
Updated ... ago
5.0 Stars(1)