"Source: Text/Module/Multilinear.text";
"Line: 1048";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Module/Multilinear.text, line: 1048
// Example: H63E15 ()
print "Example: H63E15";
ei := GetEchoInput();
SetEchoInput(true);
O := OctonionAlgebra ( GF (1223) , -1 , -1 , -1);
t := AssociatorTensor ( O );
t;
<Random(O),Random(O),Random(O)> @ t eq O!0;
a := Random ( O ); 
b := Random ( O ); 
<a, a, b> @ t eq O!0;
IsAlternating ( t );
SetEchoInput(ei);
