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
Hi i wanted to calculate the derivative of some big functions, and i thought
that symengine would also use the diff method as in sympy and symengine has a diff method.
But doing so, i get a wrong result. Even for smaller functions i get
wrong results. See following code:
import symengine as si
x = si.symbols('x')
print(si.diff(x**2, 1))
This gives zero. I've got symengine version 0.3.0.