Hi!

Currently, we have

sage: QuotientRing(ZZ, 8)
Quotient of Integer Ring by the ideal (8)
sage: ZZ.quotient_ring(8)
Ring of integers modulo 8
sage: _ == __
False

Question: Should QuotientRing(R,I) for an ideal I in a ring R always
return the same object as R.quotient_ring(I)? I.e., should
QuotientRing(ZZ,8) be the ring of integers modulo 8?

Best regards,
Simon

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to