Is sympy’s simplify to be used on unknown functions
The following code unexpectedly simplifies f(1)=xf(0) to f(1)=0, is it because undefined functions are not to be used without further assumptions?
The following code unexpectedly simplifies f(1)=xf(0) to f(1)=0, is it because undefined functions are not to be used without further assumptions?