| 1 | initial version |
You're not doing something wrong. You are just asking something that hasn't been implemented. As a workaround you can look at the kernel over the fraction field:
M.change_ring(Gr.fraction_field()).kernel()
From that you may be able to glean enough information on the kernel over your laurent polynomial ring. In general, modules over polynomial rings can get pretty involved.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.