Comparing Symbolics.jl with Mathematica

the conversion to floating point can be made a bit simpler (Convert symbolic expression to floating point?):

FloatAnswer = map(x->substitute(x,Dict()), answer)

I think the functionality/(licensing fee) ratio is still better for Symbolics.jl :wink: That said, there’s the free Wolfram Engine…

3 Likes