Changeset 043cba in git
- Timestamp:
- Jul 13, 2007, 2:31:06 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 90ee8d1d1ab99050b0c30c21eadf342a5b681f01
- Parents:
- 7121671570268a9d36d40728721f99603de7d18b
- Location:
- Singular/LIB
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/absfact.lib
r712167 r043cba 1 version="$Id: absfact.lib,v 1. 5 2006-07-18 15:48:09Singular Exp $";1 version="$Id: absfact.lib,v 1.6 2007-07-13 12:31:06 Singular Exp $"; 2 2 category="Factorization"; 3 3 info=" … … 19 19 20 20 KEYWORDS: factorization, absolute factorization. 21 SEE ALSO: factorize 21 22 22 23 PROCEDURES: -
Singular/LIB/help.cnf
r712167 r043cba 1 # Singular help browser file $Id: help.cnf,v 1.1 1 2007-07-04 13:07:03Singular Exp $1 # Singular help browser file $Id: help.cnf,v 1.12 2007-07-13 12:31:06 Singular Exp $ 2 2 # each line which start with an # is a comment 3 3 # each other line defines a (possible) help browser … … 26 26 #---------------------------------------------------- 27 27 htmlview!xDhE:htmlview:!htmlview %h & 28 mac!x DhE:open:!open %f &29 mac-net!x DE:open:!open %H &28 mac!xhE:open:!open %f & 29 mac-net!xE:open:!open %H & 30 30 mozilla!xDhE:mozilla:!(mozilla -remote "openURL(%h)")||(mozilla %h) & 31 31 firefox!xDhE:firefox:!firefox %h & -
Singular/LIB/sagbi.lib
r712167 r043cba 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: sagbi.lib,v 1.1 0 2007-07-06 10:35:05Singular Exp $";2 version="$Id: sagbi.lib,v 1.11 2007-07-13 12:31:06 Singular Exp $"; 3 3 category="Commutative Algebra"; 4 4 info=" … … 248 248 /////////////////////////////////////////////////////////////////////////////// 249 249 250 proc sagbiReduction(poly p,ideal dom,list #) //one step Subalgebra reduction250 proc sagbiReduction(poly p,ideal dom,list #) 251 251 "USAGE: sagbiReduction(p,dom[,n]); p poly , dom ideal 252 RETURN: a polynomial 252 RETURN: a polynomial, after one step subalgebra reduction 253 253 @format 254 254 Three algorithm variants are used to perform subalgebra reduction. 255 The positive interger n determine which variant should be used.256 n may take the values (0 or default),1 or 2.255 The positive interger n determines which variant should be used. 256 n may take the values 0 (default), 1 or 2. 257 257 @end format 258 EXAMPLE: sagbiReduction; show an example"258 EXAMPLE: sagbiReduction; shows an example" 259 259 { 260 260 def bsr=basering; -
Singular/LIB/surf.lib
r712167 r043cba 1 1 // last modified 21.07.2005, Oliver Wienand 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: surf.lib,v 1.2 7 2006-07-18 15:53:58Singular Exp $";3 version="$Id: surf.lib,v 1.28 2007-07-13 12:31:06 Singular Exp $"; 4 4 category="Visualization"; 5 5 info=" … … 16 16 or from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils/}. 17 17 @end texinfo 18 19 SEE ALSO: surfex_lib 18 20 19 21 PROCEDURES:
Note: See TracChangeset
for help on using the changeset viewer.