"Source: Text/LieTheory/GrpRfl.text";
"Line: 155";
"Date: Sat Nov  9 18:06:06 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpRfl.text, line: 155
// Example: H106E1 ()
print "Example: H106E1";
ei := GetEchoInput();
SetEchoInput(true);
V := VectorSpace(GF(5), 3);
t := PseudoReflection(V![1,0,0],V![0,1,0]);                                  
t;            
IsTransvection(t);
IsReflection(t);
assert not $1;
SetEchoInput(ei);
