"Source: Text/Algebra/AlgClff.text";
"Line: 158";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgClff.text, line: 158
// Example: H97E2 ()
print "Example: H97E2";
ei := GetEchoInput();
SetEchoInput(true);
C<x,y,z> := CliffordAlgebra(IdentityMatrix(GF(5),3));
f := x^2 + 3*y + y*z;
f;
assert $1 eq y*z + 3*y +1;
AsPolynomial(f);
SetEchoInput(ei);
