"Source: Text/RepThy/RepSym.text";
"Line: 62";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/RepSym.text, line: 62
// Example: H101E1 ()
print "Example: H101E1";
ei := GetEchoInput();
SetEchoInput(true);
a:=SymmetricRepresentation([3,2],Sym(5)!(3,4,5) : Al := "Boerner");a;
b:=SymmetricRepresentation([3,2],Sym(5)!(3,4,5) : Al := "Specht");b; 
IsSimilar(Matrix(Rationals(), a), Matrix(Rationals(), b));
assert $1;
SetEchoInput(ei);
