LMIs in Control/Tools/Eigenvalue Problem: Difference between revisions

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

Latest revision as of 23:49, 18 November 2019

LMIs in Control/Tools/Eigenvalue Problem


The System

x˙(t)=Ax(t)+Bu(t),y(t)=Cx(t)

The Data

The matrices A,B,C.

The Optimization Problem

 Minimize γ subject to the LMI below.

The LMI: The Lyapunov Inequality

FindP>0:[ATPPACTCPBBTPγI]>0

Conclusion:

The eigenvalue problem can be utilized to minimize the maximum eigenvalue of a matrix that depends affinely on a variable.

Implementation

https://github.com/mcavorsi/LMI

Structured Singular Value

Return to Main Page:

Template:BookCat