Exam 3

Exam 3

Fast Determinant

If A is an upper triangle, lower triangle or diagonal matrix then

To do this you also need to make sure:

  1. Switching any two rows of a matrix reverses the sign of the determinant
  2. If the matrix has two identical rows or columns, then det(A)
  3. If B is a matrix obtained by multiplying a row or column of A by a scalar k, then
  4. If B is a matrix obtained from A by adding a multiple of row I to row j or a multiple of column I to column j for then .

Properties

If A is not invertible, then

A is invertible if and only if

Eigenvalues

You can find characteristic equation with

The eigenvectors are vectors in

The algebraic multiplicity is how many times the eigenvalue shows up in the diagonal of a reduced matrix.

The geometric multiplicity can never exceed the algebraic multiplicity.

Find geometric multiplicity by looking for the dimension of the null space of . This is the dimension of the eigenspace of

Dominant Eigenvalue

Eigenvalue with the highest magnitude, is dominant over .

Matrix Powers

To calculate for any we need a basis for consisting of eigenvectors of A.

This works because

So

You can also decompose linear combinations and use the process above to sum:

Diagonalization

Also

If there exists an interpretable matrix P and a diagonal matrix D such that , we say that A is diagonalizable.

To diagonalize:

  1. Find eigenvalues of matrix
  2. Find eigenspace (basis) from each eigenvalue
  3. This may need to occur multiple times
  4. The geometric multiplicity must be equal to the algebraic multiplicity for both eigenvalues
  5. Create a matrix from these eigenvalues as P
  6. Put the eigenvalues corresponding with each eigenvector into the diagonal of another matrix
  7. Multiply by

If a n x n matrix has n distinct eigenvalues, then A is diagonalizable

If the same matrix does not have n eigenvalues the matrix could be diagonalizable

Matrixes are similar (~) if there exists an invertible n x n matrix P such that .

  1. A~A
  2. If AB, then BA
  3. If AB and BC then A~C

Two similar matrices have the properties:

  1. det(A) = det(B)
  2. A is invertible if and only if B is invertible
  3. rank(A) = rank(B)
  4. A and B have same characteristic polynomial
  5. A and B have same eigenvalues
  6. ~ For all positive integers m
  7. If A is invertible, then ~ for all integers m

Perp & Orthogonality

in

Normal Equations

You can find the projection of b by multiplying the normal solution back to the original matrix.