Macaulay2 Workshop: Madison 2025

June 30 - July 4, 2025

Organizers: Thomas Brazelton & Mahrud Sayrafi
& Thomas Yahl

    

Projects

Please check back soon--this page will be updated frequently as project leads confirm their projects.

Tim Duff, Title: Elimination Templates

Abstract: We will implement variants of the "elimination template" technique, popularized in the computer vision literature, for computing complex zeros within families of zero-dimensional polynomial ideals. These solvers are constructed in an offline stage by modular Groebner basis methods, then run in online mode by row-reducing a certain submatrix of the classical Macaulay matrix (the "template") and extracting the eigenvectors of an appropriate multiplication matrix. After implementing a basic version, we will test additional strategies for constructing better (=smaller) templates, such as those involving syzygies, saturation, and heuristics for multiplication matrix bases.

Suggested reading: Efficient Solvers for Minimal Problems by Syzygy-based Reduction

Michael Burr, Title: Expanding interval arithmetic in Macaulay2

Abstract: In this project, we will develop interval-based data types in Macaulay2. Interval-based computations are used in certified computations to study the behavior of a function over a region, and for approximate coefficients when a constant only known up to some error.

Macaulay2 includes an implementation of basic real intervals (RRi). The main goals of this project are to extend the existing implementation of real intervals to complex intervals and to introduce implementations of higher dimensional interval arithmetic (in both real and complex spaces), called ball arithmetic.

All of these steps will require work at all levels of Macaulay2, with a heavy emphasis on development in the back-end of the system. The original introduction of basic real intervals took a considerable amount of time and work to complete. It is expected that, even with this template to follow, the proposed extensions will also take a considerable amount of time and code to complete.

Wern Juin Gabriel Ong and Sabrina Pauli, Title: Traces and norms
of symmetric bilinear forms

Abstract: The A1-Brouwer degree refines the classical topological Brouwer degree, taking values in the Grothendieck-Witt ring of non-degenerate symmetric bilinear forms over a field. This refinement not only preserves the classical Brouwer degree as the rank of the bilinear form, but also encodes additional arithmetic information specific to the field. A1-Brouwer degrees have gained prominence in the rapidly growing field of A1-enumerative geometry, which seeks to establish a framework for enumerative geometry over fields that are not necessarily algebraically closed. Recent work by Brazelton, McKean, and Pauli provided explicit algebraic formulae for computing A1-degrees, which were subsequently incorporated into a Macaulay2 package by Borisov et al. This project aims to extend the functionality of this package by implementing traces for non-rational points, unstable local A1-degrees, and additional tools for computation in A1-homotopy theory, including but not limited to motivic residual intersection formulae, motivic Euler characteristics, and tropical methods for A1-enumerative geometry, depending on participant interest.

Thomas Brazelton and Ben Spitz, Title: $C_p$-Mackey functors

Abstract: In equivariant algebraic topology, Mackey functors play the role of abelian groups. Computations with Mackey functors have been central in resolving various problems in algebraic topology, including the Kervaire invariant one problem. In non-equivariant topology, computations are aided by the use of software, e.g. for spectral sequence computations. In equivariant algebraic topology, no such software exists, and current computations are all done by hand.

The goal of this project is to encode the theory of Mackey functors over a cyclic group of prime (power) order, and subsequently to develop methods to compute free resolutions, Ext, Tor, and box products for such Mackey functors. The proposed software would dramatically improve the computational capabilities of mathematicians working in equivariant homotopy theory, representation theory, and equivariant algebra more broadly.