Macaulay2 » Documentation
Packages » BernsteinSato :: intersectionCohomology
next | previous | forward | backward | up | index | toc

intersectionCohomology -- intersection cohomology of an irreducible affine variety

Synopsis

Description

This routine computes the middle intersection cohomology groups of the irreducible variety defined by $I$ in the affine space Spec($R$).

i1 : R=QQ[x,y]

o1 = R

o1 : PolynomialRing
i2 : I = ideal(x^2+y^3)

            3    2
o2 = ideal(y  + x )

o2 : Ideal of R
i3 : intersectionCohomology(I)

                      1
o3 = HashTable{0 => QQ }
               1 => 0

o3 : HashTable

Caveat

Must be over a ring of characteristic 0. The ideal $I$ should have only 1 minimal prime.

Ways to use intersectionCohomology :

For the programmer

The object intersectionCohomology is a method function with options.