Jump to content

Root finding algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AxelBoldt (talk | contribs) at 21:18, 30 November 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A root finding algorithm is a numerical method or algorithm of finding a value x such that F(x) = 0, for a given function F. Here, x may be a single real number or a vector. Root finding algorithms are studied in numerical analysis.

Root finding algorithm include: