next up previous
Next: Euler's method Up: P131-Computational Physics Previous: How to read these

Ordinary differential equations: a review

Let's consider a simple 1st order equation:

\begin{displaymath}
\frac{dx}{dy}=f(x,y)
\end{displaymath} (1)

To solve this equation with a computer we need to discretize the differences: we have to convert the differential equation to a ``finite differences'' equation. The simplest solution is Euler's method.



Subsections

Adrian E. Feiguin 2004-06-01