Search found 38 matches

Go to advanced search

by ren
21 May 2019, 16:07
Forum: Installing polymake
Topic: Downgrading perl in MacOs
Replies: 4
Views: 12400

Re: Downgrading perl in MacOs

Okay, I'll give compiling polymake a shot. Thanks for the very quick reply!
by ren
21 May 2019, 15:19
Forum: Installing polymake
Topic: Downgrading perl in MacOs
Replies: 4
Views: 12400

Downgrading perl in MacOs

Ever since the latest MacOs update last Friday, I've had problems starting polymake (installed from the MacOs bundle) because perl was updated: mb029:~ yueren$ /Applications/polymake.app/Contents/MacOS/polymake.run ========================================================================== your perl ...
by ren
13 May 2019, 15:09
Forum: Helpdesk
Topic: Projections of polyhedral fans
Replies: 1
Views: 4316

Projections of polyhedral fans

I am trying to compute the projection of a tropical hypersurface using fan::projection (trying to get a decomposition of Trop(PGL(3)) depending on its action on a plane quadric): use application "tropical"; my $mQuadric = [ [2,0,0,2,0,0,0,0,0,0,0,0], [1,1,0,1,1,0,0,0,0,0,0,0], [0,2,0,0,2,0...
by ren
25 Jul 2018, 22:13
Forum: Helpdesk
Topic: 2-codimensional tropical hypersurfaces
Replies: 1
Views: 4549

2-codimensional tropical hypersurfaces

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? 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...
by ren
20 Nov 2017, 10:59
Forum: Helpdesk
Topic: Visualize using javaview app (for converting to STL format)
Replies: 5
Views: 7425

Visualize using javaview app (for converting to STL format)

I really like that visualizations can be viewed in any browser using javaview. But is it also possible to create a file that can be opened by the javaview app? I would like to save the objects in STL format for 3d-printing. Here is an example that I would be interested in printing, a faithful tropic...
by ren
11 Nov 2017, 09:51
Forum: Helpdesk
Topic: tropicalizing a polynomial g(x1,x2) in K[x0,x1,x2]
Replies: 3
Views: 6012

Re: tropicalizing a polynomial g(x1,x2) in K[x0,x1,x2]

Oops, the solution is quite apparent:

Code: Select all

$g = toTropicalPolynomial("max(x1,x2,0+0*x0)");
by ren
11 Nov 2017, 08:04
Forum: Helpdesk
Topic: tropicalizing a polynomial g(x1,x2) in K[x0,x1,x2]
Replies: 3
Views: 6012

tropicalizing a polynomial g(x1,x2) in K[x0,x1,x2]

How can I tropicalize a polynomial g(x1,x2) in a polynomial ring K[x0,x1,x2]? I have two polynomials f(x0,x1) and g(x1,x2) in K[x0,x1,x2] and want to visualize the intersection of their hypersurfaces in R^3. The command "toTropicalPolynomial" tropicalizes x1 to x_0 and x2 to x_1: tropical ...
by ren
05 Jun 2017, 17:08
Forum: Helpdesk
Topic: Can't find a valid termcap file
Replies: 10
Views: 12119

Can't find a valid termcap file

I built successfully built polymake 3.1 on a compute server in Kaiserslautern (4.4.6-gentoo), but I get the following error when I try to start it with the option '--no-config': ren@nenekiki ~ $ polymake --no-config Welcome to polymake version 3.1 Copyright (c) 1997-2017 Ewgenij Gawrilow, Michael Jo...
by ren
05 Jun 2017, 14:19
Forum: Helpdesk
Topic: undeclared variable $__last_help
Replies: 2
Views: 4730

undeclared variable $__last_help

I just freshly built polymake 3.1, however I get the following error when I try to run it: ren@lukas:~/polymake$ polymake Welcome to polymake version 3.1 Copyright (c) 1997-2017 Ewgenij Gawrilow, Michael Joswig (TU Berlin) [...] Loading applications now...polymake: ERROR: Error in rules embedded in ...
by ren
28 Apr 2017, 15:22
Forum: Helpdesk
Topic: Face lattices of polytopes
Replies: 3
Views: 5604

Re: Face lattices of polytopes

Thanks alot, that will make my code even cleaner now. I was wondering how to obtain the decorations... :)

Go to advanced search