Path: Common/Control
% Solves the matrix Riccati equation The equation is in the form: g = [a -brb' ] [-q -a' ] -------------------------------------------------------------------------- Form: sinf = SRiccati( g ) -------------------------------------------------------------------------- ------ Inputs ------ g Input matrix ------- Outputs ------- sinf Steady-state solution -------------------------------------------------------------------------- References: Laub, A.J. (1979). A Schur Method for Solving Algebraic Riccati Equations. IEEE Transactions on Automatic Control, AC-24(6), 913-921. --------------------------------------------------------------------------
Math: MathUtils/Odd
Back to the Common Module page