Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 352 Bytes

GPlotLib

  • Graph Plotter in java for functions y = f(x).
  • Expression Simplifier eg ( 2*sin(2)*exp(cos(3))).
  • Derivative finder for functions y = f(x).

Methodology

  • Parsing the input using ll1 grammar rules.
  • Making an Expression Tree to find the result.

Tools

  • Java and Swing

References :