MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

How to Catch FindRoot::lstol error in FindRoot loop

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119341] How to Catch FindRoot::lstol error in FindRoot loop
  • From: Themis Matsoukas <tmatsoukas at me.com>
  • Date: Tue, 31 May 2011 07:47:11 -0400 (EDT)

I have a Table that solves a system of two non-linear equations for 18 different data points using FindRoot. The table works and I get results for every iteration but I also get two FindRoot::lstol errors. How can I identify the iteration that produces the error? I don't want to put Print statements to catch the error manually.

Thanks

Themis


  • Prev by Date: Re: Can Mathematica construct a set of equations?
  • Next by Date: Re: FullSimplify with functions owner
  • Previous by thread: Re: Question on making a piecewise function periodic tia sal2
  • Next by thread: Parallelize vs Compile