1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %A numtheor.xml GAP documentation Martin Schönert -->
<!-- %A Alexander Hulpke -->
<!-- %% -->
<!-- %% -->
<!-- %Y (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland -->
<!-- %Y Copyright (C) 2002 The GAP Group -->
<!-- %% -->
<Chapter Label="Number Theory">
<Heading>Number Theory</Heading>
<Index>prime residue group</Index>
<#Include Label="[1]{numtheor}">
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="sect:InfoNumtheor">
<Heading>InfoNumtheor (Info Class)</Heading>
<#Include Label="InfoNumtheor">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Prime Residues">
<Heading>Prime Residues</Heading>
<Index>prime residue group</Index>
<#Include Label="PrimeResidues">
<#Include Label="Phi">
<#Include Label="Lambda">
<#Include Label="GeneratorsPrimeResidues">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Primitive Roots and Discrete Logarithms">
<Heading>Primitive Roots and Discrete Logarithms</Heading>
<#Include Label="OrderMod">
<#Include Label="LogMod">
<#Include Label="DLog">
<#Include Label="PrimitiveRootMod">
<#Include Label="IsPrimitiveRootMod">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Roots Modulo Integers">
<Heading>Roots Modulo Integers</Heading>
<#Include Label="Jacobi">
<#Include Label="Legendre">
<#Include Label="RootMod">
<#Include Label="RootsMod">
<#Include Label="RootsUnityMod">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Multiplicative Arithmetic Functions">
<Heading>Multiplicative Arithmetic Functions</Heading>
<#Include Label="Sigma">
<#Include Label="Tau">
<#Include Label="MoebiusMu">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Continued Fractions">
<Heading>Continued Fractions</Heading>
<#Include Label="ContinuedFractionExpansionOfRoot">
<#Include Label="ContinuedFractionApproximationOfRoot">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Miscellaneous">
<Heading>Miscellaneous</Heading>
<#Include Label="PValuation">
<#Include Label="TwoSquares">
</Section>
</Chapter>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %E -->
|