Implementation of Bairstow method
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MARCU DIANA-NICOLETA
el 30 de Mayo de 2020
Comentada: MARCU DIANA-NICOLETA
el 30 de Mayo de 2020
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.
0 comentarios
Respuestas (1)
Ameer Hamza
el 30 de Mayo de 2020
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.
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!