Answered step by step
Verified Expert Solution
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
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started