jverzani / SymPyCore.jl

Package to help connect Julia with the SymPy library of Python
https://jverzani.github.io/SymPyCore.jl/
MIT License
5 stars 4 forks source link

lambdify equation #52

Open jverzani opened 3 months ago

jverzani commented 3 months ago

This has lambdify(u ~ v) -> [lambdify(u), lambdify(v)]. Which would make plotting of equations just work. It does break a test where evaluating a solution from dsolve. That isn't intended behaviour, so could be considered a bug (?)