"Source: Text/Group/GrpPC.text";
"Line: 6436";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPC.text, line: 6436
// Example: H70E46 ()
print "Example: H70E46";
ei := GetEchoInput();
SetEchoInput(true);
H1 := SmallGroup(3^6, 440);
H2 := SmallGroup(3^6, 469);
G := DirectProduct(H1, H2);
G;
IsTameGenusGroup(G);
SetEchoInput(ei);
