Macaulay2 » Documentation
Packages » Posets :: boundedRegions
next | previous | forward | backward | up | index | toc

boundedRegions -- computes the number of bounded regions a hyperplane arrangement divides the space into

Synopsis

Description

This method computes the number of bounded regions cut out by the hyperplane arrangement.

i1 : R = RR[x,y];
i2 : A = {x+y,x,x-y,y+1};
i3 : boundedRegions(A, R)
-- warning: experimental computation over inexact field begun
--          results not reliable (one warning given per session)

o3 = 2

See also

Ways to use boundedRegions :

For the programmer

The object boundedRegions is a method function.