[julia-users] Re: Differential equations system with SymPy function dsolve?

2015-07-09 Thread CasUpg
Thank you very much! El miércoles, 8 de julio de 2015, 19:49:33 (UTC-5), j verzani escribió: The answer is dsolve(exs::Vector{Sym};kwargs...) = sympy_meth(:dsolve, exs; kwargs...) I just added this to the master version and will push to METADATA soon.

[julia-users] Re: Differential equations system with SymPy function dsolve?

2015-07-08 Thread Ismael VC
Thanks, that's great! El miércoles, 8 de julio de 2015, 19:49:33 (UTC-5), j verzani escribió: The answer is dsolve(exs::Vector{Sym};kwargs...) = sympy_meth(:dsolve, exs; kwargs...) I just added this to the master version and will push to METADATA soon. On Wednesday, July 8, 2015 at

[julia-users] Re: Differential equations system with SymPy function dsolve?

2015-07-08 Thread j verzani
The answer is dsolve(exs::Vector{Sym};kwargs...) = sympy_meth(:dsolve, exs; kwargs...) I just added this to the master version and will push to METADATA soon. On Wednesday, July 8, 2015 at 8:03:35 PM UTC-4, CasUpg wrote: Hi, I'm trying SymPy to solve differential equations system but it

[julia-users] Re: Differential equations system with SymPy function dsolve?

2015-07-08 Thread j verzani
The answer is dsolve(exs::Vector{Sym};kwargs...) = sympy_meth(:dsolve, exs; kwargs...) I just added this to the master version and will push to METADATA soon. On Wednesday, July 8, 2015 at 8:03:35 PM UTC-4, CasUpg wrote: Hi, I'm trying SymPy to solve differential equations system but it