Changeset 8942a5 in git for Singular/LIB/qhmoduli.lib


Ignore:
Timestamp:
Dec 22, 2000, 3:33:13 PM (23 years ago)
Author:
Gert-Martin Greuel <greuel@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
8bb77bfee92151ac9ed599c9d789653dc8a3570c
Parents:
803c5a17d620ffa41d14efaab791dcf17ad1f7a4
Message:
* GMG: Kosmetik


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/qhmoduli.lib

    r803c5a1 r8942a5  
    33category="Singularities";
    44info="
    5 LIBRARY:  qhmoduli.lib    PROCEDURES FOR MODULI SPACES OF SQH-SINGULARITIES
     5LIBRARY:  qhmoduli.lib    Moduli Spaces of Semi-Quasihomogeneous Singularities
    66AUTHOR:   Thomas Bayer, email: bayert@in.tum.de
    77
     
    4343         2 use a primary decomposition
    4444         4 compute E_f0, i.e., the image of G_f0
    45          To combine options, add their value.
    46 DEFAULT: opt = 7
     45         To combine options, add their value, default: opt =7
    4746EXAMPLE: example ModEqn; shows an example
    4847"
     
    199198RETURN:   polynomial ring over a simple extension of the groundfield of the
    200199          basering, containing the ideals 'id' and 'embedid'.
    201    - 'id' contains the equations of the quotient if opt = 1,
    202      if opt = 0, 2 'id' contains generators of the coordinate ring R
    203            of the quotient (Spec(R) is the quotient)
    204    - 'embedid' = 0 if opt = 1,
    205            if opt = 0, 2 it is the ideal defining the equivariant embedding
     200          - 'id' contains the equations of the quotient if opt = 1,
     201            if opt = 0, 2 'id' contains generators of the coordinate ring R
     202            of the quotient (Spec(R) is the quotient)
     203          - 'embedid' = 0 if opt = 1,
     204            if opt = 0, 2 it is the ideal defining the equivariant embedding
    206205OPTIONS: 1 compute equations of the quotient,
    207206         2 use a primary decomposition when computing the Reynolds operator
    208    To combine options, add their value.
    209 DEFAULT: opt = 3
     207         To combine options, add their value, default: opt =3.
    210208EXAMPLE: example QuotientEquations; shows an example
    211209"
     
    726724RETURN:  list
    727725         _[1]  list of monomials
    728         _[2]  list of terms
     726         _[2]  list of terms
    729727EXAMPLE: example MonosAndTerms shows an example
    730728"
     
    761759         weighted degree = d
    762760RETURN:  list
    763    _[1]  list of monomials
    764    _[2]  list of terms
     761         _[1]  list of monomials
     762         _[2]  list of terms
    765763EXAMPLE: example SelectMonos; shows an example
    766764"
     
    11911189proc AllCombinations(list partition, list indices)
    11921190"USAGE:   AllCombinations(partition,indices); list partition, indices)
    1193 PURPOSE: all compbinations for a given partititon
     1191PURPOSE: all combinations for a given partititon
    11941192RETURN:  list
    11951193GLOBAL: varSubsList, contains the index j s.t. x(i) -> x(i)t(j) ...
Note: See TracChangeset for help on using the changeset viewer.