Use Gnuplot to plot a function

Gnuplot does not understand about x^2 being x*x, instead it uses x**2. It can plot things like x**2*sin(x). Multiple functions can be ploted on the same graph if you use comma's to separate the functions. This is a work in progress, report errors to bellenot-at-math-dot-fsu-dot-edu


beginning x value
ending x value
Function to plot