Changeset 2b0c335 in git
- Timestamp:
- Aug 1, 2007, 4:36:12 PM (16 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 53486fbf081da0a592cc97ff195df7e2cf15c7b3
- Parents:
- 54cc79b64cdb6b7f8b61e334f808c3f8eaafb0d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/noether.lib
r54cc79 r2b0c335 1 1 // AH last modified: 01.07.2007 2 2 ////////////////////////////////////////////////////////////////////////////// 3 version = "$Id: noether.lib,v 1. 6 2007-01-23 15:03:37Singular Exp $";3 version = "$Id: noether.lib,v 1.7 2007-08-01 14:36:12 Singular Exp $"; 4 4 category="Commutative Algebra"; 5 5 info=" … … 27 27 28 28 PROCEDURES: 29 N P_test(id); checks whether monomial ideal id is in Noether position30 MN P_test(id); the same as above using modular methods31 N P(id); Noether normalization of ideal id32 MN P(id); Noether normalization of ideal id by modular methods29 Npos_test(id); checks whether monomial ideal id is in Noether position 30 MNpos_test(id); the same as above using modular methods 31 Npos(id); Noether normalization of ideal id 32 MNpos(id); Noether normalization of ideal id by modular methods 33 33 nsatiety(id); Satiety of ideal id 34 m satiety(id) Satiety of ideal id by modular methods34 modsatiety(id) Satiety of ideal id by modular methods 35 35 regCM(id); Castelnuovo-Mumford regularity of ideal id 36 m regCM(id);Castelnuovo-Mumford regularity of ideal id by modular methods36 modregCM(id); Castelnuovo-Mumford regularity of ideal id by modular methods 37 37 "; 38 38 LIB "elim.lib";
Note: See TracChangeset
for help on using the changeset viewer.