Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include SymPy's Rubi integrator as integration method #22410

Open
rwst opened this issue Feb 22, 2017 · 6 comments
Open

Include SymPy's Rubi integrator as integration method #22410

rwst opened this issue Feb 22, 2017 · 6 comments

Comments

@rwst
Copy link

rwst commented Feb 22, 2017

More info about it:

The rule-based integrator Rubi by Albert D. Rich consists of about 10,000 pattern-matching rules and "dramatically out-performs Maple and Mathematica" see

The rules are available as of 2017 only as Mathematica code. There were efforts by the SymPy community to either translate them manually or on the fly to Python:

Rubi was proposed as a GSoC project for Sage:

Proof of concept of rule translation into Sage:

CC: @miguelmarco @slel

Component: calculus

Issue created by migration from https://trac.sagemath.org/ticket/22410

@rwst rwst added this to the sage-7.6 milestone Feb 22, 2017
@kcrisman
Copy link
Member

comment:1

Huh, I never heard of this! Very interesting. If this could be "integrated" into Pynac or Sage that would be impressive - many have proposed a Risch or other algorithm implementation in Sage (including one person who claimed their student had one, but then never followed up).

Interesting comment in the Sympy thread:

I talked with Albert Rich, the author of Rubi, and he told me that the next version will not use pattern matching, but rather just use a decision tree.

@rwst
Copy link
Author

rwst commented Oct 3, 2017

comment:2

I think SymPy now has the lead on this, and we just want to include that code with Sage. I'm changing the ticket description accordingly.

This depends on a SymPy upgrade ticket.

@rwst

This comment has been minimized.

@rwst rwst modified the milestones: sage-7.6, sage-8.2 Oct 3, 2017
@rwst rwst changed the title Implement Rubi integrator Include SymPy's Rubi integrator as integation method Oct 3, 2017
@slel
Copy link
Member

slel commented Feb 7, 2019

comment:3

This depends on a SymPy upgrade ticket.

In #26550, SageMath upgraded to SymPy 1.3 where rubi support is improved.

For remaining issues in SymPy see

@slel slel changed the title Include SymPy's Rubi integrator as integation method Include SymPy's Rubi integrator as integration method Feb 7, 2019
@slel slel modified the milestones: sage-8.2, sage-8.7 Feb 7, 2019
@embray
Copy link
Contributor

embray commented Mar 25, 2019

comment:4

Ticket retargeted after milestone closed (if you don't believe this ticket is appropriate for the Sage 8.8 release please retarget manually)

@embray embray modified the milestones: sage-8.7, sage-8.8 Mar 25, 2019
@embray
Copy link
Contributor

embray commented Jun 14, 2019

comment:5

As the Sage-8.8 release milestone is pending, we should delete the sage-8.8 milestone for tickets that are not actively being worked on or that still require significant work to move forward. If you feel that this ticket should be included in the next Sage release at the soonest please set its milestone to the next release milestone (sage-8.9).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants