SciML / SymbolicNumericIntegration.jl

SymbolicNumericIntegration.jl: Symbolic-Numerics for Solving Integrals
https://docs.sciml.ai/SymbolicNumericIntegration/stable/
MIT License
117 stars 12 forks source link

Merge with Symbolics.jl ? #75

Open maucejo opened 1 year ago

maucejo commented 1 year ago

Hi all,

Is there any plan to include SymbolicIntegration.jl in Symbolics.jl ?

At the moment, I use SymPy.jl, because it is more complete CAS.

Thank you :)

ChrisRackauckas commented 1 year ago

Not really. It would be nice to have this as part of a polyalgorithm with a normal symbolic integration method, but it's such an abnormal method that it would be good to instead make sure we have a standard way of doing it and the propose an async mix method.

maucejo commented 1 year ago

Thanks Chris for your detailed answer (as usual).