Diagonalization
Explore diagonalizations, including unitary and orthogonal diagonalizations, of a square matrix.
Compute an orthogonal diagonalization of a real symmetric matrix:
Calculate a unitary diagonalization of a normal matrix:
More examples
Jordan Decomposition
Find the Jordan canonical form of a square matrix.
Compute a Jordan decomposition:
More examples
LU Decomposition
Decompose a matrix into the product of a lower-triangular matrix and an upper-triangular matrix.
Compute the LU decomposition of a matrix:
More examples
QR Decomposition
Decompose a matrix into the product of a unitary matrix and an upper-triangular matrix.
Compute the QR decomposition of a matrix:
More examples
Singular Value Decomposition
Decompose a matrix into the product of a unitary matrix, a diagonal matrix (of singular values) and another unitary matrix.
Compute a singular value decomposition (SVD):
More examples
Cholesky Decomposition
Decompose a positive definite Hermitian matrix into the product of a lower-triangular matrix and its conjugate transpose.
Find the Cholesky decomposition of a matrix:
More examples
Hessenberg Decomposition
Factor a matrix into the product of a unitary matrix, a Hessenberg matrix with zero entries below the second diagonal and the inverse of the unitary matrix.
Compute a Hessenberg decomposition:
More examples
Schur Decomposition
Decompose a square matrix into the product of an upper-triangular matrix and an orthogonal or unitary matrix.
Compute a Schur decomposition:
More examples