"Source: Text/LieTheory/GrpLie.text";
"Line: 3039";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpLie.text, line: 3039
// Example: H113E29 ()
print "Example: H113E29";
ei := GetEchoInput();
SetEchoInput(true);
X,Y := CST_Generators("3D",4,5,[]);
H := sub< Parent(X[1,1]) | &cat X, &cat Y>;
g := Random(H);
flag, s := TwistedLieTypeRewrite("3D",4,5,X,Y,g);
flag;
gens := &cat X cat &cat Y;         
g eq Evaluate(s,gens);
assert $1;
SetEchoInput(ei);
