"Source: Text/Algebra/AlgBas.text";
"Line: 1647";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgBas.text, line: 1647
// Example: H94E9 ()
print "Example: H94E9";
ei := GetEchoInput();
SetEchoInput(true);
A := BasicAlgebra(SmallGroup(81, 7));
time ba := AutomorphismGroup(A);
#ba;
assert $1 eq 687170027642681774715281506354161696936143362668;
Factorization(#ba);
SetEchoInput(ei);
