> > > If you are just working with polynomials, the easiest way is to use > the Poly class, and use the all_coeffs method. I forget what the best > way otherwise is. You can use .coeff, but it doesn't generalize to > getting the constant term from more than one variable. as_independent > does it, but that only works correctly if the expression is an Add. > > What do you mean in this case, Aaron?
-- 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.
