Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi!!
I'm new to Mathcad and programming i general.
I have an equation that i want to solve iteratively, but i do not have the programming skills in Mathcad.
I think that a FOR-loop somehow will solve and give me the solution.
If anyone could help, it would be much appreciated.
Attaching the file with the equation.
Solved! Go to Solution.
See if the attached helps.
The solutions depends upon whether you want to stop after a specific number of iterations or when a certain level of accuracy is achieved.
You were using the wrong sort of subscript - see attached.
Alan
See if the attached helps.
The solutions depends upon whether you want to stop after a specific number of iterations or when a certain level of accuracy is achieved.
Wow, Thank you very much!!! Thanks also for the small program which does the iteration.
/Evka
Evangelos Kakkavos schrieb:
Wow, Thank you very much!!! Thanks also for the small program which does the iteration.
/Evka
You're welcome!
Werner