2-codimensional tropical hypersurfaces

Questions and problems about using polymake go here.
ren
Posts: 38
Joined: 03 May 2011, 15:21

2-codimensional tropical hypersurfaces

Postby ren » 25 Jul 2018, 22:13

I came across a tropical hypersurface which polymake claims to be two-codimensional (and not one-codimensional). Is this a bug or did I make some mistake in the input?

Code: Select all

tropical > $px = toTropicalPolynomial("min(13,x-y+5,-x+y+5,x-z+5,-x+z+5,x+5,-x+5)"); tropical > $Vx = new Hypersurface<Min>(POLYNOMIAL=>$px); tropical > print $Vx->DIM; polymake: used package ppl The Parma Polyhedra Library (PPL): A C++ library for convex polyhedra and other numerical abstractions. http://www.cs.unipr.it/ppl/ 1 tropical > print $Vx->AMBIENT_DIM; 3

User avatar
joswig
Main Author
Posts: 280
Joined: 24 Dec 2010, 11:10

Re: 2-codimensional tropical hypersurfaces

Postby joswig » 25 Jul 2018, 22:57

Your input needs to be homogenized.


Return to “Helpdesk”