4.1.1.21 Ideals Objects

class Ideals
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
Ideals( R)

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