seifashraf1 / Math-Functions-Plotter

A Python GUI program that plots arbitrary user-entered functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math-Functions-Plotter

A Python GUI program that plots arbitrary user-entered function.

Prerequisites

pip install numpy

pip install matplotlib

pip install PySide2

pip install pytest

pip install sympy

Functions Supported

Polynomial x^n

Exponential e^x

Logarithmic ln(x)

Trignometric sin(x), cos(x), tan(x), ...

Screenshots

Polynomial x^n

poly

Exponential e^x

exp

Logarithmic ln(x)

ln

Trignometric sin(x), cos(x), tan(x), ...

sin(x)

sin

cos(x)

cos

Some Other Functions

f1

f2

Input Validation

error

About

A Python GUI program that plots arbitrary user-entered functions.

License:MIT License


Languages

Language:Python 100.0%