Function Reference: lyapchol

Function File: u = lyapchol (a, b)
Function File: u = lyapchol (a, b, e)

Compute Cholesky factor of continuous-time Lyapunov equations.

Equations

 
 
 A U' U  +  U' U A'  +  B B'  =  0           (Lyapunov Equation)

 A U' U E'  +  E U' U A'  +  B B'  =  0      (Generalized Lyapunov Equation)
 
 

Algorithm
Uses SLICOT SB03OD and SG03BD, Copyright (c) 2020, SLICOT, available under the BSD 3-Clause (License and Disclaimer).

See also: lyap, dlyap, dlyapchol

Source Code: lyapchol