Skip to content

A graph math function maker for math teachers who want to visualize their math function in their Exercise.

Notifications You must be signed in to change notification settings

WWM2010/Python-graph-function.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Python-graph-function.

πŸ“Š Python Math Function Graph Creator

A simple command-line tool to generate and visualize mathematical function graphs using Python, NumPy, and Matplotlib.
This project allows users to input mathematical functions directly from the CMD (Command Prompt) and see their plots instantly.


πŸš€ Features

  • Input mathematical functions via CMD arguments.
  • Supports common functions: polynomials, trigonometric, exponential, logarithmic, etc.
  • Uses NumPy for fast numerical computation.
  • Graphs rendered with Matplotlib.
  • Easy to extend with custom functions.
  • PDF downloed file for the graph

πŸ“¦ Requirements

Make sure you have Python installed (>=3.8).
Install dependencies with:

pip install numpy matplotlib

#This is an example of a tan (x) Function :

image

About

A graph math function maker for math teachers who want to visualize their math function in their Exercise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages