For example, instead of running compute_groebner_basis([generator1, generator2, generator3]), I suggest writing GroebnerBasis(Ideal([generator1, generator2, generator3)).
I'd suggest my_ring.ideal(generator1, generator2, generator3).groebner() :-). But obviously I agree to the idea.
-- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
