SlideShare a Scribd company logo
1 of 23
Download to read offline
The Newton polytope of the Sparse Resultant
Vissarion Fisikopoulos
joint work with A.Dickenstein (Buenos Aires), I.Emiris (Athens)
Computer Science Department, Algorithms Group
Berlin, 23 Mar. 2015
Newton polytope
Definition
Given polynomial f ∈ K[x1, . . . , xn] the Newton polytope N(f) of
f is the convex hull of its support set i.e. exponent vectors of
monomials with non-zero coefficient.
3
2
1 2 3 5
5
f(x1, x2) = 8x2 + x1x2 − 24x2
2 −
16x2
1 + 220x2
1x2 − 34x1x2
2 −
84x3
1x2 +6x2
1x2
2 −8x1x3
2 +8x3
1x2
2 +
8x3
1 + 18x3
2
N(f)
1
Sparse resultant
Definition
Given are polynomials f0, f1, . . . , fn ∈ K[x1, . . . , xn], s.t. the
supports define an essential family A0, A1, . . . , An ⊂ Zn, i.e. the
Ai generate Zn and any k-subset generates a sublattice of
dimension ≥ k.
The system’s (sparse) resultant R is the polynomial in the system’s
coefficients, defined up to sign, which vanishes iff the polynomials
have a common root in (C∗)n.
The resultant polytope N(R) is the Newton polytope of R.
A0
A1
N(R)R(a, b, c, d, e) = ad2
b + c2
b2
− 2caeb + a2
e2
f0(x) = ax2
+ b
f1(x) = cx2
+ dx + e
Birkhoff polytope
Linear polynomials
A0
A1
N(R)
f0(x, y) = ax + by + c
f1(x, y) = dx + ey + f
f2(x, y) = gx + hy + iA2
a b c
d e f
g h i
4-dimensional Birkhoff polytope
R(a, b, c, d, e, f, g, h, i) =
Motivation
Algebraic: complexity of resultant polynomial
Geometric: generalize Birkhoff polytopes; faces are Minkowski
sums of resultant polytopes
Applications: support computation → interpolate implicit
equation of parametric hypersurface, resultant, discriminant.
Examples of resultant polytopes
Previous work
[GKZ’90] Univariate case, general-dimensional N(R):
The Ai are multisets from Z: |A0| = k0 + 1, |A1| = k1 + 1 ⇒
⇒ dim N(R) = k0 + k1 − 1, k0+k1
k0
vertices, k0k1 + 3 facets.
[Sturmfels’94] Multivariate case / up to 3 dimensions
The only resultant polytopes up to dimension 3
One step beyond: 4-dimensional N(R)
f-vector of face cardinalities: of vertices, edges, ridges, facets.
Some f-vectors (some by 3 generic triangles):
(5, 10, 10, 5): 4-simplex
(6, 15, 18, 9): Birkhoff
(8, 20, 21, 9)
(9, 22, 21, 8)
. . .
(10, 26, 25, 9): Sylvester, ki ∈ {2, 3}
. . .
(17, 50, 50, 17)
(18, 51, 48, 15)
(18, 51, 49, 16)
(18, 52, 50, 16)
(18, 52, 51, 17)
(18, 53, 51, 16)
(18, 53, 53, 18)
(18, 54, 54, 18)
(19, 54, 52, 17)
(19, 55, 51, 15)
(19, 55, 52, 16)
(19, 55, 54, 18)
(19, 56, 54, 17)
(19, 56, 56, 19)
(19, 57, 57, 19)
(20, 58, 54, 16)
(20, 59, 57, 18)
(20, 60, 60, 20)
(21, 62, 60, 19)
(21, 63, 63, 21)
(22, 66, 66, 22)
Computation of resultant polytopes
respol software [Emiris-F-Konaxis-Pe˜naranda]
offers lower bounds on f-vectors
C++, http://sourceforge.net/projects/respol
5-, 6- and 7-d polytopes with 35K, 23K and 500 vertices,
resp., within 2hrs; the secondary polytopes are intractable.
Alternative algorithm employs tropical geometry (GFan
library) [Jensen-Yu]
Main result
Theorem
Given essential family A0, A1, . . . , An ⊂ Zn, with N(R) of
dimension 4, N(R) is (a degeneration of) any of the following
polytopes:
(i) if all |Ai| = 2, except for one with cardinality 5, the 4-simplex
with f-vector (5, 10, 10, 5).
(ii) if all |Ai| = 2, except for two with cardinalities 3 and 4, a
polytope with f-vector (10, 26, 25, 9).
(iii) if all |Ai| = 2, except for three with cardinality 3, a polytope
with maximal face numbers ˜f3 = 22, ˜f2 = 66, ˜f1 = ˜f0 + 44,
and 22 ≤ ˜f0 ≤ 28.
Degenarations can only decrease the number of faces.
Focus on new case (iii): reduces to n = 2 and |Ai| = 3.
Previous upper bound for vertices yields 6608 [Sturmfels’94].
Subdivisions of the Minkowski sum
A subdivision S of A0 + A1 + · · · + An ⊂ Zn:
is mixed when its cells have (unique) expressions as Minkowski
sums of subsets of the Ai, and the cells intersect properly.
mixed subdivision S of A0 + A1 + A2
A0
A1
A2
Subdivisions of the Minkowski sum
A subdivision S of A0 + A1 + · · · + An ⊂ Zn:
is fine (or tight) if, for all cells σ = n
i=0 Fi, it holds
dim σ = n
i=0 dim Fi; otherwise, it is coarse.
mixed subdivision S of A0 + A1 + A2
A0
A1
A2
Subdivisions of the Minkowski sum
A subdivision S of A0 + A1 + · · · + An ⊂ Zn:
is regular if obtained by projecting the lower hull of the
Minkowski sum of the A0, . . . , An ⊂ Zn+1, defined by some
(typically linear) lifting function w : Rn → Rn+1;
mixed subdivision S of A0 + A1 + A2
A0
A1
A2
Mapping subdivisions to N(R) faces
Proposition (GKZ,Sturmfels)
Consider the regular mixed subdivision S of A0 + A1 + · · · + An,
obtained by a lifting defined by w ∈ Rm. Then, S defines a face of
N(R) which has w as outer normal, equal to the Newton polytope
of
σ∈S
R(f0|σ, . . . , fn|σ)dσ
,
i.e. the Minkowski sum of the resultant polytopes of subsystems
{f0|σ, . . . , fn|σ} correspoding to cells σ ∈ S, where dσ is the
normalized volume of σ.
Resultant facets
white, blue, red cells: contain point summand
purple cell: 2 subdivisions → N(R) segment
turquoise cell: 3 subdivisions → N(R) triangle
Mink. sum of N(R) triangle and N(R) segmentsubd. S of A0 + A1 + A2
Resultant vertices are obtained from fine regular mixed subdivisions
Genericity maximizes complexity
Theorem
The number of N(R) faces for 3 triangles is maximized for generic
triangles, namely 2-d, without parallel edges.
N(R∗
) f-vector: (18, 52, 50, 16)
N(R) f-vector: (14, 38, 36, 12)
p
p∗
A0 A1 A2
A0 A1 A2
Possible facets
Lemma
resultant facet: 3-d N(R): octagon in S,
prism: 2-d N(R) (triangle) + 1-d N(R): heptagon and
hexagon,
zonotope: 1-d N(R) + 1-d N(R) + 1-d N(R): 3 hexagons.
3D
2D
Counting facets
A technical tool: duality of mixed subdivisions.
Counting facets
Lemma
Maximal face numbers are as follows:
9 resultant facets: 9 octagons with |Ai| = 3, 3, 2.
9 prisms: 9 hexagon-heptagon pairs:
unique subdivision if common edge
picked, i.e., common dual ray fixed.
4 zonotopes: 4 triplets of tri-chromatic points.
Face numbers
Theorem
The maximal number of facets and ridges is ˜f3 = 22 and ˜f2 = 66,
resp. Moreover, ˜f1 = ˜f0 + 44, and 22 ≤ ˜f0 ≤ 28. The lower
bounds are tight.
Proof
Count 36 triangular and 30 parallelogram ridges.
[Kalai’87] If fi
2 = # two-faces which are i-gons,
f1 +
i≥4
(i − 3)fi
2 ≥ df0 −
d + 1
2
,
hence f1 + 30 ≥ 4f0 − 10, then apply Euler’s equation.
Questions
Is the maximum f-vector of a 4d-resultant polytope
(22, 66, 66, 22) ?
Explain symmetry of maximal f-vectors for non self-dual
polytopes
Compute the subdivision with max/min cells
Conjecture
Let ˜f0(d) = max #vertices of a d-dimensional N(R):
˜f0(d) ≤ (3d − 3) ·
T =d−1 i∈T
˜f0(i),
where T is any multiset with elements in {1, . . . , d − 1},
T = i∈T i.
Gives ˜f0(3) ≤ 42 (instead of 6), ˜f0(4) ≤ 180 (instead of 28).
Bound in d [Sturmfels’94] is (3d − 3)2d2
⇒ ˜f0(5) ≤ 1250; the
conjecture yields 924
Schlegel diagram and facet graph [M. Joswig] of maximal polytope
Schlegel diagram and facet graph [M. Joswig] of maximal polytope
Thank you!

More Related Content

What's hot

Areas of bounded regions
Areas of bounded regionsAreas of bounded regions
Areas of bounded regionsHimani Asija
 
Final technology presentatio
Final technology presentatioFinal technology presentatio
Final technology presentatioEvaSadowski
 
E:\1 Algebra\Unit 5 Polynomials\Quizzes&Tests\Polynomial Practice Tes...
E:\1   Algebra\Unit 5   Polynomials\Quizzes&Tests\Polynomial Practice Tes...E:\1   Algebra\Unit 5   Polynomials\Quizzes&Tests\Polynomial Practice Tes...
E:\1 Algebra\Unit 5 Polynomials\Quizzes&Tests\Polynomial Practice Tes...guestc27ed0c
 
Advanced Trigonometry
Advanced TrigonometryAdvanced Trigonometry
Advanced Trigonometrytimschmitz
 
Important short tricks on coordinate geometry
Important short tricks on coordinate geometryImportant short tricks on coordinate geometry
Important short tricks on coordinate geometryExam Affairs!
 
Quadratic functions and Equations.pdf
Quadratic functions and Equations.pdfQuadratic functions and Equations.pdf
Quadratic functions and Equations.pdfDr. Subhash Unhale
 
Higher Maths 1.2.3 - Trigonometric Functions
Higher Maths 1.2.3 - Trigonometric FunctionsHigher Maths 1.2.3 - Trigonometric Functions
Higher Maths 1.2.3 - Trigonometric Functionstimschmitz
 
Applications of integrals
Applications of integralsApplications of integrals
Applications of integralsnitishguptamaps
 
4.2 graph linear equations day 2
4.2 graph linear equations   day 24.2 graph linear equations   day 2
4.2 graph linear equations day 2bweldon
 
Lecture 7 quadratic equations
Lecture 7   quadratic equationsLecture 7   quadratic equations
Lecture 7 quadratic equationsnjit-ronbrown
 
introduction to conics: parabola
introduction to conics: parabolaintroduction to conics: parabola
introduction to conics: parabolaTebogo Mathe
 
Higher Maths 2.1.2 - Quadratic Functions
Higher Maths 2.1.2 - Quadratic FunctionsHigher Maths 2.1.2 - Quadratic Functions
Higher Maths 2.1.2 - Quadratic Functionstimschmitz
 
Quadratic function and its graph using geogebra
Quadratic function and its graph using geogebraQuadratic function and its graph using geogebra
Quadratic function and its graph using geogebraLarisa Kavtaradze
 
Reed Solomon encoder and decoder \ ريد سلمون
Reed Solomon encoder and decoder \ ريد سلمونReed Solomon encoder and decoder \ ريد سلمون
Reed Solomon encoder and decoder \ ريد سلمونMuhammed Abdulmahdi
 
E field dipole
E field dipoleE field dipole
E field dipoleFFMdeMul
 
Line drawing algorithm and antialiasing techniques
Line drawing algorithm and antialiasing techniquesLine drawing algorithm and antialiasing techniques
Line drawing algorithm and antialiasing techniquesAnkit Garg
 

What's hot (20)

Areas of bounded regions
Areas of bounded regionsAreas of bounded regions
Areas of bounded regions
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
 
Final technology presentatio
Final technology presentatioFinal technology presentatio
Final technology presentatio
 
E:\1 Algebra\Unit 5 Polynomials\Quizzes&Tests\Polynomial Practice Tes...
E:\1   Algebra\Unit 5   Polynomials\Quizzes&Tests\Polynomial Practice Tes...E:\1   Algebra\Unit 5   Polynomials\Quizzes&Tests\Polynomial Practice Tes...
E:\1 Algebra\Unit 5 Polynomials\Quizzes&Tests\Polynomial Practice Tes...
 
Advanced Trigonometry
Advanced TrigonometryAdvanced Trigonometry
Advanced Trigonometry
 
Important short tricks on coordinate geometry
Important short tricks on coordinate geometryImportant short tricks on coordinate geometry
Important short tricks on coordinate geometry
 
Quadratic functions and Equations.pdf
Quadratic functions and Equations.pdfQuadratic functions and Equations.pdf
Quadratic functions and Equations.pdf
 
Understanding Reed-Solomon code
Understanding Reed-Solomon codeUnderstanding Reed-Solomon code
Understanding Reed-Solomon code
 
QMC: Operator Splitting Workshop, Sparse Non-Parametric Regression - Noah Sim...
QMC: Operator Splitting Workshop, Sparse Non-Parametric Regression - Noah Sim...QMC: Operator Splitting Workshop, Sparse Non-Parametric Regression - Noah Sim...
QMC: Operator Splitting Workshop, Sparse Non-Parametric Regression - Noah Sim...
 
Higher Maths 1.2.3 - Trigonometric Functions
Higher Maths 1.2.3 - Trigonometric FunctionsHigher Maths 1.2.3 - Trigonometric Functions
Higher Maths 1.2.3 - Trigonometric Functions
 
Applications of integrals
Applications of integralsApplications of integrals
Applications of integrals
 
4.2 graph linear equations day 2
4.2 graph linear equations   day 24.2 graph linear equations   day 2
4.2 graph linear equations day 2
 
Lecture 7 quadratic equations
Lecture 7   quadratic equationsLecture 7   quadratic equations
Lecture 7 quadratic equations
 
Computing the Area of a Polygon
Computing the Area of a PolygonComputing the Area of a Polygon
Computing the Area of a Polygon
 
introduction to conics: parabola
introduction to conics: parabolaintroduction to conics: parabola
introduction to conics: parabola
 
Higher Maths 2.1.2 - Quadratic Functions
Higher Maths 2.1.2 - Quadratic FunctionsHigher Maths 2.1.2 - Quadratic Functions
Higher Maths 2.1.2 - Quadratic Functions
 
Quadratic function and its graph using geogebra
Quadratic function and its graph using geogebraQuadratic function and its graph using geogebra
Quadratic function and its graph using geogebra
 
Reed Solomon encoder and decoder \ ريد سلمون
Reed Solomon encoder and decoder \ ريد سلمونReed Solomon encoder and decoder \ ريد سلمون
Reed Solomon encoder and decoder \ ريد سلمون
 
E field dipole
E field dipoleE field dipole
E field dipole
 
Line drawing algorithm and antialiasing techniques
Line drawing algorithm and antialiasing techniquesLine drawing algorithm and antialiasing techniques
Line drawing algorithm and antialiasing techniques
 

Similar to The Newton polytope of the sparse resultant

"Combinatorics of 4-dimensional resultant polytopes"
"Combinatorics of 4-dimensional resultant polytopes""Combinatorics of 4-dimensional resultant polytopes"
"Combinatorics of 4-dimensional resultant polytopes"Vissarion Fisikopoulos
 
Combinatorics of 4-dimensional Resultant Polytopes
Combinatorics of 4-dimensional Resultant PolytopesCombinatorics of 4-dimensional Resultant Polytopes
Combinatorics of 4-dimensional Resultant PolytopesVissarion Fisikopoulos
 
Polyhedral computations in computational algebraic geometry and optimization
Polyhedral computations in computational algebraic geometry and optimizationPolyhedral computations in computational algebraic geometry and optimization
Polyhedral computations in computational algebraic geometry and optimizationVissarion Fisikopoulos
 
Nbhm m. a. and m.sc. scholarship test 2012 with answer key
Nbhm m. a. and m.sc. scholarship test 2012 with answer keyNbhm m. a. and m.sc. scholarship test 2012 with answer key
Nbhm m. a. and m.sc. scholarship test 2012 with answer keyMD Kutubuddin Sardar
 
Nbhm m. a. and m.sc. scholarship test 2006
Nbhm m. a. and m.sc. scholarship test 2006Nbhm m. a. and m.sc. scholarship test 2006
Nbhm m. a. and m.sc. scholarship test 2006MD Kutubuddin Sardar
 
Dynamical systems solved ex
Dynamical systems solved exDynamical systems solved ex
Dynamical systems solved exMaths Tutoring
 
Density theorems for Euclidean point configurations
Density theorems for Euclidean point configurationsDensity theorems for Euclidean point configurations
Density theorems for Euclidean point configurationsVjekoslavKovac1
 
Nbhm m. a. and m.sc. scholarship test 2005
Nbhm m. a. and m.sc. scholarship test 2005Nbhm m. a. and m.sc. scholarship test 2005
Nbhm m. a. and m.sc. scholarship test 2005MD Kutubuddin Sardar
 
From moments to sparse representations, a geometric, algebraic and algorithmi...
From moments to sparse representations, a geometric, algebraic and algorithmi...From moments to sparse representations, a geometric, algebraic and algorithmi...
From moments to sparse representations, a geometric, algebraic and algorithmi...BernardMourrain
 
Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 MD Kutubuddin Sardar
 
Nbhm m. a. and m.sc. scholarship test 2009
Nbhm m. a. and m.sc. scholarship test 2009Nbhm m. a. and m.sc. scholarship test 2009
Nbhm m. a. and m.sc. scholarship test 2009MD Kutubuddin Sardar
 
UMAP - Mathematics and implementational details
UMAP - Mathematics and implementational detailsUMAP - Mathematics and implementational details
UMAP - Mathematics and implementational detailsUmberto Lupo
 
Analytic construction of points on modular elliptic curves
Analytic construction of points on modular elliptic curvesAnalytic construction of points on modular elliptic curves
Analytic construction of points on modular elliptic curvesmmasdeu
 
Group {1, −1, i, −i} Cordial Labeling of Product Related Graphs
Group {1, −1, i, −i} Cordial Labeling of Product Related GraphsGroup {1, −1, i, −i} Cordial Labeling of Product Related Graphs
Group {1, −1, i, −i} Cordial Labeling of Product Related GraphsIJASRD Journal
 
Review for the Third Midterm of Math 150 B 11242014Probl.docx
Review for the Third Midterm of Math 150 B 11242014Probl.docxReview for the Third Midterm of Math 150 B 11242014Probl.docx
Review for the Third Midterm of Math 150 B 11242014Probl.docxjoellemurphey
 
Multilinear Twisted Paraproducts
Multilinear Twisted ParaproductsMultilinear Twisted Paraproducts
Multilinear Twisted ParaproductsVjekoslavKovac1
 
Optimal multi-configuration approximation of an N-fermion wave function
 Optimal multi-configuration approximation of an N-fermion wave function Optimal multi-configuration approximation of an N-fermion wave function
Optimal multi-configuration approximation of an N-fermion wave functionjiang-min zhang
 

Similar to The Newton polytope of the sparse resultant (20)

"Combinatorics of 4-dimensional resultant polytopes"
"Combinatorics of 4-dimensional resultant polytopes""Combinatorics of 4-dimensional resultant polytopes"
"Combinatorics of 4-dimensional resultant polytopes"
 
Combinatorics of 4-dimensional Resultant Polytopes
Combinatorics of 4-dimensional Resultant PolytopesCombinatorics of 4-dimensional Resultant Polytopes
Combinatorics of 4-dimensional Resultant Polytopes
 
Polyhedral computations in computational algebraic geometry and optimization
Polyhedral computations in computational algebraic geometry and optimizationPolyhedral computations in computational algebraic geometry and optimization
Polyhedral computations in computational algebraic geometry and optimization
 
Nbhm m. a. and m.sc. scholarship test 2012 with answer key
Nbhm m. a. and m.sc. scholarship test 2012 with answer keyNbhm m. a. and m.sc. scholarship test 2012 with answer key
Nbhm m. a. and m.sc. scholarship test 2012 with answer key
 
Nbhm m. a. and m.sc. scholarship test 2006
Nbhm m. a. and m.sc. scholarship test 2006Nbhm m. a. and m.sc. scholarship test 2006
Nbhm m. a. and m.sc. scholarship test 2006
 
Dynamical systems solved ex
Dynamical systems solved exDynamical systems solved ex
Dynamical systems solved ex
 
Density theorems for Euclidean point configurations
Density theorems for Euclidean point configurationsDensity theorems for Euclidean point configurations
Density theorems for Euclidean point configurations
 
Nbhm m. a. and m.sc. scholarship test 2005
Nbhm m. a. and m.sc. scholarship test 2005Nbhm m. a. and m.sc. scholarship test 2005
Nbhm m. a. and m.sc. scholarship test 2005
 
From moments to sparse representations, a geometric, algebraic and algorithmi...
From moments to sparse representations, a geometric, algebraic and algorithmi...From moments to sparse representations, a geometric, algebraic and algorithmi...
From moments to sparse representations, a geometric, algebraic and algorithmi...
 
Imc2017 day2-solutions
Imc2017 day2-solutionsImc2017 day2-solutions
Imc2017 day2-solutions
 
plucker
pluckerplucker
plucker
 
Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007
 
Nbhm m. a. and m.sc. scholarship test 2009
Nbhm m. a. and m.sc. scholarship test 2009Nbhm m. a. and m.sc. scholarship test 2009
Nbhm m. a. and m.sc. scholarship test 2009
 
UMAP - Mathematics and implementational details
UMAP - Mathematics and implementational detailsUMAP - Mathematics and implementational details
UMAP - Mathematics and implementational details
 
Analytic construction of points on modular elliptic curves
Analytic construction of points on modular elliptic curvesAnalytic construction of points on modular elliptic curves
Analytic construction of points on modular elliptic curves
 
Group {1, −1, i, −i} Cordial Labeling of Product Related Graphs
Group {1, −1, i, −i} Cordial Labeling of Product Related GraphsGroup {1, −1, i, −i} Cordial Labeling of Product Related Graphs
Group {1, −1, i, −i} Cordial Labeling of Product Related Graphs
 
Review for the Third Midterm of Math 150 B 11242014Probl.docx
Review for the Third Midterm of Math 150 B 11242014Probl.docxReview for the Third Midterm of Math 150 B 11242014Probl.docx
Review for the Third Midterm of Math 150 B 11242014Probl.docx
 
Multilinear Twisted Paraproducts
Multilinear Twisted ParaproductsMultilinear Twisted Paraproducts
Multilinear Twisted Paraproducts
 
Lattice coverings
Lattice coveringsLattice coverings
Lattice coverings
 
Optimal multi-configuration approximation of an N-fermion wave function
 Optimal multi-configuration approximation of an N-fermion wave function Optimal multi-configuration approximation of an N-fermion wave function
Optimal multi-configuration approximation of an N-fermion wave function
 

More from Vissarion Fisikopoulos

"Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL.""Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL."Vissarion Fisikopoulos
 
"Regular triangularions and resultant polytopes."
"Regular triangularions and resultant polytopes." "Regular triangularions and resultant polytopes."
"Regular triangularions and resultant polytopes." Vissarion Fisikopoulos
 
"Exact and approximate algorithms for resultant polytopes."
"Exact and approximate algorithms for resultant polytopes." "Exact and approximate algorithms for resultant polytopes."
"Exact and approximate algorithms for resultant polytopes." Vissarion Fisikopoulos
 
"An output-sensitive algorithm for computing projections of resultant polytop...
"An output-sensitive algorithm for computing projections of resultant polytop..."An output-sensitive algorithm for computing projections of resultant polytop...
"An output-sensitive algorithm for computing projections of resultant polytop...Vissarion Fisikopoulos
 
"Faster Geometric Algorithms via Dynamic Determinant Computation."
"Faster Geometric Algorithms via Dynamic Determinant Computation." "Faster Geometric Algorithms via Dynamic Determinant Computation."
"Faster Geometric Algorithms via Dynamic Determinant Computation." Vissarion Fisikopoulos
 
Oracle-based algorithms for high-dimensional polytopes.
Oracle-based algorithms for high-dimensional polytopes.Oracle-based algorithms for high-dimensional polytopes.
Oracle-based algorithms for high-dimensional polytopes.Vissarion Fisikopoulos
 
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by OraclesEfficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by OraclesVissarion Fisikopoulos
 
Efficient Edge-Skeleton Computation for Polytopes Defined by Oracles
Efficient Edge-Skeleton Computation for Polytopes Defined by OraclesEfficient Edge-Skeleton Computation for Polytopes Defined by Oracles
Efficient Edge-Skeleton Computation for Polytopes Defined by OraclesVissarion Fisikopoulos
 
High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...Vissarion Fisikopoulos
 
Working with spatial trajectories in Boost Geometry
Working with spatial trajectories in Boost GeometryWorking with spatial trajectories in Boost Geometry
Working with spatial trajectories in Boost GeometryVissarion Fisikopoulos
 
High-dimensional sampling and volume computation
High-dimensional sampling and volume computationHigh-dimensional sampling and volume computation
High-dimensional sampling and volume computationVissarion Fisikopoulos
 
Conctructing Polytopes via a Vertex Oracle
Conctructing Polytopes via a Vertex OracleConctructing Polytopes via a Vertex Oracle
Conctructing Polytopes via a Vertex OracleVissarion Fisikopoulos
 
High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...Vissarion Fisikopoulos
 
Volume and edge skeleton computation in high dimensions
Volume and edge skeleton computation in high dimensionsVolume and edge skeleton computation in high dimensions
Volume and edge skeleton computation in high dimensionsVissarion Fisikopoulos
 
Efficient Random-Walk Methods forApproximating Polytope Volume
Efficient Random-Walk Methods forApproximating Polytope VolumeEfficient Random-Walk Methods forApproximating Polytope Volume
Efficient Random-Walk Methods forApproximating Polytope VolumeVissarion Fisikopoulos
 
A new practical algorithm for volume estimation using annealing of convex bodies
A new practical algorithm for volume estimation using annealing of convex bodiesA new practical algorithm for volume estimation using annealing of convex bodies
A new practical algorithm for volume estimation using annealing of convex bodiesVissarion Fisikopoulos
 
Geodesic algorithms: an experimental study
Geodesic algorithms: an experimental studyGeodesic algorithms: an experimental study
Geodesic algorithms: an experimental studyVissarion Fisikopoulos
 
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)Vissarion Fisikopoulos
 

More from Vissarion Fisikopoulos (20)

"Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL.""Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL."
 
"Regular triangularions and resultant polytopes."
"Regular triangularions and resultant polytopes." "Regular triangularions and resultant polytopes."
"Regular triangularions and resultant polytopes."
 
"Exact and approximate algorithms for resultant polytopes."
"Exact and approximate algorithms for resultant polytopes." "Exact and approximate algorithms for resultant polytopes."
"Exact and approximate algorithms for resultant polytopes."
 
"An output-sensitive algorithm for computing projections of resultant polytop...
"An output-sensitive algorithm for computing projections of resultant polytop..."An output-sensitive algorithm for computing projections of resultant polytop...
"An output-sensitive algorithm for computing projections of resultant polytop...
 
"Faster Geometric Algorithms via Dynamic Determinant Computation."
"Faster Geometric Algorithms via Dynamic Determinant Computation." "Faster Geometric Algorithms via Dynamic Determinant Computation."
"Faster Geometric Algorithms via Dynamic Determinant Computation."
 
Oracle-based algorithms for high-dimensional polytopes.
Oracle-based algorithms for high-dimensional polytopes.Oracle-based algorithms for high-dimensional polytopes.
Oracle-based algorithms for high-dimensional polytopes.
 
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by OraclesEfficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
 
Efficient Edge-Skeleton Computation for Polytopes Defined by Oracles
Efficient Edge-Skeleton Computation for Polytopes Defined by OraclesEfficient Edge-Skeleton Computation for Polytopes Defined by Oracles
Efficient Edge-Skeleton Computation for Polytopes Defined by Oracles
 
High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...
 
Working with spatial trajectories in Boost Geometry
Working with spatial trajectories in Boost GeometryWorking with spatial trajectories in Boost Geometry
Working with spatial trajectories in Boost Geometry
 
High-dimensional sampling and volume computation
High-dimensional sampling and volume computationHigh-dimensional sampling and volume computation
High-dimensional sampling and volume computation
 
Conctructing Polytopes via a Vertex Oracle
Conctructing Polytopes via a Vertex OracleConctructing Polytopes via a Vertex Oracle
Conctructing Polytopes via a Vertex Oracle
 
High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...
 
Enumeration of 2-level polytopes
Enumeration of 2-level polytopesEnumeration of 2-level polytopes
Enumeration of 2-level polytopes
 
Volume and edge skeleton computation in high dimensions
Volume and edge skeleton computation in high dimensionsVolume and edge skeleton computation in high dimensions
Volume and edge skeleton computation in high dimensions
 
Efficient Random-Walk Methods forApproximating Polytope Volume
Efficient Random-Walk Methods forApproximating Polytope VolumeEfficient Random-Walk Methods forApproximating Polytope Volume
Efficient Random-Walk Methods forApproximating Polytope Volume
 
A new practical algorithm for volume estimation using annealing of convex bodies
A new practical algorithm for volume estimation using annealing of convex bodiesA new practical algorithm for volume estimation using annealing of convex bodies
A new practical algorithm for volume estimation using annealing of convex bodies
 
Volume computation and applications
Volume computation and applications Volume computation and applications
Volume computation and applications
 
Geodesic algorithms: an experimental study
Geodesic algorithms: an experimental studyGeodesic algorithms: an experimental study
Geodesic algorithms: an experimental study
 
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
 

Recently uploaded

Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Nistarini College, Purulia (W.B) India
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
Boyles law module in the grade 10 science
Boyles law module in the grade 10 scienceBoyles law module in the grade 10 science
Boyles law module in the grade 10 sciencefloriejanemacaya1
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 

Recently uploaded (20)

Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
Boyles law module in the grade 10 science
Boyles law module in the grade 10 scienceBoyles law module in the grade 10 science
Boyles law module in the grade 10 science
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 

The Newton polytope of the sparse resultant

  • 1. The Newton polytope of the Sparse Resultant Vissarion Fisikopoulos joint work with A.Dickenstein (Buenos Aires), I.Emiris (Athens) Computer Science Department, Algorithms Group Berlin, 23 Mar. 2015
  • 2. Newton polytope Definition Given polynomial f ∈ K[x1, . . . , xn] the Newton polytope N(f) of f is the convex hull of its support set i.e. exponent vectors of monomials with non-zero coefficient. 3 2 1 2 3 5 5 f(x1, x2) = 8x2 + x1x2 − 24x2 2 − 16x2 1 + 220x2 1x2 − 34x1x2 2 − 84x3 1x2 +6x2 1x2 2 −8x1x3 2 +8x3 1x2 2 + 8x3 1 + 18x3 2 N(f) 1
  • 3. Sparse resultant Definition Given are polynomials f0, f1, . . . , fn ∈ K[x1, . . . , xn], s.t. the supports define an essential family A0, A1, . . . , An ⊂ Zn, i.e. the Ai generate Zn and any k-subset generates a sublattice of dimension ≥ k. The system’s (sparse) resultant R is the polynomial in the system’s coefficients, defined up to sign, which vanishes iff the polynomials have a common root in (C∗)n. The resultant polytope N(R) is the Newton polytope of R. A0 A1 N(R)R(a, b, c, d, e) = ad2 b + c2 b2 − 2caeb + a2 e2 f0(x) = ax2 + b f1(x) = cx2 + dx + e
  • 4. Birkhoff polytope Linear polynomials A0 A1 N(R) f0(x, y) = ax + by + c f1(x, y) = dx + ey + f f2(x, y) = gx + hy + iA2 a b c d e f g h i 4-dimensional Birkhoff polytope R(a, b, c, d, e, f, g, h, i) =
  • 5. Motivation Algebraic: complexity of resultant polynomial Geometric: generalize Birkhoff polytopes; faces are Minkowski sums of resultant polytopes Applications: support computation → interpolate implicit equation of parametric hypersurface, resultant, discriminant. Examples of resultant polytopes
  • 6. Previous work [GKZ’90] Univariate case, general-dimensional N(R): The Ai are multisets from Z: |A0| = k0 + 1, |A1| = k1 + 1 ⇒ ⇒ dim N(R) = k0 + k1 − 1, k0+k1 k0 vertices, k0k1 + 3 facets. [Sturmfels’94] Multivariate case / up to 3 dimensions The only resultant polytopes up to dimension 3
  • 7. One step beyond: 4-dimensional N(R) f-vector of face cardinalities: of vertices, edges, ridges, facets. Some f-vectors (some by 3 generic triangles): (5, 10, 10, 5): 4-simplex (6, 15, 18, 9): Birkhoff (8, 20, 21, 9) (9, 22, 21, 8) . . . (10, 26, 25, 9): Sylvester, ki ∈ {2, 3} . . . (17, 50, 50, 17) (18, 51, 48, 15) (18, 51, 49, 16) (18, 52, 50, 16) (18, 52, 51, 17) (18, 53, 51, 16) (18, 53, 53, 18) (18, 54, 54, 18) (19, 54, 52, 17) (19, 55, 51, 15) (19, 55, 52, 16) (19, 55, 54, 18) (19, 56, 54, 17) (19, 56, 56, 19) (19, 57, 57, 19) (20, 58, 54, 16) (20, 59, 57, 18) (20, 60, 60, 20) (21, 62, 60, 19) (21, 63, 63, 21) (22, 66, 66, 22)
  • 8. Computation of resultant polytopes respol software [Emiris-F-Konaxis-Pe˜naranda] offers lower bounds on f-vectors C++, http://sourceforge.net/projects/respol 5-, 6- and 7-d polytopes with 35K, 23K and 500 vertices, resp., within 2hrs; the secondary polytopes are intractable. Alternative algorithm employs tropical geometry (GFan library) [Jensen-Yu]
  • 9. Main result Theorem Given essential family A0, A1, . . . , An ⊂ Zn, with N(R) of dimension 4, N(R) is (a degeneration of) any of the following polytopes: (i) if all |Ai| = 2, except for one with cardinality 5, the 4-simplex with f-vector (5, 10, 10, 5). (ii) if all |Ai| = 2, except for two with cardinalities 3 and 4, a polytope with f-vector (10, 26, 25, 9). (iii) if all |Ai| = 2, except for three with cardinality 3, a polytope with maximal face numbers ˜f3 = 22, ˜f2 = 66, ˜f1 = ˜f0 + 44, and 22 ≤ ˜f0 ≤ 28. Degenarations can only decrease the number of faces. Focus on new case (iii): reduces to n = 2 and |Ai| = 3. Previous upper bound for vertices yields 6608 [Sturmfels’94].
  • 10. Subdivisions of the Minkowski sum A subdivision S of A0 + A1 + · · · + An ⊂ Zn: is mixed when its cells have (unique) expressions as Minkowski sums of subsets of the Ai, and the cells intersect properly. mixed subdivision S of A0 + A1 + A2 A0 A1 A2
  • 11. Subdivisions of the Minkowski sum A subdivision S of A0 + A1 + · · · + An ⊂ Zn: is fine (or tight) if, for all cells σ = n i=0 Fi, it holds dim σ = n i=0 dim Fi; otherwise, it is coarse. mixed subdivision S of A0 + A1 + A2 A0 A1 A2
  • 12. Subdivisions of the Minkowski sum A subdivision S of A0 + A1 + · · · + An ⊂ Zn: is regular if obtained by projecting the lower hull of the Minkowski sum of the A0, . . . , An ⊂ Zn+1, defined by some (typically linear) lifting function w : Rn → Rn+1; mixed subdivision S of A0 + A1 + A2 A0 A1 A2
  • 13. Mapping subdivisions to N(R) faces Proposition (GKZ,Sturmfels) Consider the regular mixed subdivision S of A0 + A1 + · · · + An, obtained by a lifting defined by w ∈ Rm. Then, S defines a face of N(R) which has w as outer normal, equal to the Newton polytope of σ∈S R(f0|σ, . . . , fn|σ)dσ , i.e. the Minkowski sum of the resultant polytopes of subsystems {f0|σ, . . . , fn|σ} correspoding to cells σ ∈ S, where dσ is the normalized volume of σ.
  • 14. Resultant facets white, blue, red cells: contain point summand purple cell: 2 subdivisions → N(R) segment turquoise cell: 3 subdivisions → N(R) triangle Mink. sum of N(R) triangle and N(R) segmentsubd. S of A0 + A1 + A2 Resultant vertices are obtained from fine regular mixed subdivisions
  • 15. Genericity maximizes complexity Theorem The number of N(R) faces for 3 triangles is maximized for generic triangles, namely 2-d, without parallel edges. N(R∗ ) f-vector: (18, 52, 50, 16) N(R) f-vector: (14, 38, 36, 12) p p∗ A0 A1 A2 A0 A1 A2
  • 16. Possible facets Lemma resultant facet: 3-d N(R): octagon in S, prism: 2-d N(R) (triangle) + 1-d N(R): heptagon and hexagon, zonotope: 1-d N(R) + 1-d N(R) + 1-d N(R): 3 hexagons. 3D 2D
  • 17. Counting facets A technical tool: duality of mixed subdivisions.
  • 18. Counting facets Lemma Maximal face numbers are as follows: 9 resultant facets: 9 octagons with |Ai| = 3, 3, 2. 9 prisms: 9 hexagon-heptagon pairs: unique subdivision if common edge picked, i.e., common dual ray fixed. 4 zonotopes: 4 triplets of tri-chromatic points.
  • 19. Face numbers Theorem The maximal number of facets and ridges is ˜f3 = 22 and ˜f2 = 66, resp. Moreover, ˜f1 = ˜f0 + 44, and 22 ≤ ˜f0 ≤ 28. The lower bounds are tight. Proof Count 36 triangular and 30 parallelogram ridges. [Kalai’87] If fi 2 = # two-faces which are i-gons, f1 + i≥4 (i − 3)fi 2 ≥ df0 − d + 1 2 , hence f1 + 30 ≥ 4f0 − 10, then apply Euler’s equation.
  • 20. Questions Is the maximum f-vector of a 4d-resultant polytope (22, 66, 66, 22) ? Explain symmetry of maximal f-vectors for non self-dual polytopes Compute the subdivision with max/min cells
  • 21. Conjecture Let ˜f0(d) = max #vertices of a d-dimensional N(R): ˜f0(d) ≤ (3d − 3) · T =d−1 i∈T ˜f0(i), where T is any multiset with elements in {1, . . . , d − 1}, T = i∈T i. Gives ˜f0(3) ≤ 42 (instead of 6), ˜f0(4) ≤ 180 (instead of 28). Bound in d [Sturmfels’94] is (3d − 3)2d2 ⇒ ˜f0(5) ≤ 1250; the conjecture yields 924
  • 22. Schlegel diagram and facet graph [M. Joswig] of maximal polytope
  • 23. Schlegel diagram and facet graph [M. Joswig] of maximal polytope Thank you!