matlab solving equation's method

Hi How Matlab chose a method to solve equation? I mean the algorythm for choosing method.. newton? secant? Thanks

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 2 de Oct. de 2013
There is no algorithm for choosing methods. You have to specify what kind of equations you want to solve. You can use different functions depending on your problem
help solve
help ode45
help fzero

1 comentario

Azzi Abdelmalek
Azzi Abdelmalek el 2 de Oct. de 2013
Saeed commented
I mean when the input is f(x)=0 , HOW matlab solve this? does it choose Newton's method or Muller or....? WHICH one? How matlab selects methd?

Iniciar sesión para comentar.

Categorías

Más información sobre Numerical Integration and Differential Equations en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 2 de Oct. de 2013

Comentada:

el 2 de Oct. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by