Macaulay2 » Documentation
Packages » Macaulay2Doc :: comodule
next | previous | forward | backward | up | index | toc

comodule -- submodule to quotient module

Synopsis

Description

i1 : R = QQ[a..d];
i2 : I = ideal(a,b,c,d^3);

o2 : Ideal of R
i3 : comodule I

o3 = cokernel | a b c d3 |

                            1
o3 : R-module, quotient of R

See also

Ways to use comodule :

For the programmer

The object comodule is a method function.