Linear matrix inequality

From Wikipedia, the free encyclopedia

In mathematics, a linear matrix inequality (LMI) is an expression of the form

A(x) := A_0 + x_1 A_1 + x_2 A_2 + \dots + x_n A_n \leq 0 \,

where

This inequality defines a convex constraint on x. There are efficient numerical methods to determine whether an LMI is feasible (i.e., whether there exists an x such that A(x) \leq 0), or to solve a convex optimization problem with LMI constraints.

Contents

[edit] Applications

Many optimization problems in control theory, system identification and signal processing can be formulated using LMIs. A semidefinite program is the minimization of a linear functional subject to an LMI.

[edit] Solving LMIs

A major breakthrough in convex optimization lies in the introduction of interior-point methods. These methods were developed in a series of papers and became of true interest in the context of LMI problems in the work of Yurii Nesterov and Arkadii Nemirovskii.

[edit] References

  • Y. Nesterov and A. Nemirovsky, Interior Point Polynomial Methods in Convex Programming. SIAM, 1994.

[edit] External links