Changeset 4d978ec in git


Ignore:
Timestamp:
Jun 1, 2004, 3:53:36 PM (20 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ec34383ab99ba9b240d1e68009af973c819a3798
Parents:
64897b356f1eb982d1a499d55644cfd37b166ddc
Message:
*levandov: minor changes to plural libs


git-svn-id: file:///usr/local/Singular/svn/trunk@7207 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gkdim.lib

    r64897b r4d978ec  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: gkdim.lib,v 1.2 2004-03-18 21:35:40 levandov Exp $";
     2version="$Id: gkdim.lib,v 1.3 2004-06-01 13:53:35 levandov Exp $";
    33category="Noncommutative";
    44info="
    55LIBRARY: GKdim.lib     Procedures for calculating the Gelfand-Kirillov dimension
    66AUTHORS: Lobillo, F.J., email: jlobillo@ugr.es
    7          Rabelo, C., email: crabelo@ugr.es
     7@*       Rabelo, C., email: crabelo@ugr.es
    88
    99SUPPORT: Metodos algebraicos y efectivos en grupos cuanticos, BFM2001-3141, MCYT, Jose Gomez-Torrecillas (Main researcher).
  • Singular/LIB/ncalg.lib

    r64897b r4d978ec  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: ncalg.lib,v 1.5 2004-05-28 20:58:14 levandov Exp $";
     2version="$Id: ncalg.lib,v 1.6 2004-06-01 13:53:35 levandov Exp $";
    33category="Noncommutative";
    44info="
    55LIBRARY:  ncalg.lib      definitions of important G-algebras
    66AUTHORS:  Viktor Levandovskyy,     levandov@mathematik.uni-kl.de,
    7           Oleksandr Motsak,        motsak@mathematik.uni-kl.de,
    8           Oleksandr Khomenko,      Oleksandr.Khomenko@math.uni-freiburg.de.
     7@*        Oleksandr Motsak,        motsak@mathematik.uni-kl.de,
     8@*        Oleksandr Khomenko,      Oleksandr.Khomenko@math.uni-freiburg.de.
    99
    1010PROCEDURES:
  • Singular/LIB/ncdecomp.lib

    r64897b r4d978ec  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: ncdecomp.lib,v 1.1 2004-05-31 21:45:47 levandov Exp $";
     2version="$Id: ncdecomp.lib,v 1.2 2004-06-01 13:53:35 levandov Exp $";
    33category="Noncommutative";
    44info="
    55LIBRARY:  ncdecomp.lib      Central character decomposition of a module
    66AUTHORS:  Viktor Levandovskyy,     levandov@mathematik.uni-kl.de,
    7           Oleksandr Khomenko,      Oleksandr.Khomenko@math.uni-freiburg.de.
     7@*        Oleksandr Khomenko,      Oleksandr.Khomenko@math.uni-freiburg.de.
    88
    99PROCEDURES:
  • Singular/LIB/qmatrix.lib

    r64897b r4d978ec  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: qmatrix.lib,v 1.3 2004-03-19 16:28:50 levandov Exp $";
     2version="$Id: qmatrix.lib,v 1.4 2004-06-01 13:53:36 levandov Exp $";
    33category="Noncommutative";
    44info="
    55LIBRARY: qmatrix.lib     Quantum matrices, quantum minors and symmetric groups.
    66AUTHORS: Lobillo, F.J., email: jlobillo@ugr.es
    7          Rabelo, C., email: crabelo@ugr.es
     7@*       Rabelo, C., email: crabelo@ugr.es
    88
    99SUPPORT: Metodos algebraicos y efectivos en grupos cuanticos, BFM2001-3141, MCYT, Jose Gomez-Torrecillas (Main researcher).
    1010
    1111MAIN PROCEDURES:
    12 quant(n, [p]);          generates the quantum matrix ring of order n, the quantum parameter q will be specified at the p-th root of unity
     12quant(n, [p]);          generates the quantum matrix ring of order n; if optional integer p is specified, the quantum parameter q will be specified at the p-th root of unity
    1313qminor(u, v, nr);       calculate a quantum minor of a quantum matrix
    1414
Note: See TracChangeset for help on using the changeset viewer.