First-Order Differential Equations

Euler Method Euler method is a very simple numerical method that can be used to solve differential equations. For example dy / dx = f(x, y) , there is usually no such a thing as an analytical solution, so one has to solve numerically with an initial condition y(x0) = y0 . Numerical methods approximate … Continue reading First-Order Differential Equations