rsf2csf

Purpose

Convert real Schur form to complex Schur form.

Synopsis

[U,T] = rsf2csf(U,T)

Description

The complex Schur form of a matrix is upper triangular with the eigenvalues of the matrix on the diagonal. The real Schur form has the real eigenvalues on the diagonal and the complex eigenvalues in 2-by-2 blocks on the diagonal.

[U,T] = rsf2csf(U,T) converts the real Schur form to the complex form. See schur for details.

See Also

eig, hess, schur

(c) Copyright 1994 by The MathWorks, Inc.