Hi, If you are asking for 1st order ODEs, and you want to solve this numerically in Python, then have a look at section 16.4 in http://www.southampton.ac.uk/~fangohr/training/python/pdfs/Python-for-Computational-Science-and-Engineering.pdf#page146
If you are after symbolic solutions in Python, you could try 12.1.5 in the same document. There is a lot more to be said about differential equations, and there are many more resources out there - the above is just one of many starting points. I should say that the question is not a spyder question: spyder is just a environment for programming in Python, and is particularly useful for scientific computation, but cannot free us from having to learn how to use the relevant methods and libraries that implement them. Regards Hans ---- Sent from mobile device ---- Hans Fangohr University of Southampton http://www.soton.ac.uk/~fangohr > On 16 Apr 2014, at 23:20, Taketaro Watanabe <[email protected]> wrote: > > How can I solve differential equations? > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
