| Control System Toolbox | ![]() |
Square-root solver for continuous-time Lyapunov equations
Syntax
Description
R = lyapchol(A,B) computes a Cholesky factorization X = R'*R of the solution X to the Lyapunov matrix equation:
All eigenvalues of matrix A must lie in the open left half-plane for R to exist.
X = lyapchol(A,B,E) computes a Cholesky factorization X = R'*R of X solving the generalized Lyapunov equation:
All generalized eigenvalues of (A,E) must lie in the open left half-plane for R to exist.
Algorithm
lyapchol uses SLICOT routines SB03OD and SG03BD.
See Also
lyap Solver for continuous-time Lyapunov equations
dlyapchol Square-root solver for discrete-time Lyapunov
equations
| lyap | margin | ![]() |
© 1994-2005 The MathWorks, Inc.