ISmDerivative.DerivativeExpressions

Syntax

DerivativeExpressions: Array;

Description

The DerivativeExpressions property returns an array of derivatives' expressions.

Comments

Each of the array elements is a string. The number of elements matches the number of differentiation variables set in the ISmDerivative.DiffVariables property.

Example

The property use is given in the example for ISmDerivative.CoefficientsOrder.

See also:

ISmDerivative