Changeset 9539e8a in git
- Timestamp:
- Dec 1, 2006, 5:04:56 PM (17 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 5629a25e7d5ef898b84c15ea718dc79833fbf131
- Parents:
- 889de3eb2bc6479377a6439a6420f218eeab091d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r889de3e r9539e8a 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: standard.lib,v 1.8 3 2006-11-13 10:15:34Singular Exp $";2 version="$Id: standard.lib,v 1.84 2006-12-01 16:04:56 Singular Exp $"; 3 3 category="Miscellaneous"; 4 4 info=" … … 8 8 stdfglm(ideal[,ord]) standard basis of ideal via fglm [and ordering ord] 9 9 stdhilb(ideal[,h]) standard basis of ideal using the Hilbert function 10 hilbstd(ideal[,h]) standard basis using (weighted) Hilbert function11 10 groebner(ideal/module) standard basis using a heuristically chosen method 12 11 res(ideal/module,[i]) free resolution of ideal or module … … 17 16 "; 18 17 18 // hilbstd(ideal[,h]) standard basis using (weighted) Hilbert function 19 19 ////////////////////////////////////////////////////////////////////////////// 20 20 … … 1240 1240 list_expression @code{)} 1241 1241 RETURN: the same as the input type of the first argument 1242 PURPOSE: Computes the part of a vector space basis of the respective quotient with 1243 weighted degree of the monomials equal to the second argument. The last 1242 PURPOSE: computes the part of a vector space basis of the quotient 1243 defined by the first argument with weighted degree of the monomials 1244 equal to the second argument. The last 1244 1245 argument contains the information about the weights as a list of intvec: 1245 @code{wim[1]} for all variables (positive),1246 @code{wim[2]} only for module for the generators.1246 @code{wim[1]} weights for all variables (positive), 1247 @code{wim[2]} weights for the module generators. 1247 1248 NOTE: This is a generalisation for the command @code{kbase} with the same first 1248 1249 two arguments.
Note: See TracChangeset
for help on using the changeset viewer.