Numerical Methods For Solving DE's
  
Instructions
1. Enter y', t0 or x0 and y0. 
2. Enter t1 value to solve. 
3. Enter h Value".  
4. Enter number for decimal. 
5. Select Method for solving DE. 

6. Press the "Calculate Values" or "Clear" button.

 
Note: [t0, t1] is the interval over which you want to approximate and n is the number of steps.. 
Note: When entering a DE expression y', use t0 or x0 and y0 as variables, and  + , - , *,  / , ^ , ( , ) , pi, or e as operators. 
Derivative Expression
Given

y ( t0 ) = y0

y( t1 )

h = ( t1 - t0 ) / n

accuracy

y (    ) =

solve   y (   )

h =

Decimal Places =

Methods
Euler's  
 Improved Euler's  
 Runge-Kutta  
Calculations