Algebraic Riccati Equation Solver

버전 1.0.0.0 (1.16 KB) 작성자: Emmett
Solves a common algebraic Riccati equation using Schur decomposition.
다운로드 수: 1.8K
업데이트 날짜: 2012/4/18

라이선스 보기

This function solves an algebraic Riccati equation of the form:

A'*X + X*A' - X*G*X + Q = 0,

where A, G, and Q are given and X is the symmetric solution. All terms are real nxn matrices and G and Q are positive semi-definite.

A common use of this equation is to solve for the optimal feedback gain of a linear system, in which case

G = B*R^-1*B' and K = R^-1*B'*X.

See http://en.wikipedia.org/wiki/Linear-quadratic_regulator for more detail. Based on the solution method of http://dspace.mit.edu/handle/1721.1/1301.

인용 양식

Emmett (2024). Algebraic Riccati Equation Solver (https://www.mathworks.com/matlabcentral/fileexchange/36263-algebraic-riccati-equation-solver), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0