Rekürans
Rekürans, in mathematics and related fields, refers to a relation that defines each term of a sequence in terms of previous terms. A rekürans, or recurrence relation, specifies the n-th term using earlier terms and often initial values that seed the sequence.
A classic example is the Fibonacci recurrence: a_n = a_{n-1} + a_{n-2}, with given a_0 and a_1. More
Rekürans can be categorized by several properties. Linear versus nonlinear, homogeneous (f(n) = 0) versus non-homogeneous, and
Applications of rekürans are widespread. They appear in algorithm analysis (for example, time or space complexity
In everyday use, rekürans also describes the recurrence of a condition, such as disease recurrence or cancer