next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Dmodules :: toricIdealPartials

toricIdealPartials -- image of a monomial map

Synopsis

Description

i1 : A = matrix{{1,1,1},{0,1,2}}

o1 = | 1 1 1 |
     | 0 1 2 |

              2        3
o1 : Matrix ZZ  <--- ZZ
i2 : D = makeWA(QQ[x_1..x_3])

o2 = D

o2 : PolynomialRing, 3 differential variables
i3 : toricIdealPartials(A,D)

               2
o3 = ideal(- dx  + dx dx )
               2     1  3

o3 : Ideal of QQ[dx ..dx ]
                   1    3

Ways to use toricIdealPartials :

For the programmer

The object toricIdealPartials is a method function.