help me with this problem please

Discussion in 'C' started by poulami510, Sep 6, 2010.

  1. poulami510

    poulami510 New Member

    Joined:
    Sep 6, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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 */
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice