I am trying to find how to use rubi_integrate in sympy.
Here is a link
This is the project page
I do not know if this is integrated in sympy or not. If not, what are the steps
to use it? btw, I am using Anaconda python on linux.
I just installed python 3.6.3 (Anaconda) and sympy 1.1.1, but do not know what I need to do next
to use this rubi_integrate command.
---------------------------------------------
~>python
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49)
[GCC 7.2.0] on linux
>>> import sympy
>>> sympy.__version__
'1.1.1'
>>> from sympy import *
>>> from sympy.integrals.rubi.rubi import rubi_integrate
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'sympy.integrals.rubi'
-----------------------------------------------------------
Thank you,
---Nasser