Changeset 909b29 in git


Ignore:
Timestamp:
Dec 21, 2017, 8:01:09 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
86d5ade6a65b37e57178a78ac1ba4a5b1a5d5e10
Parents:
5780519ad3509471847f44f46a8a6730fed4bba6
Message:
Apply changes from Levandovskyy
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpadim.lib

    r578051 r909b29  
    6767PROCEDURES:
    6868
     69lpMis2Dim(M);              computes the K-dimension of the monomial factor algebra
     70lpKDim(G[,d,n]);           computes the K-dimension of A/<G>
     71lpDimCheck(G);             checks if the K-dimension of A/<G> is infinite
     72lpMis2Base(M);             computes a K-basis of the factor algebra
     73lpHilbert(G[,d,n]);        computes the Hilbert series of A/<G> in lp format
     74lpDHilbert(G[,d,n]);       computes the K-dimension and Hilbert series of A/<G>
     75lpDHilbertSickle(G[,d,n]); computes mistletoes, K-dimension and Hilbert series
     76
    6977ivDHilbert(L,n[,d]);       computes the K-dimension and the Hilbert series
    7078ivDHilbertSickle(L,n[,d]); computes mistletoes, K-dimension and Hilbert series
     
    7886ivSickleHil(L,n[,d]);      computes the mistletoes and Hilbert series of A/<L>
    7987ivSickleDim(L,n[,d]);      computes the mistletoes and the K-dimension of A/<L>
    80 lpDHilbert(G[,d,n]);       computes the K-dimension and Hilbert series of A/<G>
    81 lpDHilbertSickle(G[,d,n]); computes mistletoes, K-dimension and Hilbert series
    82 lpHilbert(G[,d,n]);        computes the Hilbert series of A/<G> in lp format
    83 lpDimCheck(G);             checks if the K-dimension of A/<G> is infinite
    84 lpKDim(G[,d,n]);           computes the K-dimension of A/<G> in lp format
    85 lpMis2Base(M);             computes a K-basis of the factor algebra
    86 lpMis2Dim(M);              computes the K-dimension of the factor algebra
    8788lpOrdMisLex(M);            orders an ideal of lp-monomials lexicographically
    8889lpSickle(G[,d,n]);         computes the mistletoes of A/<G> in lp format
     
    26082609   Here are some examples one may try. Just copy them into your console.
    26092610   These are relations for braid groups, up to degree d:
    2610 
    26112611
    26122612   LIB "fpadim.lib";
     
    28252825
    28262826
    2827 /*   actual work:
    2828 // downup algebra A
     2827/*   more tests : downup algebra A
    28292828LIB "fpadim.lib";
    28302829ring r = (0,a,b,g),(x,y),Dp;
  • Singular/LIB/freegb.lib

    r578051 r909b29  
    88
    99OVERVIEW: For the theory, see chapter 'Letterplace' in the @sc{Singular} Manual
     10
     11Support: Joint projects LE 2697/2-1 and KR 1907/3-1 of the Priority Programme SPP 1489:
     12'Algorithmische und Experimentelle Methoden in Algebra, Geometrie und Zahlentheorie'
     13of the German DFG
     14and Project II.6 of the transregional collaborative research centre
     15SFB-TRR 195 'Symbolic Tools in Mathematics and their Application' of the German DFG
    1016
    1117PROCEDURES:
     
    963969RETURN:  ring
    964970PURPOSE: creates a ring with the ordering, used in letterplace computations
    965 NOTE: if h is given and nonzero, the pure homogeneous letterplace block
    966 @*    ordering will be used.
     971NOTE: h = 0 (default) : Dp ordering will be used
     972h = 1 : weights 1 used for all the variables, a tie breaker is a list of block
     973of original ring
     974h = 2 : the pure homogeneous letterplace block ordering (experimental) will be used.
    967975EXAMPLE: example makeLetterplaceRing; shows examples
    968976"
     
    32393247"USAGE: lpNF(p,G); f letterplace polynomial, ideal I
    32403248RETURN: poly
    3241 PURPOSE: computation of the normalform of p with respect to G
     3249PURPOSE: computation of the normal form of p with respect to G
    32423250ASSUME: p is a Letterplace polynomial, G is a set Letterplace polynomials,
    32433251being a Letterplace Groebner basis (no check for this will be done)
     
    37243732}
    37253733
    3726 /* THE FOLLOWING IS UNDER DEVELOPMENT
     3734/* THE FOLLOWING ARE UNDER DEVELOPMENT
    37273735// copied following from freegb_wrkcp.lib by Karim Abou Zeid on 07.04.2017:
    37283736// makeLetterplaceRingElim(int d)
Note: See TracChangeset for help on using the changeset viewer.