MTM[jordan] - compute the Jordan form of a matrix
|
Calling Sequence
|
|
J = jordan(A)
[V,J] = jordan(A)
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?