Macaulay2 » Documentation
Packages » MultiGradedRationalMap :: satSpecialFiber
next | previous | forward | backward | up | index | toc

satSpecialFiber -- computes the saturated special fiber ring as a quotient ring

Description

This function returns the saturated special fiber ring as a quotient ring; the defining equations are computed by satSpecialFiberIdeal.

i1 : R = QQ[x,y,z]

o1 = R

o1 : PolynomialRing
i2 : A = matrix{ {x, x^5 + y^5},
                 {-y, y^5 + z*x^2*y^2},
                 {0, x^5}
               };

             3      2
o2 : Matrix R  <-- R
i3 : I = minors(2, A) -- a birational map

             5       5    6    3 2    6    5
o3 = ideal (x y + x*y  + y  + x y z, x , -x y)

o3 : Ideal of R
i4 : satSpecialFiber I

o4 = QQ[Z ..Z ]
         1   3

o4 : PolynomialRing

Caveat

To call the method "satSpecialFiber(I)", the ideal $I$ should be in a single graded polynomial ring.

See also

Ways to use satSpecialFiber:

  • satSpecialFiber(Ideal)
  • satSpecialFiber(Ideal,ZZ)

For the programmer

The object satSpecialFiber is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/MultiGradedRationalMap.m2:940:0.