Ordinary Differential Equation
This script allows to compute a solution to a first order ODE.
dy/dx = f(x,y)
The expression for f(x,y) can be entered along with initial conditions and other parameters.
Values are calculated using a Runge-Kutta algoritm.
The values for x and y can be listed.
The solution is then plotted along with the slope field for the ODE.