MTM
jordan
compute the Jordan form of a matrix
Calling Sequence
Parameters
Description
Examples
J = jordan(A)
[V,J] = jordan(A)
A
-
square matrix
The function jordan(A) computes the Jordan form of a matrix A.
When the function is called using the form J = jordan(A), the returned value of J is the Jordan form of the matrix A.
When the function is called using the form [V,J] = jordan(A), the returned value of J is the Jordan form of the matrix A, and the returned value of V is the transformation matrix corresponding to this Jordan form.
with⁡MTM:
A≔Matrix⁡1,2,1,2,4,2,2,8,1
A≔121242281
J≔jordan⁡A
J≔00003−220003+22
V,J≔jordan⁡A
V,J≔12132⁢22−1122⁢−3+2210+22⁢22572−2132⁢22−1111⁢−3+2210+22⁢22286−8137⁢22−2222⁢−3+221+4⁢22⁢22286,00003−220003+22
See Also
LinearAlgebra[JordanForm]
MTM[eig]
MTM[poly]
MTM[svd]
Download Help Document
What kind of issue would you like to report? (Optional)