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