"Source: Text/Algebra/AlgAss.text";
"Line: 655";
"Date: Mon Aug 13 23:00:02 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgAss.text, line: 655
// Example: H88E4 ()
print "Example: H88E4";
ei := GetEchoInput();
SetEchoInput(true);
G:= SmallGroup( 10, 2 );
A:= GroupAlgebra( Rationals(), G );
ee, II:= CentralIdempotents( A );
ee[1];
II;
SetEchoInput(ei);
