back to my home page...

This applet may take a minute or so to load. If it doesn't show up, try refreshing the page. NOTE: you must have Java 1.6 to run these applets!

Basic Plotter

This applet plots a simple function of one variable. Enter your function in the box below the plot.
  • COOL: You can drag and drop new functions onto the window. Just highlight your function and drag it onto the plot!
  • You can watch the function draw itself by hitting the play button at left.
This applet supports all common functions, including
sin(x), cos(x), log(x), ln(x), etc.
Some not-so-common supported functions are
step(x) and abs(x).
The applet also supports summations, e.g.
sum(cos(n*x)/n^2,n,1,10),
products (replace sum with prod), and derivatives, e.g.
d(cos(x),x).
Created using the blaisemath Java package by Elisha Peterson.
Comments, questions, or suggestions for improvement are welcomed!