Induction Variable

In computer science, an induction variable is a variable that gets increased or decreased by a fixed amount on every iteration of a loop, or is a linear function of another induction variable.

For example, in the following loop, i and j are induction variables:

for (i=0; i < 10; ++i) { j = 17 * i; }

Read more about Induction Variable:  Application To Strength Reduction, Application To Reduce Register Pressure, Induction Variable Substitution, Non-linear Induction Variables

Famous quotes containing the words induction and/or variable:

    They relieve and recommend each other, and the sanity of society is a balance of a thousand insanities. She punishes abstractionists, and will only forgive an induction which is rare and casual.
    Ralph Waldo Emerson (1803–1882)

    There is not so variable a thing in nature as a lady’s head-dress.
    Joseph Addison (1672–1719)