Comment #6 on issue 4096 by [email protected]: Poly.coeff works only after .simply().expand()
http://code.google.com/p/sympy/issues/detail?id=4096

Thanks for the quick response.

But, the polynomial already shows that f0, f1, f2 are amongst the variables of interest. So, shouldn't "coeff" work with one of those variables?

If I run:
p.as_poly(f0).coeff(f0)
I still get the error:
NotImplementedError: Either convert to Expr with `as_expr` method to use Expr's coeff method or else use the `coeff_monomial` method of Polys.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to