Path: Math/Analysis
% Find the solution for the Lyapunov equation apa' - p + q = 0 This is the form for discrete systems. -------------------------------------------------------------------------- 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