On Fri, Jun 18, 2010 at 3:26 PM, Mad <dajo.m...@web.de> wrote: > Hi folkz, > i want to create a quotient of two submodules generatet by some > vektors and i don't know how to do this.
See the examples here: http://sagemath.org/doc/reference/sage/modules/fg_pid/fgp_module.html Already, the first example there is what you're asking about. William > i tried this: > m = ZZ^2 > m1 = m.submodul([2,1],[1,2]) #this is ZZ^2 again, but of type > 'sage.modules.free_module.FreeModule_submodule_pid' > m2 = m.submodul([3,2],[2,1]) > #i want to do something like: > mQuot = m1.quotient(m2) > > but m1 (or FreeModule_submodule_pid) does not have a member quotient > like it has sage.modules.free_module.FreeModule_ambient_pid (of wich > typ m is). > > How do i have to do it? > > greatz and thnx for your tipps and answers Mad > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org