jordan - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

jordan

  

compute the Jordan form of a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

J = jordan(A)

[V,J] = jordan(A)

Parameters

A

-

square matrix

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

withMTM:

AMatrix1,2,1,2,4,2,2,8,1

A121242281

(1)

JjordanA

J00003220003+22

(2)

V,JjordanA

V,J122222+3223+2210+22222+3223+224+22222+32222222+3223+2210+2222+3223+224+2222+32282222+3223+221+42222+3223+227+2222+322,00003220003+22

(3)

See Also

LinearAlgebra[JordanForm]

MTM[eig]

MTM[poly]

MTM[svd]