Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,808,707,524 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 reiterative)

   Also found in: Dictionary/thesaurus, Legal, Wikipedia, Hutchinson 0.03 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
 
also maintain that leadership competencies are best developed over time through a program that fosters personal integration of theory and practice, and suggest a model of leadership development that is both reiterative and reflective (2003).
The need for close, reiterative analysis itself usually limits the size of the sample.
In order to reinforce the illusion that she and her family are part of the select black Brahmin society, Cleo employs Thea Binney to teach her daughter proper deportment, even though her husband believes Thea's tutelage is reiterative since "two expensive doctors of Cleo's uncompromising choosing could bear witness to [Judy's] tranquil Boston birth" (7).
 
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.