Macaulay2 » Documentation
Packages » LatticePolytopes :: torusEmbedding
next | previous | forward | backward | up | index | toc

torusEmbedding -- gives the toric embedding corresponding to a set of lattice points

Synopsis

Description

torusEmbedding is a function. It takes a set of lattice points as input and returns a list of monomials giving the corresponding torus embedding.
i1 : torusEmbedding(matrix{{0,1,2},{0,3,4}})

            3   2 4
o1 = {1, x x , x x }
          0 1   0 1

o1 : List

Ways to use torusEmbedding :

For the programmer

The object torusEmbedding is a method function.