Write a C program to find all real roots of a polynomial equation of degree n using Bisection method. Note that you can’t define the function as macro or C-function inside your program file. You have to take the polynomial function and degree from user. Also you can’t define the initial interval inside your program . You have to write three different functions
ReadpolynomialFunction() /*use to read the function */
FindInterval() /* use to find initial interval*/
BisectionMethod() /*use to find root */

<------------------------------------------------------------------->

Recommended Answers

All 3 Replies

Did you do any work on that did you have any initial idea behind this thread how to solve this, try some thing with your self first then post whats your problem.Don't try put your hole assignment here...........
Best Of Luck

Did you do any work on that did you have any initial idea behind this thread how to solve this, try some thing with your self first then post whats your problem.Don't try put your hole assignment here...........
Best Of Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.