Solver Problems

Mathcad's numerical solvers make use of two tolerance parameters in calculating solutions in solve blocks: CTOL and TOL.

If your system does not converge, and you would like to know the solution that was found, even though it did not meet the convergence criteria, use Minerr.

Getting Past Errors

If the solver cannot make any further improvements to the solution, but the constraints are not all satisfied, the solver stops and marks Find with an error message. This happens whenever the difference between successive approximations to the solution is greater than TOL and:

The following problems may cause this kind of failure:

If you can not solve the constraints to within the desired tolerance, try defining TOL with a larger value somewhere above the solve block. Increasing the tolerance changes what Mathcad considers close enough to call a solution.

QuickSheet