Question: Arbitrary Close Solutions in fsolve

Hi, 

   I'm solving two equations and two unknowns with fsolve where there are multiple solutions (at most 3). I iterate this and my next set of solutions depends on the previous one. The problem is the the first solution (the only one I need) may be arbitrarity close to to the previoius solutions and fsolve skips it and finds the second solution. Any recommendations or ways of makign fsolve resolve arbitrarily close solutions?

Thanks,

Please Wait...