Improved Euler's Method

dy = given y = when x =
dx
Step size =  Number of steps =
Your browser does not support the HTML5 canvas tag.


Summary:
un+1 = yn + hf(xn, yn)
yn+1 = yn + h[f(xn, yn) + f(xn+1, un+1)]/2

You can define functions using these operators:
+-*/^
abs( )sqrt( )ln( )exp( )pi
sin( )cos( )tan( )
asin( )acos( )atan( )












/BODY>