matlab solving equation's method
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi How Matlab chose a method to solve equation? I mean the algorythm for choosing method.. newton? secant? Thanks
0 commentaires
Réponses (1)
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
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?
Voir également
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!