Test Method: Method 410A Determination of Benzene from ...

uses bisection method to find the root of a function. % input: ... ea = abs((xr - xrold
)/xr) * 100;. end. test = func(xl)*func(xr);. if test < 0. xu = xr;. elseif test > 0. xl = xr;.

Part of the document