findRootInt
PURPOSE
% findRootInt compute the incremental ration of f(x) in x0 with dx2/2 delta
SYNOPSIS
function x1 = findRootInt (f, x0)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- divInt % divSingleInt divides two set of intervals returning int1 / int2
- intToTol % intToTol given an interval return its tolerance to get the given interval
- intToVal % intToVal given an interval return its central value
- monotonicFunctionInt % monotonicFunctionInt applies the given monotonic function f the required interval (if f is not monotonic the result may be wrong)
- subInt % subInt subtract intervals returning int1-int2
This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003