-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbolics.coeff for multivariate polynomials incorrect #1041
Comments
I'm also having this problem. For your case,
However, it doesn't work when the power is also a variable, as in
|
@yuvalwas : My report was actually a simplification of a case where the power was also a variable, so thanks for looking into this. . . |
I've fixed the original issue in pull request #1240, though I haven't covered the case where the power is also a variable. |
Fix `coeff(p, sym)` when `sym` is a product (issue #1041)
Fixed in #1240 |
To reproduce:
Of course the answer should be 2. . .
Julia version 1.10.0, latest released Symbolics.
The text was updated successfully, but these errors were encountered: