Changeset 9539e8a in git


Ignore:
Timestamp:
Dec 1, 2006, 5:04:56 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
5629a25e7d5ef898b84c15ea718dc79833fbf131
Parents:
889de3eb2bc6479377a6439a6420f218eeab091d
Message:
*hannes: weightKB descr.


git-svn-id: file:///usr/local/Singular/svn/trunk@9537 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r889de3e r9539e8a  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: standard.lib,v 1.83 2006-11-13 10:15:34 Singular Exp $";
     2version="$Id: standard.lib,v 1.84 2006-12-01 16:04:56 Singular Exp $";
    33category="Miscellaneous";
    44info="
     
    88 stdfglm(ideal[,ord])   standard basis of ideal via fglm [and ordering ord]
    99 stdhilb(ideal[,h])     standard basis of ideal using the Hilbert function
    10  hilbstd(ideal[,h])     standard basis using (weighted) Hilbert function
    1110 groebner(ideal/module) standard basis using a heuristically chosen method
    1211 res(ideal/module,[i])  free resolution of ideal or module
     
    1716";
    1817
     18// hilbstd(ideal[,h])     standard basis using (weighted) Hilbert function
    1919//////////////////////////////////////////////////////////////////////////////
    2020
     
    12401240            list_expression @code{)}
    12411241RETURN:  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
     1242PURPOSE:  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
    12441245          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.
    12471248NOTE:     This is a generalisation for the command @code{kbase} with the same first
    12481249          two arguments.
Note: See TracChangeset for help on using the changeset viewer.