LMIs in Control/Matrix and LMI Properties and Tools/Quadratic Schur Stability

From testwiki
Jump to navigation Jump to search

LMI for Quadratic Schur Stability

The following LMI can be used to discern whether or not a system of a particular form is Quadratically Schur Stable or not.

The System

We consider the following system:

x˙(t)=A(δ(t))x(t)

This is the continuous time case. The system coefficient matrix takes the form:

A(δ(t))=A0+ΔA(δ(t))

where A0 is the known nominal system matrix while ΔA(δ(t)) is the system matrix perturbation.

The Data

The data required is both the matrices A0 and ΔA(δ(t)) as seen in the form above, or the combined A(δ(t)).

The Optimization Problem

The goal of the optimization is to find the minimum P such that the following LMI is satisfied.

The LMI: LMI for Quadratic Schur Stability

The LMI problem is to find a symmetric matrix P satisfying:

[PA(δ(t))PPAT(δ(t))P]<0, δ(t)Δ

Conclusion:

If the one of the above LMIs is found to be feasible, then the system is Quadratically Schur Stable, and has possibly already gone through the process of LMI usage for Quadratic Schur Stabilization.

Implementation

A link to Matlab codes for this problem in the Github repository:

https://github.com/maxwellpeterson99/MAE509Code

[1] - Schur Stabilization

[2] - LMI in Control Systems Analysis, Design and Applications

Return to Main Page

[3] -Matrix and LMI Properties and Tools

Template:BookCat