Changeset 9ece67 in git for Singular/LIB/teachstd.lib


Ignore:
Timestamp:
May 24, 2006, 6:36:06 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
d953d49a2e3197af775fc454acbd99f8b06a6d64
Parents:
7bb357fc91a4d4ff1cdbd965c343d46ad930311a
Message:
*hannes: format


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/teachstd.lib

    r7bb357 r9ece67  
    22//GMG, last modified 28.9.01
    33///////////////////////////////////////////////////////////////////////////////
    4 version="$Id: teachstd.lib,v 1.3 2006-05-19 11:50:35 Singular Exp $";
     4version="$Id: teachstd.lib,v 1.4 2006-05-24 16:36:06 Singular Exp $";
    55category="Teaching";
    66info="
    77LIBRARY:  teachstd.lib   Procedures for teaching standard bases
    88AUTHOR:                  G.-M. Greuel, greuel@mathematik.uni-kl.de
     9
     10NOTE: The library is intended to be used for teaching purposes but not
     11      for serious computations. Sufficiently high printlevel allows to
     12      control each step, thus illustrating the algorithms at work.
     13      The procedures are implemented exatly as described in the book
     14      'A SINGULAR Introduction to Commutative Algebra' by G.-M. Greuel and
     15      G. Pfister (Springer 2002).
    916
    1017PROCEDURES:
     
    2330 standard(id);          standard basis of ideal/module
    2431 localstd(id);          local standard basis of id using Lazard's method
     32
    2533              [parameters in square brackets are optional]
    26 
    27  NOTE: The library is intended to be used for teaching purposes but not
    28        for serious computations. Sufficiently high printlevel allows to
    29        control each step, thus illustrating the algorithms at work.
    30        The procedures are implemented exatly as described in the book
    31        'A SINGULAR Introduction to Commutative Algebra' by G.-M. Greuel and
    32        G. Pfister (Springer 2002).
    3334";
    3435
Note: See TracChangeset for help on using the changeset viewer.