Changeset bdfe704 in git for Singular


Ignore:
Timestamp:
Sep 28, 2022, 4:27:02 PM (19 months ago)
Author:
Frédéric Chapoton <fchapoton2@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1291fb4c2054a2414ab193f6b00166905b065f98
Parents:
8315482a37850749cfd56f4f6a3f4b7bab4e4cc0
git-author:
Frédéric Chapoton <fchapoton2@gmail.com>2022-09-28 16:27:02+02:00
git-committer:
GitHub <noreply@github.com>2022-09-28 16:27:02+02:00
Message:
Update pfd.lib

just some typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/pfd.lib

    r831548 rbdfe704  
    99OVERVIEW:
    1010This Library implements an algorithm based on the work of E. K. Leinartas to
    11 write rational functions in mutiple variables as a sum of functions with
     11write rational functions in multiple variables as a sum of functions with
    1212\"smaller\" numerators and denominators.
    13 This can be used to shorten the IBP reduction coeffcients of multi-loop Feynman
     13This can be used to shorten the IBP reduction coefficients of multi-loop Feynman
    1414integrals. For this application,
    1515we also provide a procedure that applies the algorithm to all entries of a
     
    472472  }
    473473
    474   ideal q_denom = q[indices]; // factors occuring in the denominator
     474  ideal q_denom = q[indices]; // factors occurring in the denominator
    475475  matrix T;
    476476  ideal q_std = liftstd(q_denom,T);
Note: See TracChangeset for help on using the changeset viewer.