Calculus VIs

Owning Palette: Scripts & Formulas VIs

Requires: Full Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Calculus VIs for calculus and to solve differential equations.

The VIs on this palette can return mathematics error codes.

Palette ObjectDescription
Curve LengthCalculates the curve length of a 1D function between start and end.
DifferentiationCalculates both function values and the values of the derivative of a given 1D function defined by a formula at equidistant points in an interval.
Extrema of f(x1,x2)The algorithm looks for local extrema of a given function of two variables on a given rectangle. The absolute distance between two extrema must be equal to or greater than 1E–6 for the two vectors to register as different from each other.
IntegrationCalculates both the function values and the integral of a 1D function between start and end. The function is defined by a formula. The number of points to be calculated depends on the complexity of the given function.
LimitDetermines the left and right limits of a 1D function at a given point.
Partial Derivatives of f(x1,x2)Calculates a 2D array of the partial derivatives of a function of two independent variables.
Zeros and Extrema of f(x)Determines all zeros and extrema of a 1D function in a given interval.