| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
I built a function plotter in Java featuring a custom parser for infix and reverse polish notation (RPN), AST-based evaluation, and symbolic differentiation. Includes support for common mathematical functions, parameters, and graph visualization. It is built using LiveViewProgramming for interactive browser-based output.
📌 Credits to D. Herzberg's LiveViewProgramming for providing the
Java-based live coding environment.
Steps:
Modifications to LVP:
Only the Turtle.java from LiveViewProgramming was reused and extended with a few additional methods to simplify and improve usability. The original Turtle implementation from the JAR file (lvp-0.5.4.jar) is not used in this project.
Extensions:
Important Note: The archive contains important files:
1. funktionsplotter.java --> The Java program for the function plotter
2. lvp-0.5.4.jar --> The JAR file for LVP
3. Turtle.java --> Self-developed extended Turtle with 3 additional methods, used instead of the Turtle from the JAR file (lvp-0.5.4.jar)
4. README.md --> Information about how to run the program
When executing, make sure all files are present and you are in the correct directory!
| Back | FazBrowse Home | New Git URL |