"Source: Text/RepThy/LieReps.text";
"Line: 1858";
"Date: Fri Nov  8 11:01:29 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/LieReps.text, line: 1858
// Example: H111E15 ()
print "Example: H111E15";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum( "G2" );
DecomposeTensorProduct( R, [1,1], [0,1] );
DecomposeExteriorPower( R, 2, [1,1] );
SetEchoInput(ei);
