next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: variety(SheafOfRings)

variety(SheafOfRings) -- get the variety

Synopsis

Description

i1 : X = Proj(QQ[x..z])

o1 = X

o1 : ProjectiveVariety
i2 : O = OO_X

o2 = OO
       X

o2 : SheafOfRings
i3 : variety O

o3 = X

o3 : ProjectiveVariety

Code

../../../../../../../Macaulay2/m2/varieties.m2:132:38-132:43: --source code:
variety SheafOfRings := Variety => O -> O.variety

Ways to use this method: