Changeset f6c900 in git
- Timestamp:
- May 9, 2005, 12:38:58 PM (18 years ago)
- Branches:
- (u'spielwiese', 'd1ec153efbb92b07a03c829a7f893fe854f169d2')
- Children:
- 196cdf81e4a0e48ffd85495c7a31e0c04f05409b
- Parents:
- 81686884caf8b38d3a8857b3ffcab36e48bd1131
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/gkdim.lib
r816868 rf6c900 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: gkdim.lib,v 1. 8 2005-05-06 14:38:33 hannesExp $";2 version="$Id: gkdim.lib,v 1.9 2005-05-09 10:38:58 levandov Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 10 10 11 11 PROCEDURES: 12 GKdim(M); Gelfand-Kirillov dimension computation of the factor-module, whose presentation is given by the matrix M 12 GKdim(M); Gelfand-Kirillov dimension computation of the factor-module, whose presentation is given by the matrix M. 13 13 "; 14 14 … … 47 47 proc GKdim(list L) 48 48 "USAGE: GKdim(L); L is a left ideal/module/matrix 49 RETURN: int 49 50 PURPOSE: compute the Gelfand-Kirillov dimension of the factor-module, whose presentation is given by L 50 RETURN: int51 51 NOTE: if the factor-module is zero, -1 is returned 52 52 EXAMPLE: example GKdim; shows examples … … 120 120 } 121 121 /////////////////////////////////////////////////////////////////////////////// 122 proc gkdim(list L) 123 { 124 return(GKdim(L)); 125 } 126 ///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.