Macaulay2 » Documentation
Packages » Tropical :: dim(TropicalCycle)
next | previous | forward | backward | up | index | toc

dim(TropicalCycle) -- computes the dimension of a tropical cycle

Description

This function computes the dimension of the fan associated to the tropical cycle T.

i1 : QQ[x,y,z,w]

o1 = QQ[x..z, w]

o1 : PolynomialRing
i2 : I=ideal(x^2-y*z+w^2,w^3-y^3*x+z^3);

o2 : Ideal of QQ[x..z, w]
i3 : T=tropicalVariety I;
i4 : dim T

o4 = 2

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Tropical.m2:1403:0.