Changeset 9ece67 in git
- Timestamp:
- May 24, 2006, 6:36:06 PM (17 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- d953d49a2e3197af775fc454acbd99f8b06a6d64
- Parents:
- 7bb357fc91a4d4ff1cdbd965c343d46ad930311a
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/teachstd.lib
r7bb357 r9ece67 2 2 //GMG, last modified 28.9.01 3 3 /////////////////////////////////////////////////////////////////////////////// 4 version="$Id: teachstd.lib,v 1. 3 2006-05-19 11:50:35Singular Exp $";4 version="$Id: teachstd.lib,v 1.4 2006-05-24 16:36:06 Singular Exp $"; 5 5 category="Teaching"; 6 6 info=" 7 7 LIBRARY: teachstd.lib Procedures for teaching standard bases 8 8 AUTHOR: G.-M. Greuel, greuel@mathematik.uni-kl.de 9 10 NOTE: 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). 9 16 10 17 PROCEDURES: … … 23 30 standard(id); standard basis of ideal/module 24 31 localstd(id); local standard basis of id using Lazard's method 32 25 33 [parameters in square brackets are optional] 26 27 NOTE: The library is intended to be used for teaching purposes but not28 for serious computations. Sufficiently high printlevel allows to29 control each step, thus illustrating the algorithms at work.30 The procedures are implemented exatly as described in the book31 'A SINGULAR Introduction to Commutative Algebra' by G.-M. Greuel and32 G. Pfister (Springer 2002).33 34 "; 34 35 -
Singular/LIB/weierstr.lib
r7bb357 r9ece67 1 1 //GMG, last modified 28.10.2001 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: weierstr.lib,v 1. 2 2006-05-19 11:50:35Singular Exp $";3 version="$Id: weierstr.lib,v 1.3 2006-05-24 16:36:06 Singular Exp $"; 4 4 category="Teaching"; 5 5 info=" … … 12 12 lastvarGeneral(f); make f general of finite order w.r.t. last variable 13 13 generalOrder(f); compute integer b s.t. f is x_n-general of order b 14 14 15 (parameters in square brackets [] are optional) 15 16 ";
Note: See TracChangeset
for help on using the changeset viewer.