Changeset f6c900 in git


Ignore:
Timestamp:
May 9, 2005, 12:38:58 PM (19 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
196cdf81e4a0e48ffd85495c7a31e0c04f05409b
Parents:
81686884caf8b38d3a8857b3ffcab36e48bd1131
Message:
*levandov: corrected docu, alias gkdim added


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gkdim.lib

    r816868 rf6c900  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: gkdim.lib,v 1.8 2005-05-06 14:38:33 hannes Exp $";
     2version="$Id: gkdim.lib,v 1.9 2005-05-09 10:38:58 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    1010
    1111PROCEDURES:
    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.
    1313";
    1414
     
    4747proc GKdim(list L)
    4848"USAGE:   GKdim(L);   L is a left ideal/module/matrix
     49RETURN:  int
    4950PURPOSE: compute the Gelfand-Kirillov dimension of the factor-module, whose presentation is given by L
    50 RETURN:  int
    5151NOTE:  if the factor-module is zero, -1 is returned
    5252EXAMPLE: example GKdim; shows examples
     
    120120}
    121121///////////////////////////////////////////////////////////////////////////////
     122proc gkdim(list L)
     123{
     124  return(GKdim(L));
     125}
     126///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.