Thread: Root approximations

  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    1

    Exclamation Root approximations

    I need to find root aproximations using bisection and Regula Falsi Methods from a quadratic formula. A,B,C values , endpoints, max iterations and convergence all come from an exterlan file. Any ideas??
    \
    thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > Any ideas??
    Use google - it's called researching the problem.
    If you haven't been given the algorithms already, then go looking for them

    One of a cast of thousands
    http://math.fullerton.edu/mathews/n2...aFalsiMod.html
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Pointer confusion
    By Blackroot in forum C++ Programming
    Replies: 11
    Last Post: 09-12-2007, 12:44 AM
  2. Really basic string operation
    By bobthebullet990 in forum C Programming
    Replies: 6
    Last Post: 11-28-2005, 05:18 PM
  3. Bisection Method function value at root incorrect
    By mr_glass in forum C Programming
    Replies: 3
    Last Post: 11-10-2005, 09:10 AM
  4. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  5. Templated Binary Tree... dear god...
    By Nakeerb in forum C++ Programming
    Replies: 15
    Last Post: 01-17-2003, 02:24 AM