Re: Programming question : Newton's method

From: <jwelser_at_ccwf.cc.utexas.edu>
Date: Fri Oct 29 1999 - 10:14:38 EDT

On Fri, 29 Oct 1999, Jeff Bovee wrote:

> How do you make a cpu "guess" an answer?
>

        Simple Here's the complicated code segment for Newton-Raphson
Iteration (with some small simplifications :) ):

        /* Guess The Answer to be 0 */

        x = 0;

        /* Do Newton Raphson Iteration */

        x = do_newton_raphson_iteration(x, f);

Joe

------------------------------------------------------------------
Joseph J. Welser jwelser@ccwf.cc.utexas.edu
Design Engineer -- Crystal Semiconductor Corporation
Ph.D. Student in E.E. -- University of Texas at Austin
Work: jwelser_at_crystal.cirrus.com http://www.crystal.com
P.O. Box 17847; Austin, TX 78760
------------------------------------------------------------------
Received on Fri Oct 29 09:14:41 1999

This archive was generated by hypermail 2.1.8 : Fri Aug 01 2003 - 00:32:48 EDT