| 1 | initial version |
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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.