Top
Back: baumslagGroup
Forward: crystallographicGroupPM
FastBack:
FastForward:
Up: fpalgebras_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document
7.7.8.0. crystallographicGroupP1
Procedure from library fpalgebras.lib (see fpalgebras_lib).

Usage:
crystallographicGroupP1(d); d an integer

Return:
ring

Note:
- the ring contains the ideal I, which contains the required relations - p1 group with the following presentation
< x, y | [x, y] = 1 >
-d gives the degreebound for the Letterplace ring

Example:
 
LIB "fpalgebras.lib";
def R = crystallographicGroupP1(5); setring R;
I;
==> I[1]=x(1)*y(2)+y(1)*x(2)+1
==> I[2]=X(1)*x(2)+1
==> I[3]=x(1)*X(2)+1
==> I[4]=y(1)*Y(2)+1
==> I[5]=Y(1)*y(2)+1


Top Back: baumslagGroup Forward: crystallographicGroupPM FastBack: FastForward: Up: fpalgebras_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4-1-1p3, 2018, generated by texi2html.