| Control System Toolbox | ![]() |
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
dlyapSolver for discrete-time Lyapunov equations
lyapcholSquare-root solver for continuous-time Lyapunov
equations
| dlyap | drss | ![]() |
© 1994-2005 The MathWorks, Inc.