Changeset 2b0c335 in git


Ignore:
Timestamp:
Aug 1, 2007, 4:36:12 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
53486fbf081da0a592cc97ff195df7e2cf15c7b3
Parents:
54cc79b64cdb6b7f8b61e334f808c3f8eaafb0d5
Message:
*gmg: names


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/noether.lib

    r54cc79 r2b0c335  
    11// AH last modified:  01.07.2007
    22//////////////////////////////////////////////////////////////////////////////
    3 version = "$Id: noether.lib,v 1.6 2007-01-23 15:03:37 Singular Exp $";
     3version = "$Id: noether.lib,v 1.7 2007-08-01 14:36:12 Singular Exp $";
    44category="Commutative Algebra";
    55info="
     
    2727
    2828PROCEDURES:
    29  NP_test(id);  checks whether monomial ideal id is in Noether position
    30  MNP_test(id); the same as above using modular methods
    31  NP(id);       Noether normalization of ideal id
    32  MNP(id);      Noether normalization of ideal id by modular methods
     29 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
    3333 nsatiety(id); Satiety of ideal id
    34  msatiety(id)  Satiety of ideal id by modular methods
     34 modsatiety(id)  Satiety of ideal id by modular methods
    3535 regCM(id);    Castelnuovo-Mumford regularity of ideal id
    36  mregCM(id);  Castelnuovo-Mumford regularity of ideal id by modular methods
     36 modregCM(id); Castelnuovo-Mumford regularity of ideal id by modular methods
    3737";
    3838LIB "elim.lib";
Note: See TracChangeset for help on using the changeset viewer.