-
Notifications
You must be signed in to change notification settings - Fork 22
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
How are variables attributed to polynomials? #79
Comments
Indeed, it should be
|
One fix is to overwrite the method So in the file mult.jl I did define
Now all variables are returned by |
Ok, this leads to the tests of
(effectively changing |
* fix of issue #81 (merged commits) * 1) fix of issue #79; also extended to work with terms * concerning #79: Now mutating output buffer; concerning #81: removed overspecialization of last commit - that broke tests too * Implemented review suggestions; added tests from issue descriptions * `.` instead of accidental `comma` in file `mult.jl`, function `_multconstant_to!` Co-authored-by: manuelbb-upb <[email protected]>
Why is the first polynomial a polynomial in two variables whereas the second polynomial has all four variables?
The text was updated successfully, but these errors were encountered: