You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Hey there,
I am a big fan of what you are trying to do here. I my educational background is in physics and mathematics. When in graduate school Mathematica was a huge help in solving the tougher problems analytically but is ridiculously expensive. I am looking for a python open-source project to get involved in and this one is right up my alley. I have not used your package yet so I'd be willing to start with some bug fixes to prove my worth.
Have you guys implemented partial differential equations yet? If not, that will set this package on fire!!
Cheers,
Justin
Denis Akhiyarov
unread,
Sep 12, 2015, 12:26:30 AM9/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
There is limited analytical PDE solver, but this is not very practical. If numerical PDE solution, that area is pretty well established, even in python.
Message has been deleted
Aaron Meurer
unread,
Sep 13, 2015, 1:27:07 AM9/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
I'm not sure if coupled ODEs are implemented yet but the easiest way
to tell is to try dsolve() on one (or classify_ode()) and see if it
works.
Aaron Meurer
On Sat, Sep 12, 2015 at 11:21 AM, Justin <jbly...@gmail.com> wrote:
> How about coupled ODEs?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SymPy
Hi,
Some systems of ODEs are implemented, so therefore some coupled ODEs should be handled. Support was implemented as part of a GSoC 2014 project that I helped mentor. There are definitely some bugs and work stalled on some of the non-linear systems because of bugs in the single ODE solver. Overall, it’s not been used much so I’m sure that there’s bugs to work out that haven’t been found.
I’d really like to see some attention put to it because no real work has been done on it since the GSoC project aside from some doc cleanup.
Cheers,
Tim.
> On Sep 13, 2015, at 1:26 AM, Aaron Meurer <asme...@gmail.com> wrote:
>
> I'm not sure if coupled ODEs are implemented yet but the easiest way
> to tell is to try dsolve() on one (or classify_ode()) and see if it
> works.
>
> Aaron Meurer
>
---
Tim Lahey, Ph.D.
Software Developer, Lahey Education
Justin
unread,
Sep 16, 2015, 5:48:53 PM9/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Hi all,
I have sent free time this week looking through the package and I must say before continuing this package is extremely impressive. I am glad the math/physics community has taken the time to work on this; I mean, Clebsh-Gordan coeffients! This is awesome.
Now, to get started I really think I should start with some bug fixes. There was one coupled linear, homogeneous ODE that comes to mind (came across it in grad level quantum mechanics, solved simply by substitution but takes a while to realize) that I I'll run through the solver. My first commit will probably be a number of not so simple coupled ODEs with different solve techniques to stress the solver. I am on the job market right now so it might be the weekend before I make the commit. We can continue from there. I hope this helps.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
Fixing bugs is definitely a good place to start.
Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> To view this discussion on the web visit