4.1.1.28 RingIdeals Objects

class RingIdeals
The category of all ideals in a fixed ring.

sage: Ideals(Integers(200))
Category of ring ideals in Ring of integers modulo 200
sage: C = Ideals(IntegerRing()); C
Category of ring ideals in Integer Ring
sage: I = C([8,12,18])
sage: I
Principal ideal of Integer Ring generated by 2
RingIdeals( R)

See About this document... for information on suggesting changes.