Plotter      


The program creates a figure of some function f(x). To determine the function you need, please redefine intermediate variable "a" as a function of "x", then "b" as a function of "x" and "a", then "c" as function of "x, a, b" and finally the function itself using the variables "x, a, b, c". You may use standard arithmetic operations
(+, -, *, /) and some functions like sin(x), cos(x), tan(x), asin(x), acos(x), atan(x), exp(x), log(x), sqrt(x), pow(x,a)=x^a, abs(x), min(x,y), max(x,y) and constant PI that is 3.14159... Similarly you may redefine limits of argument and resolution of graphics. Press button to run program.


a(x) =
b(x,a) =
c(x,a,b) =
f(x,a,b,c) =
first value of x = resolution: nx = ny =
last value of x =

created   December 1998   by Victor Kohn.
Close the window if you don't like to keep it.