I am trying to solve a non linear simultaneous equation using NR method.The program does not converges.I know the exact solution and if the initial value is set to exact value then the program converges in one step.
Show older comments
I have attached the m file with the initial values of the three unknowns equal to its exact values (i.e in the x vector) as a result the value converges in a single iteration.
If i initialize value little different from the exact solution.Then the value does not converges.I want my program to converge with values different from exact initial value.The exact value Of X vector is
x=[0.033670275;0.251;1168]
If the initial X vector is changed from the above values then the program does not converges. Please help me in this regard.
Accepted Answer
More Answers (0)
Categories
Find more on Numeric Solvers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!