Any news on symbolic integrals and symbolic equation solving?
Polynomial equations got Groebner basis tools. Nonlinear equation solving is still in process, along with more integration tools.
First of all, what Symbolics.jl does under the hood in MTK is simply amazing. Itās like having a whole maths department in your computer.
structural_simplify()
is pure magic.
I guess the open question is whether Symbolics.jl is intended to be a CAS like SageMath, Mathematica, Maple, SymPy, or if it will be more of a āmagic behind the scenesā thing.
It branched off to become a full fledged CAS. The reason is that having a complete and documented underpinning is better for MTK development, and that would make it useful in isolation anyways, so itās two birds and one worm (positive spin?)
Interesting. Looking forward to it.
Using SageMath, which is great, but since i started to use Julia, I kind of unlearned Python.
Did you succeed writing a code for this? I would be very interested!
For this project? I find small bugs in this code and that all. Few weeks ago I go back to it and now Iām in the rabbit hole of learning computer algebra systems.