Solving First Order Differential Equations with Julia

Solving First Order Differential Equations with Julia

I wrote a full tutorial on solving first order ODEs in Julia using the DifferentialEquations.jl package. It provides a gentle introduction to Differential Equations in general, then describes how you use them to model physical phenomena. And finally it teaches you, with hands-on guide, how you implement Differential Equations in Julia and how you solve them, and plot future predictions.

I am posting here mainly asking for feedback. I think one can also benefit from it if one isinterested in this topic.

3 Likes

Ritobrata, This is a wonderful first glance at using differential equations and solving them using Julia. Math, Chris R., and Julia intersect at a point which is higher than we mortals. It is obvious that you are striving towards that domain!

1 Like

That’s such a nice complement. Thanks for reading!