to write a do while loop to solving a non linear equation

1 view (last 30 days)
I have three non linear equations which are : f(x),g(f) and x(g). I have to solve for x iteratively first by guessing x, substituting it in function f,f in g and at last g in x.If x obtained in last function x(g) is different from x guessed then it has to be guessed again(i don't know the logic for guessing next x ) and has to be substituted again f(x) till the x obtained from x(g) is same as x guessed .Any idea how to do this ?

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!