Changeset c1d8584 in git
- Timestamp:
- Feb 26, 2018, 3:23:41 PM (5 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- c70cf1673d807572cb068598a62958bd7374c8e0
- Parents:
- dc9b97b94d6347995be139057074bed6e378f7d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/fpalgebras.lib
rdc9b97 rc1d8584 26 26 27 27 proc 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 relations31 @* - 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,n28 "USAGE: baumslagSolitar(m,n,d[,IsGroup]); n an integer, m an integer, d an integer, IsGroup an optional integer 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 34 34 " 35 35 { … … 121 121 122 122 proc 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 124 RETURN: ring 125 NOTE: - the ring contains the ideal I, which contains the required relations 125 126 " 126 127 {
Note: See TracChangeset
for help on using the changeset viewer.