to write a do while loop to solving a non linear equation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 ?
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Systems of Nonlinear Equations en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!