“…{The component x i too narrow for bisection} 19: return x i , "found a pseudo-solution" 20: end if 21: bisect x i , obtaining x (1) i and x (2) i 22: if (left narrow (x (1) , f, i, ε) results in (x * , "found a pseudo-solution")) then 23: return x * , "found a pseudo-solution" 24: end if 25: if (left narrow (x (2) , f, i, ε) results in (x * , "found a pseudo-solution")) then 26: return x * , "found a pseudo-solution" 27: end if 28: return "no solution"…”