How to iterate an equation?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi I got a problem with iterating an equation and I have to estimate a value from it. Anyone has an idea?

Thanks!
0 Kommentare
Antworten (1)
Anthony Gurunian
am 9 Apr. 2021
Make an intial guess foor lamda_n, then do a for loop with equaiton 2. Exit the loop when abs(lambda_n+1 - lambd_n) is less than some tolerance.
4 Kommentare
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!