Skip to main content

Showing 1–11 of 11 results for author: Berthomieu, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2402.03144  [pdf, ps, other

    cs.SC math.AC

    Computing Generic Fibres of Polynomial Ideals with FGLM and Hensel Lifting

    Authors: Jérémy Berthomieu, Rafael Mohr

    Abstract: We describe a version of the FGLM algorithm that can be used to compute generic fibers of positive-dimensional polynomial ideals. It combines the FGLM algorithm with a Hensel lifting strategy. We show that this algorithm has a complexity quasi-linear in the number of lifting steps. Some provided experimental data also demonstrates the practical efficacy of our algorithm. Additionally, we sketch a… ▽ More

    Submitted 5 February, 2024; originally announced February 2024.

  2. arXiv:2203.10021  [pdf, other

    math.AC cs.SC

    Gröbner bases and critical values: The asymptotic combinatorics of determinantal systems

    Authors: Alin Bostan, Jérémy Berthomieu, Andrew Ferguson, Mohab Safey El Din

    Abstract: We consider ideals involving the maximal minors of a polynomial matrix. For example, those arising in the computation of the critical values of a polynomial restricted to a variety for polynomial optimisation. Gröbner bases are a classical tool for solving polynomial systems. For practical computations, this consists of two stages. First, a Gröbner basis is computed with respect to a DRL (degree r… ▽ More

    Submitted 18 March, 2022; originally announced March 2022.

  3. arXiv:2202.13387  [pdf, ps, other

    cs.SC math.AC

    New efficient algorithms for computing Gröbner bases of saturation ideals (F4SAT) and colon ideals (Sparse-FGLM-colon)

    Authors: Jérémy Berthomieu, Christian Eder, Mohab Safey El Din

    Abstract: This paper is concerned with linear algebra based methods for solving exactly polynomial systems through so-called Gröbner bases, which allow one to compute modulo the polynomial ideal generated by the input equations. This is a topical issue in non-linear algebra and more broadly in computational mathematics because of its numerous applications in engineering and computing sciences. Such applicat… ▽ More

    Submitted 27 July, 2023; v1 submitted 27 February, 2022; originally announced February 2022.

  4. arXiv:2202.09226  [pdf, other

    cs.SC math.AC

    Faster change of order algorithm for Gröbner bases under shape and stability assumptions

    Authors: Jérémy Berthomieu, Vincent Neiger, Mohab Safey El Din

    Abstract: Solving zero-dimensional polynomial systems using Gröbner bases is usually done by, first, computing a Gröbner basis for the degree reverse lexicographic order, and next computing the lexicographic Gröbner basis with a change of order algorithm. Currently, the change of order now takes a significant part of the whole solving time for many generic instances. Like the fastest known change of order… ▽ More

    Submitted 15 May, 2022; v1 submitted 18 February, 2022; originally announced February 2022.

    Comments: 10 pages, 2 tables

  5. arXiv:2107.02582  [pdf, ps, other

    cs.SC

    Polynomial-Division-Based Algorithms for Computing Linear Recurrence Relations

    Authors: Jérémy Berthomieu, Jean-Charles Faugère

    Abstract: Sparse polynomial interpolation, sparse linear system solving or modular rational reconstruction are fundamental problems in Computer Algebra. They come down to computing linear recurrence relations of a sequence with the Berlekamp-Massey algorithm. Likewise, sparse multivariate polynomial interpolation and multidimensional cyclic code decoding require guessing linear recurrence relations of a mul… ▽ More

    Submitted 6 July, 2021; originally announced July 2021.

    Journal ref: Journal of Symbolic Computation, Elsevier, In press

  6. msolve: A Library for Solving Polynomial Systems

    Authors: Jérémy Berthomieu, Christian Eder, Mohab Safey El Din

    Abstract: We present a new open source C library \texttt{msolve} dedicated to solving multivariate polynomial systems of dimension zero through computer algebra methods. The core algorithmic framework of \texttt{msolve} relies on Gr\''obner bases and linear algebra based algorithms for polynomial system solving. It relies on Gr\''obner basis computation w.r.t.\ the degree reverse lexicographical orde… ▽ More

    Submitted 19 May, 2021; v1 submitted 8 April, 2021; originally announced April 2021.

    Comments: 2021 International Symposium on Symbolic and Algebraic Computation, Jul 2021, Saint-P{é}tersbourg, Russia

  7. arXiv:2104.00913  [pdf, ps, other

    cs.SC

    On the computation of asymptotic critical values of polynomial maps and applications

    Authors: Jérémy Berthomieu, Andrew Ferguson, Mohab Safey El Din

    Abstract: Let $\mathbf{f} = \left(f_1, \dots, f_p\right) $ be a polynomial tuple in $\mathbb{Q}[z_1, \dots, z_n]$ and let $d = \max_{1 \leq i \leq p} °f_i$. We consider the problem of computing the set of asymptotic critical values of the polynomial map**, with the assumption that this map** is dominant, $\mathbf{f}: z \in \mathbb{K}^n \to (f\_1(z), \dots, f\_p(z)) \in \mathbb{K}^p$ where $\mathbb{K}$ i… ▽ More

    Submitted 2 April, 2021; originally announced April 2021.

  8. arXiv:2009.05248  [pdf, ps, other

    cs.SC

    Guessing Gr{ö}bner Bases of Structured Ideals of Relations of Sequences

    Authors: Jérémy Berthomieu, Mohab Safey El Din

    Abstract: Assuming sufficiently many terms of a n-dimensional table defined over a field are given, we aim at guessing the linear recurrence relations with either constant or polynomial coefficients they satisfy. In many applications, the table terms come along with a structure: for instance, they may be zero outside of a cone, they may be built from a Gr{ö}bner basis of an ideal invariant under the action… ▽ More

    Submitted 18 November, 2021; v1 submitted 11 September, 2020; originally announced September 2020.

    Comments: Journal of Symbolic Computation, Elsevier, In press

  9. arXiv:1806.00978  [pdf, ps, other

    cs.SC

    In-depth comparison of the Berlekamp--Massey--Sakata and the Scalar-FGLM algorithms: the adaptive variants

    Authors: Jérémy Berthomieu, Jean-Charles Faugère

    Abstract: The Berlekamp--Massey--Sakata algorithm and the Scalar-FGLM algorithm both compute the ideal of relations of a multidimensional linear recurrent sequence.Whenever quering a single sequence element is prohibitive, the bottleneck of these algorithms becomes the computation of all the needed sequence terms. As such, having adaptive variants of these algorithms, reducing the number of sequence queries… ▽ More

    Submitted 4 June, 2018; originally announced June 2018.

  10. arXiv:1709.07168  [pdf, ps, other

    cs.SC

    In-depth comparison of the Berlekamp -- Massey -- Sakata and the Scalar-FGLM algorithms: the non adaptive variants

    Authors: Jérémy Berthomieu, Jean-Charles Faugère

    Abstract: We compare thoroughly the Berlekamp -- Massey -- Sakata algorithm and the Scalar-FGLM algorithm, which compute both the ideal of relations of a multi-dimensional linear recurrent sequence. Suprisingly, their behaviors differ. We detail in which way they do and prove that it is not possible to tweak one of the algorithms in order to mimic exactly the behavior of the other.

    Submitted 21 September, 2017; originally announced September 2017.

  11. Polynomial-Time Algorithms for Quadratic Isomorphism of Polynomials: The Regular Case

    Authors: Jérémy Berthomieu, Jean-Charles Faugère, Ludovic Perret

    Abstract: Let $\mathbf{f}=(f\_1,\ldots,f\_m)$ and $\mathbf{g}=(g\_1,\ldots,g\_m)$ be two sets of $m\geq 1$ nonlinear polynomials over $\mathbb{K}[x\_1,\ldots,x\_n]$ ($\mathbb{K}$ being a field). We consider the computational problem of finding -- if any -- an invertible transformation on the variables map** $\mathbf{f}$ to $\mathbf{g}$. The corresponding equivalence problem is known as {\tt Isomorphism of… ▽ More

    Submitted 29 May, 2015; v1 submitted 18 July, 2013; originally announced July 2013.

    Comments: Published in Journal of Complexity, Elsevier, 2015, pp.39