Changeset 1992ae in git
- Timestamp:
- Jun 7, 2005, 12:26:02 PM (18 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 4cfbb08768081371160a30049d0d314778de6e3e
- Parents:
- a073dd0f68fbe0062b998d408874acfba7cb4421
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/involut.lib
ra073dd r1992ae 1 version="$Id: involut.lib,v 1. 6 2005-05-18 18:09:11 levandovExp $";1 version="$Id: involut.lib,v 1.7 2005-06-07 10:24:45 Singular Exp $"; 2 2 category="Noncommutative"; 3 3 info=" 4 LIBRARY: involut ion.lib Procedures for Computations and Operations with Involutions4 LIBRARY: involut.lib Procedures for Computations and Operations with Involutions 5 5 AUTHORS: Oleksandr Iena, yena@mathematik.uni-kl.de, 6 6 @* Markus Becker, mbecker@mathematik.uni-kl.de, -
Singular/LIB/ncall.lib
ra073dd r1992ae 1 // $Id: ncall.lib,v 1. 3 2005-05-09 10:31:29 levandovExp $1 // $Id: ncall.lib,v 1.4 2005-06-07 10:24:45 Singular Exp $ 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: ncall.lib,v 1. 3 2005-05-09 10:31:29 levandovExp $";3 version="$Id: ncall.lib,v 1.4 2005-06-07 10:24:45 Singular Exp $"; 4 4 category = "Noncommutative"; 5 5 info=" … … 13 13 gkdim.lib: Procedures for calculating the Gelfand-Kirillov dimension 14 14 qmatrix.lib: Quantum matrices, quantum minors and symmetric groups 15 involut ion.lib:Computations and operations with involutions15 involut.lib: Computations and operations with involutions 16 16 @end format 17 17 "; … … 26 26 LIB "gkdim.lib"; 27 27 LIB "qmatrix.lib"; 28 LIB "involut ion.lib";28 LIB "involut.lib"; 29 29 //LIB "nchomolog.lib"; -
Singular/LIB/nchomolog.lib
ra073dd r1992ae 1 version="$Id: nchomolog.lib,v 1. 2 2005-05-06 14:38:49 hannesExp $";1 version="$Id: nchomolog.lib,v 1.3 2005-06-07 10:24:46 Singular Exp $"; 2 2 category="Noncommutative"; 3 3 info=" … … 18 18 19 19 LIB "gkdim.lib"; 20 LIB "involut ion.lib";20 LIB "involut.lib"; 21 21 22 22 proc contraHom(matrix M, int s)
Note: See TracChangeset
for help on using the changeset viewer.