Updates:
        Status: Valid
        Labels: -Type-Defect Type-Enhancement Polynomial

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

Is p actually an instance of Poly, or just an expression?

The Expr.coeff does indeed require the expanded form (it is a very naive structural coefficient). Probably we should implement the ability to grab the coefficient efficiently from an unexpanded expression. I'm not sure if it should be the same function or a different one. Surely a structural coeff is useful to have.

Poly.coeff will work, though, because Poly expands the expression when it is constructed.

--
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