Symbolic Math Toolbox    
jordan

Jordan canonical form

Syntax

Description

jordan(A) computes the Jordan canonical (normal) form of A, where A is a symbolic or numeric matrix. The matrix must be known exactly. Thus, its elements must be integers or ratios of small integers. Any errors in the input matrix may completely change the Jordan canonical form.

[V,J] = jordan(A) computes both J, the Jordan canonical form, and the similarity transform, V, whose columns are the generalized eigenvectors. Moreover, V\A*V=J.

Examples

The statements

return

Then the statement

returns

See Also

eig, poly


  jacobian lambertw