"Source: Text/Algebra/AlgBas.text";
"Line: 1629";
"Date: Thu Jun 16 15:34:16 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgBas.text, line: 1629
// Example: H92E9 ()
print "Example: H92E9";
ei := GetEchoInput();
SetEchoInput(true);
A := BasicAlgebra(SmallGroup(81, 7));
time ba := AutomorphismGroup(A);
#ba;
assert $1 eq 687170027642681774715281506354161696936143362668;
Factorization(#ba);
SetEchoInput(ei);
