单词 | recurrence relation |
释义 | Recurrence RelationWhere a number is calculated from numbers before it in a sequence. Example: the factorial function has each number calculated from the previous number in this way: n! = n(n-1)! So 10! = 10 x 9!, and 9! = 9x8!, down to 1!=1 The Fibonacci Sequence is another example. In English "recur" means to occur again (and again) See: Recursion |
随便看 |
|
数学辞典收录了1200条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。