cayleytable
Class groupPermutationNew
java.lang.Object
cayleytable.groupPermutationNew
public class groupPermutationNew
- extends java.lang.Object
Class used to determine the number of permutations of a particular order
that form a legal group where the identity element is always 0.
- Author:
- Jeffrey Barr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
groupCount
int groupCount
groupNamer
private groupIdentify groupNamer
myGroup
private groupMatrix myGroup
testGroup
private groupMatrix testGroup
groupPermutationNew
public groupPermutationNew()
- Creates a new instance of groupPermutation
determinePermutationAndSolve
private void determinePermutationAndSolve(PermutationGenerator myPermGen)
factorial
private int factorial(int n)
main
public static void main(java.lang.String[] args)