An open API service indexing awesome lists of open source software.

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

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