Mathcad: Iteration in Iteration
Mathcad: Iteration in Iteration
(OP)
I'd like to solve a set of equations iteratively. The problem is that one of these equations is also only to be solved iteratively.
I attached my mathcad file. The variable lamda is the one which causes problems.
I also tried to define my equations as functions with the outer iterative variable (here: d) as parameter - with no success.
I attached my mathcad file. The variable lamda is the one which causes problems.
I also tried to define my equations as functions with the outer iterative variable (here: d) as parameter - with no success.
RE: Mathcad: Iteration in Iteration
For most things, you ought not need to make your own solver.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Mathcad: Iteration in Iteration
I have an only-to-be-solved-iteratively-equation within some equations that are only to be solved iteratively.
So I have to iterate d+1 until it is equal to d and within this there is lamda+1 which has to be equal to lamda.
RE: Mathcad: Iteration in Iteration
To iterate lamda within the outer iteration I built myself my own solver as a loop.
The mathcad file is attached.