You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need it for polynomial multiplication and division sadly. I already tried in the case of 1/Poly([1,0]) in order to mimic x^(-1), however, the result was always a Polynomial with coefficients of 0.
Is there any way in which it would be possible to initialize a Polynomial with negative exponents? For example x^(-1).
The text was updated successfully, but these errors were encountered: