"Source: Text/Algebra/AlgClff.text";
"Line: 158";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgClff.text, line: 158
// Example: H95E2 ()
print "Example: H95E2";
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);
