中英互译
recurrence relation
基本释义
- 递归关系:数学中递归地定义一个序列的方程;序列的每个项都是前面项的函数。
双语例句
- The solution to each of them could be expressed as a recurrence relation.每个问题的解都能用递归关系表示。
- The establishment of a recurrence relation in geometric convex set is the key to solve a problem.几何凸集中递归关系的建立是求解问题的关键。
- By transforming function specification, the recurrence relation of abstract problem-solving can be easily obtained.利用规约进行变换,寻找递推关系,可以比较容易得到抽象算法。
网络短语
- linear recurrence relation线性递推关系
- recurrence relation detail重现关系
- recurrence relation matrix递推关系矩阵
- vector recurrence relation三角递推关系
- earthquake recurrence relation地震重复关系
英英释义
- In mathematics, a recurrence relation is an equation that recursively defines a sequence, once one or more initial terms are given: each further term of the sequence is defined as a function of the preceding terms.