Function Plotter: a simple application with GUI to plot mathematical functions
Function Plotter is a simple application with GUI to plot mathematical functions. User enter a function and its boundaries and the application plot the function. Application can only draw polynomial functions in which only these operators in the fucntion are allowed: + – * / ^ (where ^ is the power operator). Prerequisites python is needed to be installed on the device. In addition, install these libraries: PyQt5, matplotlib, and numpy using: pip install [library name] How to Run run […]
Read more