Changeset c1d8584 in git for Singular/LIB/fpalgebras.lib


Ignore:
Timestamp:
Feb 26, 2018, 3:23:41 PM (6 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c70cf1673d807572cb068598a62958bd7374c8e0
Parents:
dc9b97b94d6347995be139057074bed6e378f7d4
Message:
Update doc for baumslag
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpalgebras.lib

    rdc9b97 rc1d8584  
    2626
    2727proc baumslagSolitar(int n,int m,int d,list #)
    28 "USAGE: baumslagSolitar(m,n,d[,IsGroup]);
    29 RETURN: ring
    30 NOTE: -the ring contains the ideal I, which contains the required relations
    31 @*    -in the group case: A = a^(-1), B = b^(-1)
    32 @*    -negativ input is only allowed in the group case!
    33 @*    -d gives a degreebound and must be >m,n
     28"USAGE: baumslagSolitar(m,n,d[,IsGroup]); n an integer, m an integer, d an integer, IsGroup an optional integer
     29RETURN: ring
     30NOTE: - the ring contains the ideal I, which contains the required relations
     31@*    - in the group case: A = a^(-1), B = b^(-1)
     32@*    - negativ input is only allowed in the group case!
     33@*    - d gives a degreebound and must be >m,n
    3434"
    3535{
     
    121121
    122122proc baumslag(int m, int n, int d)
    123 "USAGE: baumslag(m,n,d)
    124 RETURN: a ring containing an ideal I with the required relations
     123"USAGE: baumslag(m,n,d); m an integer, n an integer, d an integer
     124RETURN: ring
     125NOTE: - the ring contains the ideal I, which contains the required relations
    125126"
    126127{
Note: See TracChangeset for help on using the changeset viewer.