Deriv-package: Symbolic Differentiation

Description Details Author(s) References See Also Examples

Description

R already contains two differentiation functions: D and deriv.

These functions have several limitations:

The advantages of this package include:

Details

Package: Deriv
Type: Package
Version: 4.1.3
Date: 2021-02-24
License: GPL (>= 3)

Two main functions are Deriv() for differentiating and Simplify() for simplifying symbolically.

Author(s)

Andrew Clausen, Serguei Sokol

Maintainer: Serguei Sokol (sokol at insa-toulouse.fr)

References

https://andrewclausen.net/computing/deriv.html

See Also

D, deriv, packages Ryacas, rSymPy

Examples

1
2
3
4
## Not run: f <- function(x) x^2
## Not run: Deriv(f)
# function (x)
# 2 * x

Example output



Deriv documentation built on Feb. 24, 2021, 5:07 p.m.