"Source: Text/Group/GrpAuto.text";
"Line: 671";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpAuto.text, line: 671
// Example: H73E5 ()
print "Example: H73E5";
ei := GetEchoInput();
SetEchoInput(true);
G := SmallGroup(81, 10);     
G;
A := AutomorphismGroup(G);
#A;
assert $1 eq 486;
Ngens(A);
assert $1 eq 5;
IsInner(A.3);
assert not $1;
Order(A.3);
assert $1 eq 3;
A.3;
A.3*A.4;
(A.3*A.4)^3;      
$1 eq Id(A);
assert $1;
SetEchoInput(ei);
