Examples
Basic Examples (1)
Return the diagonalized matrix for a matrix:
Scope (2)
DiagonalizeMatrix works with complex-valued matrices:
DiagonalizeMatrix works with matrices containing symbolic elements:
Properties and Relations (2)
When the matrix is diagonalizable, DiagonalizeMatrix returns the diagonal matrix from JordanDecomposition:
The Eigenvalues of the matrix appear along the diagonal of DiagonalizeMatrix:
Possible Issues (2)
The function returns unevaluated when the matrix is not square:
The function returns unevaluated when the matrix is not diagonalizable:
For non-diagonalizable square matrices, a form that is "almost" diagonalized exists, having zeros and ones on the superdiagonal and zeros elsewhere than the main diagonal. It can be found using JordanDecomposition:
Publisher
Wolfram|Alpha Math Team
Version History
-
3.0.0
– 23 March 2023
-
2.0.1
– 02 February 2021
-
2.0.0
– 02 October 2020
-
1.0.0
– 24 March 2020
Related Resources