Comment #25 on issue 2010 by [email protected]: Integration with the full
Risch Algorithm
http://code.google.com/p/sympy/issues/detail?id=2010
Also, apparently a warning was missed:
In [1]: from sympy.integrals.risch import DifferentialExtension
In [2]: DifferentialExtension(log(x)*log(x + 1)*log(2*x**2 + 2*x), x)
/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/exceptions.py:149:
SymPyDeprecationWarning:
calling .row(i, f) has been deprecated since SymPy 0.7.2. Use
.row_op(i, f) instead.
warning(see_above, SymPyDeprecationWarning)
/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/exceptions.py:149:
SymPyDeprecationWarning:
calling .row(i, f) has been deprecated since SymPy 0.7.2. Use
.row_op(i, f) instead.
warning(see_above, SymPyDeprecationWarning)
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.