"Source: Text/Module/Multilinear.text";
"Line: 1413";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Module/Multilinear.text, line: 1413
// Example: H63E22 ()
print "Example: H63E22";
ei := GetEchoInput();
SetEchoInput(true);
K := Rationals();
t := Tensor(K, [2, 2, 2], [1..8]);
s := Tensor(K, [2, 2, 2], &cat[[2, -1] : i in [1..4]]);
SystemOfForms(t);
SystemOfForms(s);
SystemOfForms(-t);
SystemOfForms((1/3)*s);
SystemOfForms(t+s);
SystemOfForms(t-2*s);
SetEchoInput(ei);
