"Source: Text/Algebra/AlgAss.text";
"Line: 608";
"Date: Mon Aug 13 23:00:02 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgAss.text, line: 608
// Example: H88E3 ()
print "Example: H88E3";
ei := GetEchoInput();
SetEchoInput(true);
G:= SmallGroup( 27, 5 );
A:= GroupAlgebra( GF(3), G );
JacobsonRadical( A );
SetEchoInput(ei);
