Page 1 of 1

using DEV c++ show the input on your computer

Posted: Wed May 04, 2022 9:35 am
by answerhappygod
using DEV c++
show the input on your computer
Using Dev C Show The Input On Your Computer 1
Using Dev C Show The Input On Your Computer 1 (84.79 KiB) Viewed 41 times
MACHINE PROBLEM 2 WRITE A COMPUTER PROGRAM USING ANY LANGUAGE OF YOUR CHOICE THAT WILL IMPLEMENT BAIRSTOWS METHOD FOR FINDING THE ROOTS OF A GIVEN POLYNOMIAL FUNCTION. PROGRAM INPUT - the program should input the following: a) degree of the polynomial function b) coefficients of the polynomial function PROGRAM OUTPUT - the program should consist of the following: a) echo print of the input data b) Bairstow's table for each Quadratic factor c) Run the following test data. TEST DATA 1. x-2x³+3x²+4x+4=0 2. x-8x5+25x4-32x³-x²+40x-25=0 3. x-x-39x+37x³ +446x4-180x²³-1928x²-256x+1920-0 4. x8-7x7-11x +41x5-183x+231x³+21x²-265x+150=0