Changeset 431fe1 in git
- Timestamp:
- Dec 11, 2006, 7:57:42 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- f95a49287278bbb4ca386c82e522953d99dc2c84
- Parents:
- 688052c6836073bcb5c3e359253c9c06b18d72c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/noether.lib
r688052 r431fe1 1 1 // AH/GP last modified: 12.05.2006 2 2 ////////////////////////////////////////////////////////////////////////////// 3 version = "$Id: noether.lib,v 1. 2 2006-12-11 18:54:29Singular Exp $";3 version = "$Id: noether.lib,v 1.3 2006-12-11 18:57:42 Singular Exp $"; 4 4 category="Commutative Algebra"; 5 5 info=" … … 24 24 NP(id); Noether normalization of ideal id 25 25 MNP(id); Noether normalization of ideal id by modular methods 26 satiety(id); Satiety of ideal id26 nsatiety(id); Satiety of ideal id 27 27 msatiety(id) Satiety of ideal id by modular methods 28 28 regCM(id); Castelnuovo-Mumford regularity of ideal id … … 336 336 337 337 //////////////////////////////////////////////////////////////////////////////////// 338 proc satiety (ideal i)339 " 340 USAGE: satiety (i); i ideal,338 proc nsatiety (ideal i) 339 " 340 USAGE: nsatiety (i); i ideal, 341 341 RETURN: an integer, the satiety of i. 342 342 (returns -1 if i is not homogeneous)
Note: See TracChangeset
for help on using the changeset viewer.