Changeset 91a0ec1 in git


Ignore:
Timestamp:
Oct 24, 2018, 6:50:07 PM (6 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
b6b95b3bfd0ae62f05831baf6e66e376305769b4
Parents:
6e840f83060098e5a708d545561795f9f83b91ed
Message:
fixes and additions of procs like Serre from freegb
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpalgebras.lib

    r6e840f r91a0ec1  
    55LIBRARY: fpalgebras.lib
    66AUTHORS: Karim Abou Zeid,       karim.abou.zeid at rwth-aachen.de
    7          Viktor Levandovskyy,   viktor.levandovskyy@math.rwth-aachen.de
     7         Viktor Levandovskyy,   viktor.levandovskyy at math.rwth-aachen.de
    88         Grischa Studzinski,    grischa.studzinski at rwth-aachen.de
    99
     
    1515FPA stands for finitely presented algebra.
    1616
    17 KEYWORDS: free associative algebra; finitely presented algebra; finitely presented group
     17KEYWORDS: free associative algebra; finitely presented algebra; finitely presented group; Serre relations
    1818
    1919PROCEDURES:
     
    5656proc tstfpalgebras()
    5757{
    58   example operatorAlgebra;     
     58  example operatorAlgebra;
    5959  example serreRelations;
    6060  example fullSerreRelations;
     
    451451        weyl1inverse
    452452
    453       This is a collection of common algebras
    454 
     453      This is a collection of common algebras.
    455454"
    456455{
     
    570569      - negative input is only allowed in the group case!
    571570      - d gives a degreebound and must be >m,n
    572           - varying n and m produces a family of examples
     571      - varying n and m produces a family of examples
    573572"
    574573{
     
    14001399      - no inverse generators needed
    14011400      - d gives the degreebound for the Letterplace ring
    1402           - varying n and P produces a family of examples
     1401      - varying n and P produces a family of examples
    14031402"
    14041403{
     
    14541453        < x_1, x_2, ... , x_m | x_i * x_(i + 1) = x_(i + 2) >
    14551454      - d gives the degreebound for the Letterplace ring
    1456           - varying m produces a family of examples
     1455      - varying m produces a family of examples
    14571456"
    14581457{
     
    15071506      - g gives the number of the example (1 - 5)
    15081507      - d gives the degreebound for the Letterplace ring
    1509           - varying g produces a family of examples
     1508      - varying g produces a family of examples
    15101509
    15111510The examples are found in ``Classification of the finite generalized tetrahedron groups''
     
    15721571      - g gives the number of the example (1 - 14)
    15731572      - d gives the degreebound for the Letterplace ring
    1574           - varying g produces a family of examples
     1573      - varying g produces a family of examples
    15751574
    15761575The examples are found in
Note: See TracChangeset for help on using the changeset viewer.