Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Create polyhedron for given matrix A and vector b

P(A,b)={x∣ A.x ≤ b}

I have to create a polyhedron with this inputs

but in sage inequalities like this

A.x + b >= 0

, how to convert