Representative in Quotient Ring
Hello everyone!
So I'm using Sage to reduce a bunch of monomials modulo an ideal I in a ring R=C[x1,x2,...,xn]. Sage, however, decides that it should reduce things and use the high index terms as a basis, instead of the lower-index terms. For example, if I=<x1+x2+x3> for n=3, Sage will reduce x1 into −x2−x3, and use x2 and x3 as generators, whereas I want it to use x1 and x2 as generators instead, and have it say x3=−x1−x2. Is there a way to do this?
Thank you!