matlab solving equation's method

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

Answers (1)

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 Comment

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?

Sign in to comment.

Categories

Find more on Numerical Integration and Differential Equations in Help Center and File Exchange

Tags

Asked:

on 2 Oct 2013

Commented:

on 2 Oct 2013

Community Treasure Hunt

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

Start Hunting!