Skip to content

Computation of extremal volume ellipsoids using Matlab

License

Notifications You must be signed in to change notification settings

RockyRock/eve-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extremal Volume Ellipsoids - Matlab

This repository includes the functions maxve and minve that solve semi-definite programming optimization problems respectively to compute the ellipsoid of maximum volume inscribed within a polytopic set and the ellipsoid of minimum volume covering a polytopic set. The full mathematical derivation can be found within the book Convex Optimization, the functions have been coded in Matlab using the toolboxes Yalmip and MPT respectively for the optimization problem and to generate the plots in 2D and 3D. The optimization relies on the solver SeDuMi. Note that installing MPT toolbox will prompt for the installation of Yalmip and SeDuMi.

Maximum volume inscribed ellipsoid

The polytope in dimension is defined using a set of linear inequalities in the following way,

where and . The inscribed ellipsoid is parametrized as follows,

where is a positive definite matrix. The optimization problem that maximizes the inscribed ellipsoid volume is formulated such that,

Minimum volume covering ellipsoid

The polytopic set in dimension is defined based on a set of vertices. The ellipsoid covering the polytopic set covers the convex hull defined as follows

.

The covering ellipsoid is parametrized as follows,

where is a positive definite matrix defining the ellipsoid semi-axes and defines the ellipsoid center. The optimization problem that minimizes the volume of the covering ellipsoid is formulated such that,

About

Computation of extremal volume ellipsoids using Matlab

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages