Results 1 to 5 of 5

Thread: Finding roots of an equation {resolved}

Threaded View

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Resolved Finding roots of an equation {resolved}

    I need to write an algorithm that can find the roots of any equation (of the form y=f(x).

    It would have to do it by testing X values at certain points and homing in on the root by finding the sign change. What is the most efficient method of doing this?
    Last edited by wossname; Dec 6th, 2004 at 10:26 AM. Reason: I achieved enlightenment
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width