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

ambDim(TropicalCycle) -- computes the dimension of the ambient space of a tropical cycle

Synopsis

Description

This function computes the dimension of the space where the tropical cycle is contained.

i1 : QQ[x,y,z]

o1 = QQ[x..z]

o1 : PolynomialRing
i2 : T=tropicalVariety(ideal(x+y+z));
i3 : ambDim T

o3 = 3

Ways to use this method: