next | previous | forward | backward | up | top | index | toc | home

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 :