Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

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

563501 views
1
<Chapter Label="Service">
2
<Heading>Service functions of the &Congruence; package</Heading>
3
4
<Section Label="CongruenceInfoClass">
5
<Heading>Additional information displayed by &Congruence; algorithms</Heading>
6
7
<ManSection>
8
<InfoClass Name="InfoCongruence"
9
Comm="Info class for Congruence algorithms" />
10
<Description>
11
<C>InfoCongruence</C> is a special Info class for &Congruence; algorithms.
12
It has 3 levels: 0, 1 (default) and 2. To change the info level to <C>k</C>,
13
use the command <C>SetInfoLevel(InfoCongruence, k)</C>. <P/>
14
15
In the example below we use this mechanism to see more details during
16
the Farey symbol construction for a congruence subgroup.
17
</Description>
18
</ManSection>
19
20
<!-- TODO: ADD EXAMPLE -->
21
22
</Section>
23
24
</Chapter>
25