Mathcad 14 - Using CTOL
Does FIND stop searching for a more accurate solution when it finds a solution satisfying CTOL? For example suppose I want to find temperature to within .5 F and I set CTOL to .5. Will Mathcad stop searching when CTOL is met or will it continue searching until some smaller CTOL is achieved? Note: my Solve Block is solving for 1 unknown with units (BTU/min). My constraint has units of degF. I found that units can be applied to CTOL but then FIND does not work.
Also I have a case where I set CTOL to .4, but the FIND solve block found an answer (solution) at which the error is .53733 which is larger than CTOL. So why is FIND returning a solution?
PS: My constraint is 0 =ABS(T1-T1x) + ABS(T2-T2x)

