LMIs in Control/Matrix and LMI Properties and Tools/Variable Reduction Lemma

From testwiki
Jump to navigation Jump to search

Introduction

The variable reduction lemma allows the solution of algebraic Riccati inequality that involve a matrix of unknown dimension. This often arises when finding the controller that minimizes the H norm.

The Data

In order to find the unknown matrix M we need matrices A, P & Q.

The Optimization Problem

Given a symmetric matrix An×n and two matrices P & Q of column dimension n, consider the problem of finding matrix M of compatible dimensions such that

 A+PTMTQ+QTMTP<0

The above equation is solvable for some M if and only if the following two conditions hold

 WPTAWP<0 WQTAWQ<0

Where WP and WQ are matrices whose columns are bases for the null spaces of P & Q, respectively.

Implementation

This can be implemented in any LMI solver such as YALMIP, using an algorithmic solver like Gurobi.

Conclusion

Using this technique we can get the value of unknown matrix M.

A list of references documenting and validating the LMI.


Return to Main Page

https://en.wikibooks.org/wiki/LMIs_in_Control

Template:BookCat