First time here? Check out the FAQ!
answered 2019-07-29 15:23:36 +0100
Something like that
sage: P = Polyhedron(rays=[(1,0),(0,1)]) sage: P.intersection(Polyhedron(eqns=[[0,1,-1]])) A 1-dimensional polyhedron in QQ^2 defined as the convex hull of 1 vertex and 1 ray