Degine
Industrial
- Oct 21, 2010
- 3
I'm trying to simulate cycle times as a function of work released at a station.
Please see attached worksheet.
Mathcad 14
Mathcad 11
The problem is, for the CT(w), it requires CT(w-1).
While understandable this leads to recursion, CT(1) is very easily calculated since some parts reduce to 0 for example:
w-1/CT(w-1)=0 for w=1
No need to know CT(w-1) as 0 divided by anything will always be 0.
So how can I avoid Mathcad worrying about 'infinite recursion' / overflow?
Note: w=1,2...32 at most. So definitely not infinite.
Please see attached worksheet.
Mathcad 14
Mathcad 11
The problem is, for the CT(w), it requires CT(w-1).
While understandable this leads to recursion, CT(1) is very easily calculated since some parts reduce to 0 for example:
w-1/CT(w-1)=0 for w=1
No need to know CT(w-1) as 0 divided by anything will always be 0.
So how can I avoid Mathcad worrying about 'infinite recursion' / overflow?
Note: w=1,2...32 at most. So definitely not infinite.