Skip to content

Python based symbolic differentiation program (class assignment for Numerical Analysis, Fall 2014)

Notifications You must be signed in to change notification settings

AdeelH/symbolic-differentiator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symbolic-differentiator

Given f(x), computes df(x)/dx and algebraically simplifies the result as much as possible. (class assignment for Numerical Analysis, Fall 2014)

Usage

$ python differentiation.py
f(x) = sin(2*x)
Differentiating...
f'(x) = 2.0*(cos(2.0*x))

Enter the function, f(x), at the prompt and hit enter.

About

Python based symbolic differentiation program (class assignment for Numerical Analysis, Fall 2014)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages