Changeset 431fe1 in git


Ignore:
Timestamp:
Dec 11, 2006, 7:57:42 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
f95a49287278bbb4ca386c82e522953d99dc2c84
Parents:
688052c6836073bcb5c3e359253c9c06b18d72c7
Message:
*hannes: satiety->nsatiety (see mregular.lib)


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/noether.lib

    r688052 r431fe1  
    11// AH/GP last modified:  12.05.2006
    22//////////////////////////////////////////////////////////////////////////////
    3 version = "$Id: noether.lib,v 1.2 2006-12-11 18:54:29 Singular Exp $";
     3version = "$Id: noether.lib,v 1.3 2006-12-11 18:57:42 Singular Exp $";
    44category="Commutative Algebra";
    55info="
     
    2424 NP(id);  Noether normalization of ideal id
    2525 MNP(id);  Noether normalization of ideal id by modular methods
    26  satiety(id);  Satiety of ideal id
     26 nsatiety(id);  Satiety of ideal id
    2727 msatiety(id)  Satiety of ideal id by modular methods
    2828 regCM(id);  Castelnuovo-Mumford regularity of ideal id
     
    336336
    337337////////////////////////////////////////////////////////////////////////////////////
    338 proc satiety (ideal i)
    339 "
    340 USAGE:   satiety (i); i ideal,
     338proc nsatiety (ideal i)
     339"
     340USAGE:   nsatiety (i); i ideal,
    341341RETURN:  an integer, the satiety of i.
    342342         (returns -1 if i is not homogeneous)
Note: See TracChangeset for help on using the changeset viewer.