Skip to main content
1-Visitor
November 25, 2013
Solved

Return value?

  • November 25, 2013
  • 1 reply
  • 1168 views

Hi!

I have an iterative process further down the Mathcad-sheet (see attached).

In the first while statement a starting value for f_sxcr and f_sycr is given. At the very end after the second while statement the values for

f_sxcr and f_sycr are then calculated.

The return value however is retrieved from the initial starting value in the results.

Is there a simple way to retrieve the calculated value in the results?

Thanks in advance!

Best answer by RichardJ

STEP18a(fx1,fx) is never equal to 1 (in fact, it's never equal to anything other than 0), so the new values for f_sxcr and f_sycr are never calculated.

1 reply

RichardJ19-TanzaniteAnswer
19-Tanzanite
November 25, 2013

STEP18a(fx1,fx) is never equal to 1 (in fact, it's never equal to anything other than 0), so the new values for f_sxcr and f_sycr are never calculated.

Ermis761-VisitorAuthor
1-Visitor
November 26, 2013

Thanks! It seems to be the problem