Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 441 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 441 Bytes

About

A Java program to plot the graph of simple algebraic, trigonometric and exponential functions.

How To Run

  • 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.

Sample functions :

  • sin(x)
  • cos(x)
  • 1/tan(x)
  • x*x*x*x
  • sin(x)*cos(x)*x
  • tan(x)/x
  • pow(x,sin(x))