Changeset 334c21f in git for Singular/LIB/freegb.lib


Ignore:
Timestamp:
Apr 14, 2009, 2:08:36 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
797d4f19229a77bdf9613bc5ed8a5f46eaebabe4
Parents:
3360fb21d69c352925dd6bc1692b4f0bd0c595c1
Message:
*hannes: syntax fix


git-svn-id: file:///usr/local/Singular/svn/trunk@11696 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/freegb.lib

    r3360fb r334c21f  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: freegb.lib,v 1.22 2009-04-14 12:00:14 Singular Exp $";
     2version="$Id: freegb.lib,v 1.23 2009-04-14 12:08:36 Singular Exp $";
    33category="Noncommutative";
    44info="
     
    3636
    3737LIB "qhmoduli.lib"; // for Max
    38 
    39 proc testfreegblib()
    40 {
    41   example makeLetterplaceRing;
    42   example freeGBasis;
    43   example setLetterplaceAttributes;
    44     "AUXILIARY PROCEDURES: ";
    45   example shiftPoly;
    46   example lpMult;
    47   example lp2lstr;
    48   example lst2str;
    49   example mod2str;
    50   example vct2str;
    51   example lieBracket;
    52   example serreRelations;
    53   example isVar;
    54 }
    55 
    5638
    5739proc setLetterplaceAttributes(def R, int uptodeg, int lV)
     
    25452527  return(0);
    25462528}
    2547 
    2548 // alias libs for compatibility with older examples
    2549 proc freegbRing(int d)
    2550 {
    2551   return(makeLetterplaceRing(d));
    2552 }
    2553 
    2554 proc freegbasis( list L, int n)
    2555 {
    2556   return(freeGBasis(L, n));
    2557 }
Note: See TracChangeset for help on using the changeset viewer.