I am trying to find how to use rubi_integrate in sympy. Here is a link
https://github.com/sympy/sympy/issues/13244 This is the project page http://planet.sympy.org/ 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 -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/64a630a1-622e-4fe1-b28a-ebc47cea3a10%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
