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:
u
n+1
= y
n
+ hf(x
n
, y
n
)
y
n+1
= y
n
+ h[f(x
n
, y
n
) + f(x
n+1
, u
n+1
)]/2
You can define functions using these operators:
+
-
*
/
^
abs( )
sqrt( )
ln( )
exp( )
pi
sin( )
cos( )
tan( )
asin( )
acos( )
atan( )
/BODY>