Changeset 8ac0543 in git
- Timestamp:
- Aug 2, 2018, 2:27:55 PM (5 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 7a95621c380fff26f2ca585400eca9f536b433b4
- Parents:
- db225ac55520f17fb101df0e913c6c2cbba29552
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/modstd.lib
rdb225a r8ac0543 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="version modstd.lib 4.1.1. 0 Dec_2017"; // $Id$2 version="version modstd.lib 4.1.1.3 Aug_2018 "; // $Id$ 3 3 category="Commutative Algebra"; 4 4 info=" 5 LIBRARY: modstd.lib Groebner bases of ideals using modular methods5 LIBRARY: modstd.lib Groebner bases of ideals/modules using modular methods 6 6 7 7 AUTHORS: A. Hashemi Amir.Hashemi@lip6.fr … … 12 12 13 13 OVERVIEW: 14 A library for computing Groebner bases of ideals in the polynomial ring over15 the rational numbers using modular methods.14 A library for computing Groebner bases of ideals/modules in the polynomial ring 15 over the rational numbers using modular methods. 16 16 17 17 REFERENCES: … … 175 175 176 176 /* compute a normalized GB via groebner() */ 177 static proc groebner_norm( idealI)177 static proc groebner_norm(def I) 178 178 { 179 179 I = simplify(groebner(I), 1);
Note: See TracChangeset
for help on using the changeset viewer.