lyap
Lösen zeitkontinuierlicher Ljapunow-Gleichung
Beschreibung
Verwenden Sie lyap
, um die spezielle und allgemeine Form der Ljapunow-Gleichung zu lösen. Ljapunow-Gleichungen treten in verschiedenen Bereichen der Regelung auf, einschließlich der Stabilitätstheorie und der Untersuchung des RMS-Verhaltens (Root Mean Square) von Systemen.
Beispiele
Eingabeargumente
Ausgangsargumente
Beschränkungen
Die kontinuierliche Ljapunow-Gleichung hat eine eindeutige Lösung, wenn die Eigenwerte von A und von B für alle Paare (i,j) erfüllen.
Wenn diese Bedingung verletzt wird, gibt lyap
folgende Fehlermeldung aus:
Solution does not exist or is not unique.
Algorithmen
lyap
verwendet die SLICOT-Routinen SB03MD und SG03AD für Ljapunow-Gleichungen und SB04MD (SLICOT) und ZTRSYL (LAPACK) für Sylvester-Gleichungen.
Referenzen
[1] Bartels, R. H., and G. W. Stewart. “Algorithm 432 [C2]: Solution of the Matrix Equation AX + XB = C [F4].” Communications of the ACM 15, no. 9 (September 1972): 820–26. https://doi.org/10.1145/361573.361582.
[2] Barraud, A. “A Numerical Algorithm to solveA^{T}XA - X = Q.” IEEE Transactions on Automatic Control 22, no. 5 (October 1977): 883–85. https://doi.org/10.1109/TAC.1977.1101604.
[3] Hammarling, S. J. “Numerical Solution of the Stable, Non-Negative Definite Lyapunov Equation Lyapunov Equation.” IMA Journal of Numerical Analysis 2, no. 3 (1982): 303–23. https://doi.org/10.1093/imanum/2.3.303.
[4] Penzl, Thilo. “Numerical Solution of Generalized Lyapunov Equations.” Advances in Computational Mathematics 8, no. 1 (January 1, 1998): 33–48. https://doi.org/10.1023/A:1018979826766.
[5] Golub, G., S. Nash, and C. Van Loan. “A Hessenberg-Schur Method for the Problem AX + XB= C.” IEEE Transactions on Automatic Control 24, no. 6 (December 1979): 909–13. https://doi.org/10.1109/TAC.1979.1102170.
Versionsverlauf
Eingeführt vor R2006a