EN FR
EN FR


Section: New Results

Algebraic computing and high-performance kernels

Linear differential equations as a data-structure

A lot of information concerning solutions of linear differential equations can be computed directly from the equation. It is therefore natural to consider these equations as a data-structure, from which mathematical properties can be computed. A variety of algorithms has thus been designed in recent years that do not aim at “solving”, but at computing with this representation. Many of these results are surveyed in [11].

Absolute root separation

The absolute separation of a polynomial is the minimum nonzero difference between the absolute values of its roots. In the case of polynomials with integer coefficients, it can be bounded from below in terms of the degree and the height (the maximum absolute value of the coefficients) of the polynomial. We improve the known bounds for this problem and related ones. Then we report on extensive experiments in low degrees, suggesting that the current bounds are still very pessimistic. [5]

Improving the complexity of block low-rank factorizations with fast matrix arithmetic

We consider in [9] the LU factorization of an n×n matrix represented as a block low-rank (BLR) matrix: most of its off-diagonal blocks are approximated by matrices of small rank r, which reduces the asymptotic complexity of computing the LU factorization down to 𝒪(n2r). Even though lower complexities can be achieved with hierarchical matrices, the BLR format allows for a very simple and efficient implementation. In this article, our aim is to further reduce the BLR complexity without losing its nonhierarchical nature by exploiting fast matrix arithmetic, that is, the ability to multiply two n×n full-rank matrices together for 𝒪(nω) flops, where ω<3. We devise a new BLR factorization algorithm whose cost is 𝒪(n(ω+1)/2r(ω-1)/2), which represents an asymptotic improvement compared with the standard BLR factorization as soon as ω<3. In particular, for Strassen's algorithm, ω2.81 yields the cost 𝒪(n1.904r0.904). Our numerical experiments are in good agreement with this analysis.

Fast computation of approximant bases in canonical form

In [10] we design fast algorithms for the computation of approximant bases in shifted Popov normal form. For 𝖪 a commutative field, let F be a matrix in 𝖪[x]m×n (truncated power series) and d be a degree vector, the problem is to compute a basis P𝖪[x]m×m of the 𝖪[x]-module of the relations p𝖪[x]1×m such that p(x)·F(x)0modxd. We obtain improved complexity bounds for handling arbitrary (possibly highly unbalanced) vectors d. We also improve upon previously known algorithms for computing P in normalized shifted form for an arbitrary shift. Our approach combines a recent divide and conquer strategy which reduces the general case to the case where information on the output degree is available, and partial linearizations of the involved matrices.