Macaulay2 » Documentation
Packages » gfanInterface :: gfanTropicalEvaluation
next | previous | forward | backward | up | index | toc

gfanTropicalEvaluation -- evaluates a tropical polynomial function

Synopsis

Description

This method evaluates a tropical polynomial function at a list of points.

i1 : QQ[x,y,z]

o1 = QQ[x..z]

o1 : PolynomialRing
i2 : gfanTropicalEvaluation(x*y+z^2, {{1,1,0}, {0,0,3}, {1,1,3} })

o2 = {2, 6, 6}

o2 : List

gfan Documentation

This program evaluates a tropical polynomial function in a given set of points.
Options:

See also

Ways to use gfanTropicalEvaluation :

For the programmer

The object gfanTropicalEvaluation is a method function with options.