solving nonlinear system of equations
Mostrar comentarios más antiguos
I have a nonlinear system of equations including 2 variables ,and I know that roots are real I tried Newton Raphson method but it is very sensetive to initial conditions and they should be very close to the roots,I also tried fsolve but it gives complex roots for some initial conditions
Is there any way to reduce the sensetivity to initial conditions in Newton Raphson method?I mean a way in which I can choose initial conditions far from roots?
also are there other ways to solve a system of nonlinear equations with real roots except Newton Raphson or fslove?
2 comentarios
Andrew Newell
el 30 de En. de 2011
By initial condition, do you mean your initial guess for the Newton-Raphson method? By variables, do you mean parameters?
mona faraji
el 3 de Feb. de 2011
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Newton-Raphson Method en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!