Skip to content

A python implementation of a calculator that can graph integrals and derivatives as well as take the symbolic derivative of a function in terms of x.

Notifications You must be signed in to change notification settings

kkudrolli/Calculus-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python implementation of a calculator that can graph integrals and derivatives as well as take the symbolic derivative of a function in terms of x.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages