LMIs in Control/Matrix and LMI Properties and Tools/Schur Stabilizability

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

LMI for Schur Stabilizability

Schur Stabilization is one method of ensuring that a controller can be made to stabilize a system. The following LMI is one that determines whether or not a system is indeed Schur Stabilizable, or having the property of being able to be Schur Stabilized.

The System[edit | edit source]

We consider the following system:

or the matrix pair (A,B). In both cases, the matrices , , , and are the state matrix, input matrix, state vector, and the input vector, respectively.

The Data[edit | edit source]

The data required is both the matrices A and B as seen in the form above.

The Optimization Problem[edit | edit source]

The goal of the optimization is to find a valid symmetric P such that the following LMI is satisfied.

The LMI: LMI for Schur stabilizability[edit | edit source]

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

Another LMI with the same result of finding Schur Stabilizability is to find a symmetric matrix P such that:

Conclusion:[edit | edit source]

If the one of the above LMIs is found to be feasible, then the system is Schur Stabilizable and the Schur Stabilization LMI will always give a feasible result as well, in addition to a controller K that will Schur Stabilize the system.

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