Skip to Main Content Skip to Search
Product Documentation

ordschur - Reorder eigenvalues in Schur factorization

Syntax

[US,TS] = ordschur(U,T,select)
[US,TS] = ordschur(U,T,keyword)
[US,TS] = ordschur(U,T,clusters)

Description

[US,TS] = ordschur(U,T,select) reorders the Schur factorization X = U*T*U' produced by the schur function and returns the reordered Schur matrix TS and the cumulative orthogonal transformation US such that X = US*TS*US'. In this reordering, the selected cluster of eigenvalues appears in the leading (upper left) diagonal blocks of the quasitriangular Schur matrix TS, and the corresponding invariant subspace is spanned by the leading columns of US. The logical vector select specifies the selected cluster as E(select) where E is the vector of eigenvalues as they appear along T's diagonal.

[US,TS] = ordschur(U,T,keyword) sets the selected cluster to include all eigenvalues in one of the following regions:

keyword

Selected Region

'lhp'

Left-half plane (real(E) < 0)

'rhp'

Right-half plane (real(E) > 0)

'udi'

Interior of unit disk (abs(E) < 1)

'udo'

Exterior of unit disk (abs(E) > 1)

[US,TS] = ordschur(U,T,clusters) reorders multiple clusters at once. Given a vector clusters of cluster indices, commensurate with E = ordeig(T), and such that all eigenvalues with the same clusters value form one cluster, ordschur sorts the specified clusters in descending order along the diagonal of TS, the cluster with highest index appearing in the upper left corner.

See Also

ordeig | ordqz | schur

  


Free MATLAB Interactive Kit

Explore how to use MATLAB to make advancements in engineering and science.


Download free kit

Trials Available

Try the latest version of MATLAB and other MathWorks products.


Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS