This applet allows to enter and plot functions of one variable.
Enter expression with a variable x to be plotted, number of points to calculate and range of your variable in the corresponding textfields below the plotting area. Press the button "Plot the Function!"
Please note that recognition of function expressions is not fool proof. If the plotted curve looks wrong to you, use parenthesis to force the order of evaluation, see example below. The most likely place this will be needed in the use of power command ^.
Example: (1+(x^2)+(x^3))
The applet uses Graph Class Library by Leigh Brookshaw. Below are excerpts from the Library Documentation :
Known Bugs: The recoginition of function expressions is not fool proof. If the answer is wrong then use the parenthesis to force the order of evaluation. The most likely place this will be needed is in the use of the power command. The exponent is not evaluated correctly if it begins with a unary operator.
Once the function is plotted, you can modify with a mouse the range of data being plotted:
The applet also recognizes the following keys being pressed:
