"Source: Text/Module/Multilinear.text";
"Line: 5366";
"Date: Fri Aug  5 15:35:33 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Module/Multilinear.text, line: 5366
// Example: H62E69 ()
print "Example: H62E69";
ei := GetEchoInput();
SetEchoInput(true);
K := Rationals();
T := KTensorSpace(K, [2,2,1]);
T;
S := sub< T | T.1, T.2+T.3, T.4 >;
A := sub< T | T.2-T.3 >;
Q := T/A;
Q;
SystemOfForms(Q.1);
SystemOfForms(Q.2);
SystemOfForms(Q.3);
SetEchoInput(ei);
