https://github.com/razvan48/mathematical-functions-and-equations-visualizer
Short program for visualizing mathematical functions and equations
https://github.com/razvan48/mathematical-functions-and-equations-visualizer
equations functions math opengl
Last synced: about 2 months ago
JSON representation
Short program for visualizing mathematical functions and equations
- Host: GitHub
- URL: https://github.com/razvan48/mathematical-functions-and-equations-visualizer
- Owner: Razvan48
- Created: 2022-12-23T21:13:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T15:22:53.000Z (about 3 years ago)
- Last Synced: 2025-01-22T18:50:55.974Z (over 1 year ago)
- Topics: equations, functions, math, opengl
- Language: C++
- Homepage:
- Size: 58.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mathematical-Functions-Visualizer
This is a simple visualizer for mathematical functions.
It is able to draw the graph of any given function.
Examples:
f(x) = x * sin(x) * cos(x)
f(x) = sqrt(sin(x) * x)
f(x) = sqrt(x) + x * sin(x) - x * cos(x)
(x - 3) * (x - 3) + (y - 5) * (y - 5) - 200 = 0 (circle equation)
(x - 5) * (x - 5) / 7 + (y - 5) * (y - 5) - 200 = 0 (ellipse equation)
**Controls:**
- WASD for moving the camera around and for being able to look at other values of the function
- Button Q and button E for zooming in/out
- Esc for closing the application