Dictionary
Thesaurus
Encyclopedia
Translator
Web

recurrence relation

 - 1 dictionary result
Computing Dictionary

recurrence relation mathematics
An equation that defines each element of a sequence in terms of one or more earlier elements. E.g. The Fibonacci sequence,
X[1] = 1 X[2] = 1 X[n] = X[n-1] + X[n-2]
Some recurrence relations can be converted to "closed form" where X[n] is defined purely in terms of n, without reference to earlier elements.
(2008-01-14)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
Cite This Source
Search another word or see recurrence relation on Thesaurus | Reference
FacebookTwitterFollow us: