next up previous contents
Next: Minimize2D Function Up: Mathematical Functions Previous: The Minimum Function

Minimize Function

Calling Sequence:
MinimizeFunc(
f, iniguess, epsini, epsfinal)
Parmeters:
f : procedure
iniguess : array( real)
epsini : real
epsfinal : real

Returns: A list of two elements.

Synopsis: Starting at iniguess with error tolerance epsini, this function minimizes f until the accuracy in each dimension is less than or equal to epsfinal.

Examples:

> MinimizeFunc(x -> 3*tan(x), [0.33, 0.44, 0.55], 0.2, 0.1);

See also: MaximizeFunc, Minimize2DFunc, DisconMinimize, NBody




Gaston Gonnet
1998-09-15