LMIs in Control/Tools/LMI for Eigenvalue Minimization: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Asalimil
 
(No difference)

Latest revision as of 21:55, 14 November 2019

LMIs in Control/Tools/LMI for Eigenvalue Minimization

The System

A(x)=A0+A1x1+...+Anxn

Note that Ai,i=1,2,...,n are symmetric matrices.

The Data

A0,A1,...,Anare given matrices.

The Optimization Problem

Find

x=[x1x2...xn]

to minimize,

J(x)=λmax(A(x))

According to Lemma 1.1 in [1] page 10, the following statements are equivalent

λmax(A(x))tA(x)tI0

The LMI: LMI for eigenvalue minimization

Title and mathematical description of the LMI formulation.

mint:s.t.[A(x)tI]0

Conclusion:

xi,i=1,2,...,nandt>0 are parameters to be optimized

Implementation

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

https://github.com/asalimil/LMI-for-Minimizing-the-Maximum-Eigenvalue-of-Matrix/blob/master/README.md

LMI for Matrix Norm Minimization

LMI for Schur Stabilization

A list of references documenting and validating the LMI.

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

Return to Main Page:

Template:BookCat