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.
Given a function and an identifier , computes the derivative of with respect to .
Given a function , an identifier and an integer , computes the -th derivative of with respect to .
Given an univariated function and an integer , computes the -th derivative of .