Brent with Derivatives 1D VI
- Updated2025-07-30
- 3 minute(s) read
Determines a local minimum of a given 1D function in a given interval. The method is based on derivatives of the function.

Inputs/Outputs
accuracy
—
accuracy controls the accuracy of the determined minimum of formula. The method stops if two consecutive approximations differ not more than the value of accuracy.
a (start)
—
a is the left point of the bracketing interval. The default is 0.0.
b (start)
—
b is the middle point of the bracketing interval. The default is 0.0.
c (start)
—
c is the right point of the bracketing interval. The default is 0.0.
formula
—
minimum
—
minimum is the determined local minimum of formula.
f(minimum)
—
f(minimum) is the function value at the determined local minimum.
ticks
—
ticks is the time in milliseconds for the whole calculation.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
Refer to the Golden Section 1D VI description for the definition of a bracketing interval. Here the derivative of formula is used. This leads to a faster algorithm, because the new bracketing interval has better properties than those of the Golden Section 1D VI.
accuracy
—
formula
—
minimum
—
ticks
—
error
—