lyap
연속시간 랴푸노프 방정식 풀기
설명
lyap를 사용하여 랴푸노프 방정식의 특수 형식과 일반 형식을 풉니다. 랴푸노프 방정식은 안정성 이론, 시스템의 RMS(제곱평균제곱근) 동작 연구와 같은 제어의 여러 분야에서 대두됩니다.
예제
입력 인수
출력 인수
제한 사항
연속 랴푸노프 방정식은 A의 고유값 과 B의 고유값 이 모든 쌍 (i,j)에 대해 을 충족할 경우 유일한 해를 갖습니다.
이 조건을 위반하는 경우 lyap는 다음 오류 메시지를 생성합니다.
Solution does not exist or is not unique.
알고리즘
lyap는 랴푸노프 방정식의 경우 SLICOT 루틴 SB03MD 및 SG03AD를, 실베스터 방정식의 경우 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 이전에 개발됨