-
Properties of Matrices
- triangular matrix
-
skew symmetric matrix
- A^T = -A
-
Matrix rank
-
vector space
- Formed by a collection of vectors that may be added together or multiplied
- # of independent rows or columns in the matrix
-
symmetric matrix
- x^(-1) = x^T
-
Row Echelon Form
- all non-zero rows are above any rows of all zeroes
- If the leading coefficient of a row is always to the right of the row above it
-
Eigen Values
- Measures the stability of something
- Eigen vectors
- Similarity Transforms
- Diagonalization
-
Spectrum
- set of all eigen values of A
-
Spectral radius
- largest of the eigen values
-
Arithmatic
- transpose
- Matrix multiplication
- Matrix subtraction
- Matrix addition
-
Gauss
- Gauss Elimination method
- Gauss - Jordan Method
-
Determinants
- scale factors
- Cramer's rule
- Inversion
-
Dot product
- How Orthogonal it is
- If mag(A) = 1, it's a unit vector
-
Length of a vector
- sqrt(a*a)