"Source: Text/Module/Multilinear.text";
"Line: 1048";
"Date: Fri Aug  5 15:35:33 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Module/Multilinear.text, line: 1048
// Example: H62E15 ()
print "Example: H62E15";
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);
