You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at the implementation of the Symja Integrate function which, from what I see, is based on a Java translation of Rubi rules. I have a couple of basic questions about that.
Does Symja have any other integration algorithms aside from Rubi? I don't see anything, but I might have missed something.
Is there a way to get some report from Integrate about how many rules were tried and which one eventually matched, if any?
Does the Integrate function try one rule after another, so the execution time is approximately proportional to the number of rules tried?
Thanks for any light you can shed on these questions.