DLyapG:

Path: Math/Analysis

% Find the solution for the Lyapunov equation apa' - p + q = 0
 This is the form for discrete systems.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   [p, err] = DLyapG( a, q)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a                   Matrix
   q                   Matrix

   -------
   Outputs
   -------
   p                   Solution
   err                 Norm of the error

--------------------------------------------------------------------------

Back to the Math Module page