DLyapG:
-------------------------------------------------------------------------------
Find the solution for the Lyapunov equation apa' - p + q = 0, which 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
-------------------------------------------------------------------------------
Children: