Euler's Method
Enter function (omit the
y'
):
Enter initial value (for
x
):
Enter initial value (for
y
):
Enter
x
value for which the function needs to be calculated (will output
y
value at that particular
x
value):
Iterations to perform:
Run >
Clear text
Functions of the form
y' = f(x, y)
can be entered, where
y
is an implicit function of
x
and
f(x, y)
is a function of both
x
and
y
. Ommit the
y'
when entering the function.
Examples for functions you can enter:
x^2
y
2y-x
See
here
for more