File: glzmodmz.gd

package info (click to toggle)
gap 4r4p12-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 29,584 kB
  • ctags: 7,113
  • sloc: ansic: 98,786; sh: 3,299; perl: 2,263; makefile: 498; asm: 63; awk: 6
file content (23 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#############################################################################
##
#W  glzmodmz.gd                    GAP library                    Stefan Kohl
##
#H  @(#)$Id: glzmodmz.gd,v 1.1 2001/11/29 12:12:15 stefan Exp $
##
#Y  (C) 2001 School Math and Comp. Sci., University of St.  Andrews, Scotland
##
Revision.glzmodmz_gd :=
    "@(#)$Id: glzmodmz.gd,v 1.1 2001/11/29 12:12:15 stefan Exp $";

#############################################################################
##
#F  SizeOfGLdZmodmZ( d, m ) . . . . . . . . . .  Size of the group GL(d,Z/mZ) 
##
##  Computes the order of the group `GL( <d>, Integers mod <m> )' for
##  positive integers <d> and <m> > 1.
##
DeclareGlobalFunction( "SizeOfGLdZmodmZ" );

#############################################################################
##
#E  glzmodmz.gd . . . . . . . . . . . . . . . . . . . . . . . . . . ends here