Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To me, your Linear Matrix Inequalities really sound like Linear Programming... And if it actually is linear programming, you may be glad to learn that GLPK, Coin, and CPLEX can be used through Sage to solve LP (GLPK being installed as a standard package).

Here is an introduction to LP using Sage

Here is the documentation page for the MixedIntegerLinearProgram class (your second best friend when dealing with LP)

Nathann