| Max Alekseyev on Thu, 22 Feb 2018 16:12:44 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| sets of t_POLMOD |
Hello! I observe the following behavior in Version 2.10.0 (development 21603-bef585b) ? S = Set( [Mod(0,x^2+1)] ) %1 = [Mod(0, x^2 + 1)] ? S*x %2 = [Mod(0, x^2 + 1)] ? setintersect(S,Set(S*x)) %3 = [] Isn't this a bug? Regards, Max