Skip to main content

Differentiate

Differentiates a function.

Syntax

differentiate(Function)
differentiate(Function, Identifier)
differentiate(Function, Identifier, Integer)
differentiate(Function, Integer)

Description

Given a univariate function, computes its derivative.

calculus.differentiate1.calc.png

Given a function f and an identifier x, computes the derivative of ff with respect to xx.

calculus.differentiate2.calc.png

Given a function ff, an identifier xx and an integer n, computes the nn-th derivative of ff with respect to xx.

calculus.differentiate3.calc.png

Given an univariated function ff and an integer nn, computes the nn-th derivative of ff.

calculus.differentiate4.calc.png