Skip to content

mkondratek/symbolic-derivative-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symbolic-derivative-calculator

Symbolic Differentiation in Haskell

Execuction

Calculation of partial derivatives (for x, y and z):

derivative <expr-string>
  • Example: derivative "sin(1/x)*exp(y^3-2)"

Making expressions more "human-readable":

simplify <Expression>
  • Example: map simplify (derivative "sin(1/x)*exp(y^3-2)")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published