repthy
Class GL

Object
  extended byAbstractCollection
      extended byAbstractSet
          extended byImmutableSet
              extended byGroup
                  extended byHashGroup
                      extended byGL
All Implemented Interfaces:
Collection, Set

public class GL
extends HashGroup

The general linear group GL(n, p) over the finite field of p elements.

As in MatrixModp, we require 2 ≤ p ≤ 127.

Author:
Mark McConnell

Field Summary
 
Fields inherited from class Group
charTable
 
Constructor Summary
GL(int n, int p)
          Constructs GL(n, p).
 
Method Summary
 boolean isSimple()
          Whether this group is simple.
static void main(String[] args)
          For testing.
 
Methods inherited from class HashGroup
contains, getConjClass, getConjClassIndex, getConjClassNum, iterator, size
 
Methods inherited from class Group
cyclicSubgpsUpToConj, describeOrder8, elementarySubgps, fillInCharTable, getCenter, getCentralizer, getCharComparator, getCharTable, getCommutatorSubgroup, getCompositionSeries, getConjClassRep, getEltOrder, getEltOrder, getIdentity, getOrder, getProperNormalSubgroup, getSylow, isAbelian, isCentral, isSubgroupOf, order, power, printTest, tableTest
 
Methods inherited from class ImmutableSet
add, addAll, clear, remove, removeAll, retainAll
 
Methods inherited from class AbstractSet
equals, hashCode
 
Methods inherited from class AbstractCollection
containsAll, isEmpty, toArray, toArray, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Set
containsAll, isEmpty, toArray, toArray
 

Constructor Detail

GL

public GL(int n,
          int p)
Constructs GL(n, p).

Throws:
IllegalArgumentException - Unless n ≥ and p is prime.
Method Detail

isSimple

public boolean isSimple()
Description copied from class: Group
Whether this group is simple.

Overrides:
isSimple in class Group

main

public static void main(String[] args)
For testing. Give it n p.