This Python project allows users to input options and values to plot various mathematical functions using Matplotlib. Users can choose from different functions and customize their parameters.
- Interactive menu for selecting functions and inputting values
- Plotting of mathematical functions using Matplotlib
- Customizable parameters for each function
- Python 3.x
- Matplotlib
- Numpy
- Clone the repository: git clone https://github.com/genan2003/Math-functions.git
- Install the required packages: pip install -r requirements.txt
- Run the application: python main.py
- Launch the program by running main.py.
- Choose a mathematical function from the menu.
- Input the required parameters (e.g., coefficients, ranges, etc.).
- The program will plot the selected function using Matplotlib.
- Logarithm Function
- Exponential Function
- HyperbolicSine Function
- Power Function
- More