A Java program to plot the graph of simple algebraic, trigonometric and exponential functions.
- Compile using
javac Sketchup.java - Run using
java Sketchup - Enter the function in the proper format (See the examples given below). Please wait a few seconds for the image to be rendered.
sin(x)cos(x)1/tan(x)x*x*x*xsin(x)*cos(x)*xtan(x)/xpow(x,sin(x))