"Source: Text/Algebra/AlgAss.text";
"Line: 612";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgAss.text, line: 612
// Example: H90E3 ()
print "Example: H90E3";
ei := GetEchoInput();
SetEchoInput(true);
G:= SmallGroup( 27, 5 );
A:= GroupAlgebra( GF(3), G );
JacobsonRadical( A );
SetEchoInput(ei);
