lyap
連続時間リアプノフ方程式を解く
説明
lyap
は、特別な、または一般的なリアプノフ方程式を解くために使用します。リアプノフ方程式は、システムの平方根平均二乗 (RMS) 動作の安定性理論や調査など、さまざまな制御領域で使用されます。
例
入力引数
出力引数
制限
連続リアプノフ方程式は、A の固有値 および B の固有値 がすべてのペア (i,j) について を満たす場合に一意の解をもちます。
この条件に違反が生じると、lyap
はエラー メッセージを生成します。
Solution does not exist or is not unique.
アルゴリズム
lyap
はリアプノフ方程式に SLICOT ルーチン SB03MD および SG03AD を、Sylvester 方程式に SB04MD (SLICOT) と ZTRSYL (LAPACK) を使用します。
参照
[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.
バージョン履歴
R2006a より前に導入