On Mon, Jan 26, 2009 at 3:36 PM, bsdz <bla...@googlemail.com> wrote:
> Is there any where this could be added to the main distribution?
I made a few modifications to your routine to match some of the style
conventions used in Sage. Also, instead of passing in the variables,
I'm creating a polynomial ring and returning a polynomial. If one
wants to use different variables, then they can evaluate the
polynomial at those variables.
I put a patch up at http://trac.sagemath.org/sage_trac/ticket/5109 .
Let me know if these changes are okay with you.
--Mike
I've posted an updated patch.
--Mike