"Source: Text/Module/Multilinear.text";
"Line: 576";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Module/Multilinear.text, line: 576
// Example: H63E7 ()
print "Example: H63E7";
ei := GetEchoInput();
SetEchoInput(true);
SL2 := MatrixLieAlgebra("A1", GF(7));
V := VectorSpace(GF(7), 2);
left_action := func< x | x[2]*Transpose(Matrix(x[1])) >;
left_action(<SL2!0, V!0>);
SL2 := MatrixLieAlgebra("A1", GF(7));
V := VectorSpace(GF(7), 2);
left_action := func< x | x[2]*Transpose(Matrix(x[1])) >;
left_action(<SL2!0, V!0>);
t := Tensor([* SL2, V, V *], left_action);
t;
StructureConstants(t);
s := Tensor([3, 2, 2], Eltseq(t));
s;
t eq s;
SetEchoInput(ei);
