How to define Newton polytopes of a list of polynomials and compute the vertices, rays?

General discussion on polymake goes here.
lijr07
Posts: 1
Joined: 18 Sep 2022, 10:57

How to define Newton polytopes of a list of polynomials and compute the vertices, rays?

Postby lijr07 » 18 Sep 2022, 11:21

I have a list of polynomials 1+x, x, 1+x*y+x, x+x*y, x*y, and would like to define the Newton polytope of the polynomials and compute the vertices and rays of the polytope. How to do this in polymake? Thank you very much.

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

Re: How to define Newton polytopes of a list of polynomials and compute the vertices, rays?

Postby joswig » 23 Sep 2022, 18:19

A google search for "polymake" and "newton polytope" reveals:
https://polymake.org/doku.php/user_guid ... s_tutorial


Return to “General Discussion”