Suppose that I define a set of equalities and inequalities

{{{
sage: var('x,y,z,t')
(x, y, z, t)
sage: L = [x==y+z, x>=t-z, x+3*y<=0]
}}}

Is there an easy way to construct the Polhyedron of the solutions of
this system? The constructor of Polyhedron does not seem very user-
friendly for Hrepresentations.

I can program my own function to do this, but I wonder if Sage already
has this.

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to