e3x.ops.helpers.evaluate_derivatives

e3x.ops.helpers.evaluate_derivatives(f, x, max_order)[source]

Evaluates the function f(x) and its derivatives up to a maximum order.

Parameters:
Return type:

List[Num[Array, '...']]

Returns:

A list of size max_order+1 containing f(x), f’(x), f’’(x), etc., with the i-th entry corresponding to the derivative of f of order i.