Matrix types
Gist
There's so many different type of matrices
Flavors
- Design matrix: The matrix including the coefficients
- Symmetric matrix: If the Transpose of a matrix is equal to the matrix
- 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'
- 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
- Jacobian matrix -
- Hessian Matrix