First time here? Check out the FAQ!
answered 2016-02-13 12:56:43 +0100
When I use several ideals, I don't have commutativity. Is this normal?
R.<x,a,b>=QQ[]
P1=(X-a)*(X-b)
I=R.ideal(a+b)
J=R.ideal(a*b)
A=P.mod(I).mod(J) => X^2 - b^2
B=P.mod(J).mod(I) => X^2
A==B; => False