Implementation of Bairstow method

6 ビュー (過去 30 日間)
MARCU DIANA-NICOLETA
MARCU DIANA-NICOLETA 2020 年 5 月 30 日
Hello guys.
I have this problem and I don't know how to start :
Using the implementation of Bairstow method, find the roots of the equation x^3-x^2-x-1=0 with p=-2 q=-1 eps=1 .
Can anyone help me please with the implementation ? Thank you very much.

回答 (1 件)

Ameer Hamza
Ameer Hamza 2020 年 5 月 30 日
To start, first study the Bairstow method: https://en.wikipedia.org/wiki/Bairstow%27s_method. After you completely understand the maths behind the method, study the following FEX packages to learn its implementation in MATLAB.
After you have studied the code in these packages, you will be able to easily write the code for your homework.
  1 件のコメント
MARCU DIANA-NICOLETA
MARCU DIANA-NICOLETA 2020 年 5 月 30 日
Tanks a lot.

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

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by