I need some algorithms to solve the Algebraic Riccati equation
조회 수: 4 (최근 30일)
이전 댓글 표시
hi,
I need some algorithm to solve Algebraic Riccati equation. what is the algorithm behind the Matlab function dare/care?
I need to write the algorithm with simple instructions, cause I need to write it in a S function or embedded matlab function in simulink.
댓글 수: 0
답변 (1개)
Zunding Xiao
2018년 1월 26일
Algorithms 'care' implements the algorithms described in [1]. It works with the Hamiltonian matrix when R is well-conditioned and E=I; otherwise, it uses the extended Hamiltonian pencil and QZ algorithm.
References [1] Arnold, W.F., III and A.J. Laub, "Generalized Eigenproblem Algorithms and Software for Algebraic Riccati Equations," Proc. IEEE®, 72 (1984), pp. 1746-1754
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Computations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!