As available, slides or notes are now posted for the Fall 2020 talks!
- September 14
- Who: Everyone
- Title: Organizational meeting
- September 28
- Who: Michael DiPasquale
- Title: Waring problems for polynomials ( Link to notes )
- Abstract: A well-known problem in number theory, Warings' problem, asks whether each natural number k has an associated positive integer s so that every natural number is the sum of at most s kth powers. For example, Lagrange showed that every integer can be written as the sum of four squares. While this was answered positively by Hilbert, finding the optimal such s for a given k remains open.
We'll discuss a version of this problem for polynomials. Given a homogeneous polynomial of degree k, one can ask for the smallest number s of linear forms needed to write the polynomial as a sum of s kth powers of linear forms. This is called the Waring rank of the polynomial. It is not difficult to show that every homogeneous polynomial has a Waring rank. The Waring rank of a `generic' homogeneous polynomial of degree k is a celebrated result due to Alexander and Hirschowitz (which classifies all the `deficient' secant varieties of Veronese varieties). It remains an interesting and widely open problem to study the Waring rank of polynomials of a particular form, since it is difficult to determine if a homogeneous polynomial is `generic.' (the Waring rank of a monomial was only settled within the last decade!) Time permitting, I will give some interesting examples of simple homogeneous polynomials with unexpectedly low Waring rank which came out of joint work with Zachary Flores and Chris Peterson. I will assume minimal background for this talk.
- October 12
- Who: Michael Epstein
- Title: Lemniscate Trees of Random Polynomials and Asymptotic Enumeration of Morse Functions on the 2-Sphere ( Link to slides )
- Abstract: We'll consider two problems: first we'll investigate the nesting structure of lemniscate configurations associated to complex polynomials, and in the second part of the talk we'll determine the asymptotics for the number of geometric equivalence classes of Morse functions on the 2-sphere. Both the lemniscate configurations and the equivalence classes of Morse functions are enumerated by classes of trees, and both problems are amenable to the methods of analytic combinatorics. Along the way we'll discuss some of the basic techniques in this fascinating area.
- October 26
- Who: Andreas Gross
- Title: The geometry of metric graphs ( Link to notes )
- Abstract: Metric graphs are arguably among the simplest combinatorial and geometric objects. On the other hand, the combinatorics of the space of all metric graphs, the 'moduli space of tropical curves' is quite intricate. In my talk I will discuss the geometric aspects of this moduli space. I will use this problem to motivate the basic concepts in tropical geometry, so this talk will be accessible to all.
- November 9
- Who: Marc Fehling
- Title: Algorithms for massively parallel generic hp-adaptive finite element methods ( Link to slides )
- Abstract: Efficient algorithms for the numerical solution of partial differential
equations are required to solve problems on an economically viable
timescale. In general, this is achieved by adapting the resolution of
the discretization to the investigated problem, as well as exploiting
hardware specifications. For the latter category, parallelization plays
a major role for modern multi-core and multi-node architectures,
especially in the context of high-performance computing.
Using finite element methods, solutions are approximated by discretizing
the function space of the problem with piecewise polynomials. With
hp-adaptive methods, the polynomial degrees of these basis functions may
vary on locally refined meshes.
We present algorithms and data structures required for generic
hp-adaptive finite element software applicable for both continuous and
discontinuous Galerkin methods on distributed memory systems. Both
function space and mesh may be adapted dynamically during the solution
process.
We briefly outline the non-trivial parts of the implementation within
the open-source library deal.II, and solve the Laplace problem
exemplarily on a domain with a reentrant corner which invokes a
singularity. With this example, we demonstrate the benefits of the
hp-adaptive methods in terms of error convergence and show that our
algorithm scales up to 49,152 MPI processes.