Hi folkz, i want to create a quotient of two submodules generatet by some vektors and i don't know how to do this. 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