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

From Wikibooks, open books for an open world
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[edit | edit source]

We consider the following system:

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

where is the known nominal system matrix while is the system matrix perturbation.

The Data[edit | edit source]

The data required is both the matrices and as seen in the form above, or the combined .

The Optimization Problem[edit | edit source]

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[edit | edit source]

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

,

Conclusion:[edit | edit source]

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[edit | edit source]

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

https://github.com/maxwellpeterson99/MAE509Code

Related LMIs[edit | edit source]

[1] - Schur Stabilization

External Links[edit | edit source]

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

Return to Main Page[edit | edit source]

[3] -Matrix and LMI Properties and Tools