CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
2
5 Service functions of the Congruence package
3
4
5
5.1 Additional information displayed by Congruence algorithms
6
7
5.1-1 InfoCongruence
8
9
InfoCongruence info class
10
11
InfoCongruence is a special Info class for Congruence algorithms. It has 3
12
levels: 0, 1 (default) and 2. To change the info level to k, use the command
13
SetInfoLevel(InfoCongruence, k).
14
15
In the example below we use this mechanism to see more details during the
16
Farey symbol construction for a congruence subgroup.
17
18
19