Integration Methods Overview
SymbolicIntegration.jl uses a flexible method dispatch system that allows you to choose different integration algorithms. Two methods are implemented:
RischMethod
The Risch method is the complete algorithm for symbolic integration of elementary functions, based on Manuel Bronstein's algorithms.
→ See detailed Risch documentation
Rule based method
This method uses a large number of integration rules that specify how to integrate a vast class of mathematical expressions.