quotient(I,J) -- computes the ideal or submodule quotient (I:J).
The arguments should be ideals in the same ring, or submodules of the same module. If J is a ring element, then the principal ideal generated by J is used.
The operator : can be used as an abbreviation, but without optional arguments; see Module : Module.
For ideals, the quotient is the set of ring elements r such that rJ is contained in I. If I is a submodule of a module M, and J is an ideal, the quotient is the set of elements m of M such that Jm is contained in I. Finally, if I and J are submodules of the same module M, then the result is the set of ring elements r such that rJ is contained in I.
i1 : R = ZZ/32003[a..d]; |
i2 : J = monomialCurveIdeal(R,{1,4,7}) |
i3 : I = ideal(J_1-a^2*J_0,J_2-d*c*J_0) |
i4 : I : J |
The computation is currently not stored anywhere: this means that the computation cannot be continued after an interrupt. This will be changed in a later version.
Ways to use quotient :
Optional arguments :