JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
268 stars 62 forks source link

add map(f,x::SymbolicObject) #487

Closed jverzani closed 1 year ago

jverzani commented 1 year ago

Following discussion here https://discourse.julialang.org/t/julia-sympy-apply-to-both-sides-of-equation/91514 this adds a map function over SymbolicObjects which can be viewed as containers, but whose type information doesn't indicate this, as it sits inside the PyObject.