"Source: Text/RepThy/LieReps.text";
"Line: 1858";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/LieReps.text, line: 1858
// Example: H114E15 ()
print "Example: H114E15";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum( "G2" );
DecomposeTensorProduct( R, [1,1], [0,1] );
DecomposeExteriorPower( R, 2, [1,1] );
SetEchoInput(ei);
