Control System Toolbox Previous page   Next Page
dlyapchol

Square-root solver for continuous-time Lyapunov equations

Syntax

Description

R = dlyapchol(A,B) computes a Cholesky factorization X = R'*R of the solution X to the Lyapunov matrix equation:

All eigenvalues of A matrix must lie in the open unit disk for R to exist.

X = dlyapchol(A,B,E) computes a Cholesky factorization X = R'*R of X solving the Sylvester equation

All generalized eigenvalues of (A,E) must lie in the open unit disk for R to exist.

Algorithm

dlyapchol uses SLICOT routines SB03OD and SG03BD.

See Also
dlyap       Solver for discrete-time Lyapunov equations

lyapchol    Square-root solver for continuous-time Lyapunov equations


Previous page  dlyap drss Next page

© 1994-2005 The MathWorks, Inc.