Changeset 2c957af in git


Ignore:
Timestamp:
Jul 25, 2006, 2:02:44 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f995aabf7dacabab6e24c26c2a358ed2d2925830
Parents:
d420d9b1a7dfa526eb758fc647450e545bb219f8
Message:
*hannes: Stanislav Bulygins changes


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/teachstd.lib

    rd420d9 r2c957af  
    22//GMG, last modified 28.9.01
    33///////////////////////////////////////////////////////////////////////////////
    4 version="$Id: teachstd.lib,v 1.5 2006-07-18 15:48:31 Singular Exp $";
     4version="$Id: teachstd.lib,v 1.6 2006-07-25 12:02:44 Singular Exp $";
    55category="Teaching";
    66info="
     
    88AUTHOR:                  G.-M. Greuel, greuel@mathematik.uni-kl.de
    99
    10 NOTE: The library is intended to be used for teaching purposes but not
     10NOTE: The library is intended to be used for teaching purposes, but not
    1111      for serious computations. Sufficiently high printlevel allows to
    1212      control each step, thus illustrating the algorithms at work.
    13       The procedures are implemented exatly as described in the book
     13      The procedures are implemented exactly as described in the book
    1414      'A SINGULAR Introduction to Commutative Algebra' by G.-M. Greuel and
    1515      G. Pfister (Springer 2002).
     
    728728RETURN:  A standard basis for a local degree ordering, using Lazard's method.
    729729NOTE:    The procedure homogenizes id w.r.t. a new 1st variable local@t,
    730          computes a SB wrt (dp(1),dp) and substitutes local@t by 1.
     730         computes a SB w.r.t. (dp(1),dp) and substitutes local@t by 1.
    731731         Hence the result is a SB with respect to an ordering which sorts
    732732         first w.r.t. the subdegree of the original variables and then refines
Note: See TracChangeset for help on using the changeset viewer.