matlab solving equation's method

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

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 10 月 2 日

0 投票

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 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 10 月 2 日
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?

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeNumerical Integration and Differential Equations についてさらに検索

タグ

質問済み:

2013 年 10 月 2 日

コメント済み:

2013 年 10 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by