Changeset e008ba in git for Singular/LIB/ncall.lib


Ignore:
Timestamp:
Dec 22, 2004, 10:16:15 PM (19 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
c73143e4ba218b22d50c50206e9c15a930536fff
Parents:
2ffa2932b108adec98e51f9df31c02060df9edf5
Message:
*levandov: nchomolog and involution added


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ncall.lib

    r2ffa29 re008ba  
    1 // $Id: ncall.lib,v 1.1 2004-08-13 12:40:36 levandov Exp $
     1// $Id: ncall.lib,v 1.2 2004-12-22 21:16:15 levandov Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: ncall.lib,v 1.1 2004-08-13 12:40:36 levandov Exp $";
     3version="$Id: ncall.lib,v 1.2 2004-12-22 21:16:15 levandov Exp $";
    44category = "Noncommutative";
    55info="
     
    77
    88@format
    9   center.lib:    Computation of central elements of G- and GR-algebras
    10   ncalg.lib:     Definitions of important GR-algebras
    11   ncdecomp.lib:  Central character decomposition of a module
    12   nctools.lib:   General tools for noncommutative algebras
    13   gkdim.lib:     Procedures for calculating the Gelfand-Kirillov dimension
    14   qmatrix.lib:   Quantum matrices, quantum minors and symmetric groups
     9  center.lib:      Computation of central elements of G- and GR-algebras
     10  ncalg.lib:       Definitions of important GR-algebras
     11  ncdecomp.lib:    Central character decomposition of a module
     12  nctools.lib:     General tools for noncommutative algebras
     13  gkdim.lib:       Procedures for calculating the Gelfand-Kirillov dimension
     14  qmatrix.lib:     Quantum matrices, quantum minors and symmetric groups
     15  involution.lib:  Computations and operations with involutions
     16  nchomolog.lib:   Noncommutative homological algebra
    1517@end format
    1618";
     
    2426LIB "gkdim.lib";
    2527LIB "qmatrix.lib";
     28LIB "involution.lib";
     29LIB "nchomolog.lib";
Note: See TracChangeset for help on using the changeset viewer.