Skip to content

Graph plotter ,Derivative Finder , Expression simplifier Using a Parser

License

Notifications You must be signed in to change notification settings

Puneet2000/GPlotLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :

About

Graph plotter ,Derivative Finder , Expression simplifier Using a Parser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages