Algebraic Riccati Equation Solver

Versione 1.0.0.0 (1,16 KB) da Emmett
Solves a common algebraic Riccati equation using Schur decomposition.
1,8K download
Aggiornato 18 apr 2012

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2011a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Linear Algebra in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0