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:
The object gfanTropicalEvaluation is a method function with options.