Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 699 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 699 Bytes

Calculus-Calculator

Description: This program is a calculator that can take in a function, graph that function over a certain domain, graph the derivative, graph the integral, and generate the symbolic representation of the derivative.

Installation: To install this program, unzip the .py files and libraries (matplotlib,numpy, scipy).

Running the program: To run this program in Windows, open the Python files in a text editor that can run Python and run Run.py.

To run this program in Mac OS or Linux, open the shell, change the directory to the termProject directory and type the command ./Run.py

Third-party libraries (these files are not included in the project): matplotlib scipy numpy