Skip to main content
1-Visitor
January 27, 2013
Solved

solve an equation with iteration

  • January 27, 2013
  • 3 replies
  • 1900 views

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.

Best answer by Werner_E

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.

3 replies

19-Tanzanite
January 27, 2013

You were using the wrong sort of subscript - see attached.

Alan

Werner_E25-Diamond IAnswer
25-Diamond I
January 27, 2013

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.

Ermis761-VisitorAuthor
1-Visitor
January 27, 2013

Wow, Thank you very much!!! Thanks also for the small program which does the iteration.

/Evka

25-Diamond I
January 27, 2013

Evangelos Kakkavos schrieb:

Wow, Thank you very much!!! Thanks also for the small program which does the iteration.

/Evka

You're welcome!

Werner