Borrar filtros
Borrar filtros

what's the difference between Secant , Newtons, fixed-point and bisection method

7 visualizaciones (últimos 30 días)
what's the difference between Secant , Newtons, fixed-point and bisection method to implement function x^2 + x^ 4 + 6 = x^3 + x^5 + 7 to find the first 11 values of iteration in matlab
  2 comentarios
KSSV
KSSV el 8 de Jun. de 2021
What have you attempted for the home work?
John Grand
John Grand el 9 de Jun. de 2021
Editada: John Grand el 9 de Jun. de 2021
I know that between bisection and fixed-point iteration, fixed method would be faster because it takes less time and number of iterations to locate the root, but not sure about the other methods

Iniciar sesión para comentar.

Respuestas (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 9 de Jun. de 2021
You can learn Secant method from this nice tutorial: https://www.youtube.com/watch?v=1fJbbtcrXco
NR method from this discussion of MATLAB community: https://www.mathworks.com/matlabcentral/answers/107508-solving-a-nonlinear-equation-using-newton-raphson-method

Community Treasure Hunt

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

Start Hunting!

Translated by