LMIs in Control/Click here to continue/LMIs in system and stability Theory/Discrete-time Algebraic Riccati Inequalities

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Algebraic Riccati Equations are particularly significant in Optimal Control, filtering and estimation problems. The need to solve such equations is common in the analysis and linear quadratic Gaussian control along with general Control problems. In one form or the other, Riccati Equations play significant roles in optimal control of multivariable and large-scale systems, scattering theory, estimation, and detection processes. In addition, closed forms solution of Ricatti Equations are intractable for two reasons namely; one, they are nonlinear and two, are in matrix forms.

The System[edit | edit source]

The system is defined as:


The Data[edit | edit source]

A typical specification of the discrete-time linear quadratic control problem is to minimize

subject to the state equation

where y is an n × 1 vector of state variables, u is a k × 1 vector of control variables, A is the n × n state transition matrix, B is the n × k matrix of control multipliers, Q (n × n) is a symmetric positive semi-definite state cost matrix, and R (k × k) is a symmetric positive definite control cost matrix.


The LMI: Discrete-Time Algebraic Riccati Inequality[edit | edit source]

Title and mathematical description of the LMI formulation.


Equivalently, this discrete-time algebraic Riccati inequality is satisfied under any of the following necessary and sufficient conditions.


1. There exist where such that

,

2. There exist where such that

,

Conclusion:[edit | edit source]

If the solution exists, LMIs give a unique, stabilizing, symmetric matrix P.

Implementation:[edit | edit source]

Matlab code for this LMI in the Github repository:


External links[edit | edit source]


Return to Main Page:[edit | edit source]