"Source: Text/Algebra/AlgClff.text";
"Line: 534";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgClff.text, line: 534
// Example: H97E10 ()
print "Example: H97E10";
ei := GetEchoInput();
SetEchoInput(true);
F := GF(3);
Q := StandardQuadraticForm(6,F);
C, V, f := CliffordAlgebra(Q);
v := V![2,0,2,0,0,1];
QuadraticNorm(v);
A := VectorAction(f(v));
-A eq OrthogonalReflection(v);
assert $1;
SetEchoInput(ei);
