issues
search
jverzani
/
SymPyCore.jl
Package to help connect Julia with the SymPy library of Python
https://jverzani.github.io/SymPyCore.jl/
MIT License
4
stars
5
forks
source link
fix bug in N(oo); add rsolve example
#51
Closed
jverzani
closed
6 months ago
jverzani
commented
6 months ago
fixes bug with
float(oo)
Adds small example of using
rsolve
for recursive linear equation (close
https://github.com/JuliaPy/SymPy.jl/issues/544
of SymPy)
show arrays in latex (close
https://github.com/JuliaPy/SymPy.jl/issues/543
)
float(oo)
rsolve
for recursive linear equation (close https://github.com/JuliaPy/SymPy.jl/issues/544 of SymPy)