Matrix Bestiary
Gist
There's so many different type of matrices.
F
- Design matrix: The matrix including the coefficients
- Symmetric matrix: If the Transpose of a matrix is equal to the matrix.always have real eigenvalues, and as many eigenvalues as the matrix has rows
- Square matrix: If the number of columns and rows are equal
- Identity matrix: The diagonals of the matrix is 1 and the non-diagonal is 0'
- Orthogonal matrix
- Positive Definite: Matrix that is symmetric AND have all positive eigenvalues
- Properties: It is invertible and have determinant is positive
- An important matrix for optimization
- Singular matrix: The Determinant is 0, there is no inverse!
- Hermitian: it’s transpose is a complex conjugate
Tool matrix
- Jacobian matrix -
- Hessian Matrix - Used for