LMIs in Control/pages/Ellipsoidal inequality
Introduction
editThe simplex algorithm was the first algorithm proposed for linear programming, and although the algorithm is quite fast in practice, no variant of it is known to be polynomial time. The Ellipsoid algorithm is the first polynomial-time algorithm discovered for linear programming. The Ellipsoid algorithm was proposed by the Russian mathematician Shor in 1977 for general convex optimization problems and applied to linear programming by Khachyan in 1979.
The Ellipsoidal inequality constraints are a type of Lyapunov Function. They are important in process identification, parameter estimation, and statistics. Applications include the crystallization process, polymer film extrudes, and paper machines.
The Data
editFormulation of the inequality depends upon the coordinates of the ellipsoid and the centre of the ellipsoid .
The Ellipsoidal Inequality
editAn Ellipsoid is described by:
It can be expressed as an LMI using the Schur complement lemma with
Conclusion
editUsing this inequality, as the algorithm advances to the next step; if the value of P is positive; the volume will keep on shrinking until the LMI is fulfilled.
Implementation
editExternal Links
editA list of references documenting and validating the LMI.