matlab solving equation's method

1 vue (au cours des 30 derniers jours)
Saeed
Saeed le 2 Oct 2013
Hi How Matlab chose a method to solve equation? I mean the algorythm for choosing method.. newton? secant? Thanks

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 2 Oct 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 commentaire
Azzi Abdelmalek
Azzi Abdelmalek le 2 Oct 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?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by