using DEV c++
show the input on your computer
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
using DEV c++ show the input on your computer
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
using DEV c++ show the input on your computer
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!