Euler's Method in Pictures -- Applet

This applet uses a parser written by Darius Bacon to interpret the algebraic expression defining the function P(x). The parser is available at his web site. Please see his file on copying.

Multiplication must be indicated by an asterisk -- * -- rather than juxtaposition -- for example,

2 * x

NOT

2 x.

The constants pi and e are denoted by pi and e . For example,

sin (pi * x)

The parser recognizes the usual functions. Note that the parser is case sensitive -- for example,

sin(x)

NOT

Sin(x).


Copyright c 1997 by Frank Wattenberg, Department of Mathematics, Montana State University, Bozeman, MT 59717