<< dlqr | Control System functions | dsort >> |
X = dlyap(A, Q) |
real matrix
real matrix
matrix: solution of the discrete-time Lyapunov equation.
X = dlyap(A, Q) resolves the Discrete-time Lyapunov equation.
A = [10, 20; -30, -40];
Q = [30, 10; 10, 10];
X = dlyap (A, Q)
lyap.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET