Changeset 15fbfe0 in git for Singular/LIB/freegb.lib


Ignore:
Timestamp:
Nov 23, 2018, 9:57:32 AM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b95a5fd690d6e706af819dfdf1070a990219bf41
Parents:
6b0b41353343d43decc1e6b69445b44cca8cd850352a92c88d03b3b9cf5dcabdeb7619670ccc7228
Message:
Merge branch 'spielwiese' into rightGB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/freegb.lib

    r6b0b413 r15fbfe0  
    2626lieBracket(a,b[, N]);            Lie bracket ab-ba of two letterplace polynomials
    2727letplaceGBasis(I);               two-sided Groebner basis of a letterplace ideal I
    28 lpNF(f,I);                       two-sided normal form of f with respect to ideal I
    2928lpDivision(f,I);                 two-sided division with remainder
    3029lpGBPres2Poly(L,I);              reconstructs a polynomial from the output of lpDivision
     
    27702769// TODO Oct 18: replace by legacy call to the kernel function
    27712770proc lpNF(poly p, ideal G)
    2772 "USAGE: lpNF(p,G); poly p, ideal G
     2771"USAGE: lpNF(p,G); poly p, ideal G (deprecated in favor of reduce(). will be removed soon)
    27732772RETURN: poly
    27742773PURPOSE: computation of the normal form of p with respect to G
     
    35763575  {
    35773576    p = iv2lp(L[i]);
    3578     G[(ncols(G) + 1)] = p;
     3577    G[(size(G) + 1)] = p;
    35793578  }
    35803579  return(G);
Note: See TracChangeset for help on using the changeset viewer.