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
At the moment the ex1.coefficients(ex2) method uses pexpect-Maxima to get a coefficient list of a symbolic expression ex1 when seen as a polynomial in ex2 but the list is wrong whenever the exponent of ex2 is nonnumeric:
At the moment the
ex1.coefficients(ex2)
method uses pexpect-Maxima to get a coefficient list of a symbolic expressionex1
when seen as a polynomial inex2
but the list is wrong whenever the exponent ofex2
is nonnumeric:It should not be difficult to rewrite
coefficients
using wildcard power search and thecoefficient
method (which doesn't use Maxima).CC: @paulmasson
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/20455
The text was updated successfully, but these errors were encountered: