Simple Plots

f(x)

x

Plot f(x) from x1 to x2

f(x) = 

x1 = 

x2 = 

x - label 

y - label 

This page uses the flot library to make simple plots. Type a mathematical expression for f(x) in the input box and press the "Plot" button to see the plot.

The mathematical functions that can be used are list below. Multiplication must be specified with a '*' symbol, 3*cos(x) not 3cos(x). Powers are specified with the 'pow' function: x² is pow(x,2) not x^2.