LMIs in Control/pages/Algebraic Riccati Equation

From testwiki
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 Riccti Equations are intractable for two reasons namely; one, they are nonlinear and two, are in matrix forms.

The System

x˙(t)=Ax(t)+Bu(t)

The Data

Following matrices are needed as Inputs:.

A,B,N.

The Optimization Problem

In control systems theory, many analysis and design problems are closely related to Riccati algebraic equations or inequalities. Find

The LMI: Algebraic Riccati Inequality

Title and mathematical description of the LMI formulation.

P>0,Q>0,R>0. The Algebraic Riccati inequality is given byATP+PA(PB+NT)R1(BTP+N)+Q0 can be written using the Schur complement lemma as[ATP+PA+QPB+NTR]0

Conclusion:

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

Implementation:

Matlab code for this LMI in the Github repository:

  1. REDIRECT [[1]]- CODE


Return to Main Page:

Template:BookCat