Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,775,522,375 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

iteration
(redirected from iterative)

   Also found in: Dictionary/thesaurus, Legal, Wikipedia, Hutchinson 0.01 sec.

iteration

One repetition of a sequence of instructions or events. For example, in a program loop, one iteration is once through the instructions in the loop. See iterative development.


iteration [‚īd·ə′rā·shən]
(mathematics)

(programming)iteration - Repetition of a sequence of instructions. A fundamental part of many algorithms. Iteration is characterised by a set of initial conditions, an iterative step and a termination condition.

A well known example of iteration in mathematics is Newton-Raphson iteration. Iteration in programs is expressed using loops, e.g. in C:

new_x = n/2; do x = new_x; new_x = 0.5 * while (abs(new_x-x) > epsilon);

Iteration can be expressed in functional languages using recursion:

solve x n = if abs(new_x-x) > epsilon then solve new_x n else new_x where new_x = 0.5 * (x + n/x)

solve n/2 n


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
In operation, the optimization software and the machine control system talk to each other in an iterative process over a series of molding cycles.
This iterative process offered a collection of spatial orderings, without direct recourse to assigned functions or programmatic determinations.
NIST and PTB staff have completed StatistiCAL[TM], a software algorithm that combines a decade of experience in applying orthogonal distance regression and other iterative techniques to solving vector network analyzer (VNA) calibrations with an easy-to-use user interface.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.