Hello GAP Forum:
A minor question about the "in" command.
Why doesn't
gap> R := PolynomialRing(Rationals,["x"]); PolynomialRing(..., [ x ]) gap> gap> f:=x^2+1; 1+x^2 gap> f in R; false
return "true"? Am I using the "in" command wrong?
- David