Skip to content

OliverKovacs/derivative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

derivative

Symbolic differentiation implemented in Prolog. Heavily inspired by Edmund Weitz's Video showcasing a similar program in Lisp.

Usage

prolog derivative.pl
?- apply_rule(d(x*x + 2*x + 5, x), Y, rule).
   Y = 2*x+2

Todo

  • Improve simplification.

About

Symbolic differentiation implemented in Prolog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages