LMIs in Control/pages/LMI for convex minimization problem

From testwiki
Revision as of 19:15, 5 December 2019 by imported>Uziel302 (variabes->variables - Fix a typo in one click)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LMIs in Control/pages/LMI for convex minimization problem

The System

Let A(x) and B(x) are matrix functions of appropriate dimensions.

Moreove, the matrix functions A(x) and B(x) are linear in vector x where x is an m×1 vector.

The Data

A convex function f(x) is given and x is the vector of decision variables.

The Optimization Problem

The optimization problem is to minimize the convex function f(x) such that a contraint between two convex functions are satisfied for the decision variables.

The LMI: LMI for convex minimization problem

minf(x)A(x)<B(x)

Conclusion:

Implementation

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

A list of references documenting and validating the LMI.

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

Return to Main Page:

Template:BookCat