Changeset ec5a88 in git


Ignore:
Timestamp:
May 24, 2007, 11:16:59 AM (17 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6cb5391051cee3dc93fa18196344d56195ad11e5
Parents:
b85b62d7097af4ecc17a5748c56da42cc5ada953
Message:
*motsak: cleanup


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/nctools.lib

    rb85b62 rec5a88  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: nctools.lib,v 1.25 2007-05-13 18:29:43 levandov Exp $";
     2version="$Id: nctools.lib,v 1.26 2007-05-24 09:16:59 motsak Exp $";
    33category="Noncommutative";
    44info="
     
    66AUTHORS:   Levandovskyy V.,     levandov@mathematik.uni-kl.de,
    77@*         Lobillo, F.J.,       jlobillo@ugr.es,
    8 @*         Rabelo, C.,          crabelo@ugr.es.
     8@*         Rabelo, C.,          crabelo@ugr.es,
     9@*         Motsak, O.,          motsak@mathematik.uni-kl.de.
     10
     11
    912
    1013SUPPORT: DFG (Deutsche Forschungsgesellschaft) and Metodos algebraicos y efectivos en grupos cuanticos, BFM2001-3141, MCYT, Jose Gomez-Torrecillas (Main researcher).
     
    1922Exterior();               return qring, the exterior algebra of a basering,
    2023findimAlgebra(M,[r]);     create finite dimensional algebra structure from the basering and the multiplication matrix M,
    21 SuperCommutative([b,e, Q]);  return qring, the super-commutative algebra over a basering,
     24SuperCommutative([b,e,Q]);  return qring, the super-commutative algebra over a basering,
    2225rightStd(I);              compute a right Groebner basis of an ideal,
    2326
     
    2730isNC();                 check whether basering is noncommutative,
    2831UpOneMatrix(N);         return NxN matrix with 1's in the whole upper triagle,
    29 AltVarStart()           return first alternating variable of a super-commutative algebra,
    30 AltVarEnd()             return last alternating variable of a super-commutative algebra,
    31 IsSCA()                 checks whether current ring is a super-commutative algebra
     32AltVarStart();          return first alternating variable of a super-commutative algebra,
     33AltVarEnd();            return last alternating variable of a super-commutative algebra,
     34IsSCA();                checks whether current ring is a super-commutative algebra
    3235";
    3336
     
    3538LIB "ring.lib"; // for rootofUnity
    3639LIB "poly.lib"; // for newtonDiag
    37 LIB "general.lib"; // for sort
    3840// LIB "ncalg.lib";
    3941
Note: See TracChangeset for help on using the changeset viewer.