Macaulay2 » Documentation
Packages » GKMVarieties :: normalToricVariety(GKMVariety)
next | previous | forward | backward | up | index | toc

normalToricVariety(GKMVariety) -- converts a GKM variety back into a toric variety

Description

If $X$ is a GKM variety that was originally constructed using normalToricVariety, then this method reverts $X$ to a NormalToricVariety.

i1 : X = toricProjectiveSpace 2;
i2 : Y = makeGKMVariety X

o2 = a "GKM variety" with an action of a 2-dimensional torus

o2 : GKMVariety
i3 : assert(normalToricVariety Y === X)

See also

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/GKMVarieties/Documentation_GKMVarieties.m2:330:0.