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
Welcome to Ask Sage! Thank you for your question.