Difference between revisions of "Typeful symbolic differentiation"

From HaskellWiki
Jump to navigation Jump to search
(Deleting article that hasn't been edited for over 10 years)
m (Minor formatting changes)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  +
[[Category:Idioms]]
  +
  +
[http://www.haskell.org/pipermail/haskell/2004-November/014939.html Typeful symbolic differentiation]
  +
  +
Oleg Kiselyov writes:
  +
  +
:A ''symbolic'' differentiator for a subset of Haskell functions (which covers arithmetics and a bit of trigonometry). We can evaluate our functions '''numerically''' - and differentiate them '''symbolically'''. Partial derivatives are supported as well.

Latest revision as of 22:21, 5 April 2021


Typeful symbolic differentiation

Oleg Kiselyov writes:

A symbolic differentiator for a subset of Haskell functions (which covers arithmetics and a bit of trigonometry). We can evaluate our functions numerically - and differentiate them symbolically. Partial derivatives are supported as well.