Course-of-values recursion
Results: 2
# | Item |
---|---|
1![]() | Recursive definitions are familiar in mathematics. For instance, the function f defined by f (0) = 1, f (1) = 1, f (x + 2) = f (x + 1) + f (x), gives the Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, . . . . (The study of diAdd to Reading ListSource URL: www.ctan.orgLanguage: English - Date: 2013-12-20 19:14:22 |
2![]() | PDF DocumentAdd to Reading ListSource URL: ctan.orgLanguage: English - Date: 2013-12-20 19:14:22 |