repthy
Class PGL
Object
AbstractCollection
AbstractSet
ImmutableSet
Group
HashGroup
PGL
- All Implemented Interfaces:
- Collection, Set
- public class PGL
- extends HashGroup
The general linear group PGL(n, p) over the finite
field of p elements.
As in PMatrixModp, we require 2 ≤ p ≤ 127.
- Author:
- Mark McConnell
|
Constructor Summary |
PGL(int n,
int p)
Constructs PGL(n, p). |
|
Method Summary |
boolean |
isSimple()
Whether this group is simple. |
static void |
main(String[] args)
For testing. |
| 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 |
PGL
public PGL(int n,
int p)
- Constructs PGL(n, p).
- Throws:
IllegalArgumentException - Unless n ≥ and
p is prime.
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.