


![[top]](top.gif)
Synopsis:
M/I -- computes the quotient module M/IM, where M is a module and I is an ideal.
The module and ideal should belong to the same ring.
Code:
-- ../../../Macaulay2-0.9.2/Macaulay2/m2/matrix1.m2:510
Module / Ideal := Module => (M,J) -> M / (J * M)



![[top]](top.gif)