Nested conditions on MathCAD
Hi all,
I must preface this by saying that I am brand-new to MathCAD and know not much.
I tried a few different things to tackle this issue myself. However, it seems like I need a new perspective.
The bold portion is the rough program. I have
n=0,1,...
t(n) := t(n-1)+c
while t(n)<6*R
F(n)=F(n-1)+....[other system parameters that don't involve 'n']
'c' is a constant and not a matter of worry. 'n' will keep incrementing until t(n)=11*R [R is another constant, but will be changed according to the system parameters. So, R=1 in one case and R=300 in other cases; user-defined]
I am not sure how to define 'n' and t(n). They are interdependent and the few things I tried have been unsuccessful so far.
Any help is appreciated.
Thank you in advance.
--
Thanks and regards

