Changeset d2b2a7 in git for Singular/LIB/standard.lib
- Timestamp:
- May 5, 1998, 1:55:40 PM (26 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 97f92aa6d280f6022eaae47195ccc02503ccb984
- Parents:
- 4996f5286c7671191ad22e654499fd8b752fe4f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r4996f52 rd2b2a7 1 // $Id: standard.lib,v 1. 7 1998-04-03 22:47:14krueger Exp $1 // $Id: standard.lib,v 1.8 1998-05-05 11:55:38 krueger Exp $ 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 4 version="$Id: standard.lib,v 1. 7 1998-04-03 22:47:14krueger Exp $";4 version="$Id: standard.lib,v 1.8 1998-05-05 11:55:38 krueger Exp $"; 5 5 info=" 6 6 LIBRARY: standard.lib PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP … … 13 13 14 14 proc stdfglm (ideal i, list #) 15 USAGE: stdfglm(i[,s]); i ideal, s string (any allowed ordstr of a ring)15 "USAGE: stdfglm(i[,s]); i ideal, s string (any allowed ordstr of a ring) 16 16 RETURN: stdfglm(i): standard basis of i in the basering, calculated via fglm 17 from ordering "dp" to the ordering of the basering.17 from ordering \"dp\" to the ordering of the basering. 18 18 stdfglm(i,s): standard basis of i in the basering, calculated via 19 19 fglm from ordering s to the ordering of the basering. 20 20 EXAMPLE: example stdfglm; shows an example 21 " 21 22 { 22 23 string os; … … 56 57 57 58 proc stdhilbert(ideal i,list #) 58 USAGE: stdhilbert(i); i ideal59 "USAGE: stdhilbert(i); i ideal 59 60 stdhilbert(i,v); i homogeneous ideal, v intvec (the Hilbert function) 60 61 RETURN: stdhilbert(i): a standard basis of i (computing v internally) 61 62 stdhilbert(i,v): standard basis of i, using the given Hilbert function 62 63 EXAMPLE: example stdhilbert; shows an example 64 " 63 65 { 64 66 def R=basering;
Note: See TracChangeset
for help on using the changeset viewer.