Changeset 906458 in git for Singular/LIB/mregular.lib


Ignore:
Timestamp:
Apr 7, 2009, 6:18:06 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
5d98f437864469b655868be585350eeb57da2863
Parents:
2ae96e40fc5453bcb155aec76d376d79dd549cbe
Message:
removed some docu errors prior to release 3-1-0


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/mregular.lib

    r2ae96e r906458  
    11// IB/PG/GMG, last modified:  15.10.2004
    22//////////////////////////////////////////////////////////////////////////////
    3 version = "$Id: mregular.lib,v 1.9 2008-10-06 17:04:27 Singular Exp $";
     3version = "$Id: mregular.lib,v 1.10 2009-04-07 16:18:05 seelisch Exp $";
    44category="Commutative Algebra";
    55info="
     
    14531453         (returns -1 if i = (0) or (1)).
    14541454ASSUME:  The field K is infinite and i is a nonzero proper ideal.
    1455 NOTES    1. It works also if K is a finite field if it terminates, but
     1455NOTE:    1. It works also if K is a finite field if it terminates, but
    14561456            may result in an infinite loop. If the procedure enters more
    1457             than 30 loops, -1 is returned and a warning message is displayed.
     1457            than 30 loops, -1 is returned and a warning message is displayed.@*
    14581458         2. If printlevel > 0 (default = 0), additional info is displayed:
    14591459            dim(S/i) and K[x(n-d+1),...,x(n)] are given.
     
    16801680ASSUME:  i is a nonzero proper monomial ideal.
    16811681NOTES:   1. The ideal must be monomial, otherwise the result has no meaning
    1682             (so check this before using this procedure).
    1683          2. is_nested is used in procedures depthIdeal, regIdeal and satiety.
     1682            (so check this before using this procedure).@*
     1683         2. is_nested is used in procedures depthIdeal, regIdeal and satiety.@*
    16841684         3. When i is a monomial ideal of nested type of S=K[x(0)..x(n)],
    16851685            the a-invariant of S/i coincides with the upper bound obtained
Note: See TracChangeset for help on using the changeset viewer.