Closed
Description
integrate(psi(x), x, algorithm='sympy')
...
/home/ralf/sage/local/lib/python2.7/site-packages/sympy-1.0-py2.7.egg/sympy/core/function.pyc in _sage_(self)
705 import sage.all as sage
706 fname = self.func.__name__
--> 707 func = getattr(sage, fname)
708 args = [arg._sage_() for arg in self.args]
709 return func(*args)
AttributeError: 'module' object has no attribute 'polygamma'
Previous description:
sage: integrate(1/(x^3 *(a+b*x)^(1/3)), x, algorithm='sympy')
...
AttributeError: 'gamma' object has no attribute '_sage_'
Depends on #20204
Component: interfaces
Keywords: sage, integrate, sympy
Author: Ralf Stephan
Branch/Commit: 9c4119a
Reviewer: Marcelo Forets
Issue created by migration from https://trac.sagemath.org/ticket/16801