Search found 16 matches

Go to advanced search

by done-with-fish
16 Aug 2016, 02:20
Forum: Helpdesk
Topic: Can the H_STAR_VECTOR be computed for rational polytopes?
Replies: 1
Views: 3526

Can the H_STAR_VECTOR be computed for rational polytopes?

This wikipedia entry https://en.wikipedia.org/wiki/Ehrhart_polynomial#Ehrhart_series_for_rational_polytopes defines the h_star polynomial of a rational polytope. I have the following example: polytope > $A = new Matrix<Rational>([[1,0,0],[1,0,2],[1,1,1],[1,3/2,0]]); polytope > $p = new Polytope(POIN...
by done-with-fish
11 Dec 2015, 19:47
Forum: Helpdesk
Topic: Can polymake help me translate my polytopes?
Replies: 1
Views: 3640

Can polymake help me translate my polytopes?

I often find myself working with lattice polytopes whose vertices live in an affine hyperplane H of R^d defined by H={ x in R^d : <v,x>=1 } where v is some fixed integral vector. What is the best way to input these polytopes into polymake? For example, suppose that the vertices of my polytope are th...
by done-with-fish
08 Dec 2015, 20:18
Forum: Helpdesk
Topic: Can polymake compute all triangulations of a pointset?
Replies: 3
Views: 4972

Re: Can polymake compute all triangulations of a pointset?

Ahh, I figured it out.

I'd be glad to volunteer to contribute!
by done-with-fish
08 Dec 2015, 18:02
Forum: Helpdesk
Topic: Can polymake compute all triangulations of a pointset?
Replies: 3
Views: 4972

Re: Can polymake compute all triangulations of a pointset?

Thanks for the reply.

I have topcom on my system but I haven't configured it to work with polymake. Is this anywhere in the documentation?
by done-with-fish
07 Dec 2015, 23:41
Forum: Helpdesk
Topic: Can polymake compute all triangulations of a pointset?
Replies: 3
Views: 4972

Can polymake compute all triangulations of a pointset?

I have a large number of pointsets. I want to write a script that finds all triangulations of each pointset. Can this be done within polymake? I'm aware that TOPCOM has this capability, but I'd like to accomplish this within a polymake script I'm writing.
by done-with-fish
01 Apr 2015, 23:49
Forum: Helpdesk
Topic: Problem defining simplex
Replies: 2
Views: 4220

Re: Problem defining simplex

Oh wow, I feel like an idiot. I have another computer that runs polymake without this feature and assumed this was some sort of bug. Thanks for the clarification!
by done-with-fish
01 Apr 2015, 09:02
Forum: Helpdesk
Topic: Problem defining simplex
Replies: 2
Views: 4220

Problem defining simplex

I just installed polymake on Ubuntu 14.04 and have run a problem.

Code: Select all

polytope > $p = simplex(2); polytope > print $p -> VERTICES; (3) (0 1) 1 1 0 1 0 1
Why is polymake not defining simplex(2) properly?
by done-with-fish
24 Feb 2015, 21:23
Forum: Helpdesk
Topic: The face lattice of the polar of P
Replies: 2
Views: 3809

Re: The face lattice of the polar of P

Thanks again for the help. I was also curious if it is possible to construct the Gorenstein dual of a Gorenstein lattice polytope. While the polar of P is combinatorially opposite to P it is not itself a lattice polytope while the Gorenstein dual is combinatorially opposite and also a lattice polyto...
by done-with-fish
19 Feb 2015, 11:46
Forum: Helpdesk
Topic: The face lattice of the polar of P
Replies: 2
Views: 3809

The face lattice of the polar of P

Let $p be a full-dimensional Gorenstein polytope of dimension d and define

Code: Select all

$pd = polarize($p);
We know that the face lattices of $p and $pd are opposite to each other. My question is: given a face $f of $p, what face $pd does $f correspond to? Can polymake detect this face?
by done-with-fish
16 Feb 2015, 23:14
Forum: Helpdesk
Topic: Is it possible to construct the face figure P/F in polymake?
Replies: 4
Views: 5084

Re: Is it possible to construct the face figure P/F in polymake?

Ok.

Basically I'm trying to compute the g-polynomial of the poset [F,P] and the only way I can think of doing it is by computing the G_VECTOR of P/F. Modifying the ambient dimension doesn't change the polytope from a combinatorial perspective so this should work.

Go to advanced search