Thread: solving "0" of polynomials

  1. #1
    Unregistered
    Guest

    solving "0" of polynomials

    i need to use some sort of repetition structure in order to solve a polynomial to the fifth degree.
    any help would be appreciated

  2. #2
    Azmodean00
    Guest
    Use Newton's Method (if you have taken calculus). Of course, you will have to write your own code in order to find the derivatives of the functions. Since they are polynomials, the method is not very hard to implement.

    Azmodean00

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Polynomials and ADT's
    By Emeighty in forum C++ Programming
    Replies: 20
    Last Post: 08-19-2008, 08:32 AM
  2. Multiplying Two Polynomials
    By CaptainMorgan in forum C++ Programming
    Replies: 6
    Last Post: 10-30-2006, 02:34 PM
  3. JOB: C/C++ Developer with problem solving skills
    By VoltRecruiter in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 01-26-2006, 12:25 AM
  4. Polynomials with linked Lists
    By shaheedpak in forum C++ Programming
    Replies: 0
    Last Post: 09-26-2001, 11:10 AM
  5. Generating Polynomials using Linked Lists
    By shaheedpak in forum C++ Programming
    Replies: 0
    Last Post: 09-25-2001, 01:22 PM