Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is possible using hyperplane arrangements, for example:

sage: H.<x,y,z> = HyperplaneArrangements(QQ)
sage: ha=H(x, y, x-1, y-1,x+y-z)
sage: ha.plot()

Note that you will have to work out the equations of your hyperplanes.

This is possible using hyperplane arrangements, for example:

sage: H.<x,y,z> = HyperplaneArrangements(QQ)
sage: ha=H(x, ha = H(x, y, x-1, y-1,x+y-z)
x - 1, y - 1, x + y - z)
sage: ha.plot()

Note that you will have to work out the equations of your hyperplanes.