Thread: Newton Raphson method code

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    2

    Newton Raphson method code

    I need to use the Newton Raphson method in a program to find the roots of a polynomial. The polynomial is z^5 - z - 1. I'm not too sure how to deal with the complex roots. Does anyone know where I can find code that implements it. Thanks

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

  3. #3
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    1) Dont Cross Post

    2) No One Is Going To Do Your Homework For You

    edit: whats with the boards auto-format not letting me yell at people

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Explain this C code in english
    By soadlink in forum C Programming
    Replies: 16
    Last Post: 08-31-2006, 12:48 AM
  2. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  3. Newton Raphson method code
    By taebin in forum C Programming
    Replies: 2
    Last Post: 10-17-2004, 02:44 AM
  4. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  5. Replies: 4
    Last Post: 01-16-2002, 12:04 AM