Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop a program in MATLAB to implement Bairstow's method for solving the following polynomial equation. ** 2x3 + 21x2 8x + 68 = 0 Try

image text in transcribed

Develop a program in MATLAB to implement Bairstow's method for solving the following polynomial equation. ** 2x3 + 21x2 8x + 68 = 0 Try r = -1 and 52 = 1. The MATLAB script should generate the following output table with headings. Use Es = 0.0001% i ri si b4 bz b2 b, b, C4 C3 C2 G Ar As rit1 Si+1 Eas Ear x xz Use Bairstow's method only for reducing the above equation to quadratic order. Do not use this method the second time to find the roots of the quadratic equation. Use the appropriate MATLAB command to find the roots of the obtained quadratic equation. Note that only one script should be made for this problem, which means that the script should produce the above table (for Bairstow's method), take the coefficients from the results of Bairstow's method for the quadratic equation, and determining the roots of the quadratic equation. The script should be able to report all four roots of the original equation. If the roots are complex, then report both the real and imaginary parts for each root. Develop a program in MATLAB to implement Bairstow's method for solving the following polynomial equation. ** 2x3 + 21x2 8x + 68 = 0 Try r = -1 and 52 = 1. The MATLAB script should generate the following output table with headings. Use Es = 0.0001% i ri si b4 bz b2 b, b, C4 C3 C2 G Ar As rit1 Si+1 Eas Ear x xz Use Bairstow's method only for reducing the above equation to quadratic order. Do not use this method the second time to find the roots of the quadratic equation. Use the appropriate MATLAB command to find the roots of the obtained quadratic equation. Note that only one script should be made for this problem, which means that the script should produce the above table (for Bairstow's method), take the coefficients from the results of Bairstow's method for the quadratic equation, and determining the roots of the quadratic equation. The script should be able to report all four roots of the original equation. If the roots are complex, then report both the real and imaginary parts for each root

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional IPhone And IPad Database Application Programming

Authors: Patrick Alessi

1st Edition

0470636173, 978-0470636176

More Books

Students also viewed these Databases questions