In mathematics and computer science, a recursive definition, or inductive definition, is used to define the elements in a set in terms of other elements...
12 KB (1,585 words) - 17:12, 3 April 2025
Church–Turing thesis). The μ-recursive functions are closely related to primitive recursive functions, and their inductive definition (below) builds upon that...
18 KB (2,747 words) - 17:29, 24 May 2025
In computability theory, a primitive recursive function is, roughly speaking, a function that can be computed by a computer program whose loops are all...
40 KB (7,340 words) - 10:38, 4 July 2025
Tail call (redirect from Tail-recursive)
target of a tail is the same subroutine, the subroutine is said to be tail recursive, which is a special case of direct recursion. Tail recursion (or tail-end...
41 KB (4,334 words) - 10:00, 1 June 2025
noted that some definitions are "legal" or "coercive" – their object is to create or alter rights, duties, or crimes. A recursive definition, sometimes also...
31 KB (3,903 words) - 17:59, 14 October 2024
Binary tree (section Recursive definition)
child and the right child. That is, it is a k-ary tree with k = 2. A recursive definition using set theory is that a binary tree is a triple (L, S, R), where...
36 KB (5,089 words) - 08:15, 2 July 2025
two types. This mutually recursive definition can be converted to a singly recursive definition by inlining the definition of a forest: t: v [t[1], ...
8 KB (1,170 words) - 15:26, 15 March 2025
functional programming languages, and provide a means to allow for recursive definitions. In the classical untyped lambda calculus, every function has a...
36 KB (5,182 words) - 18:42, 26 June 2025
Recursion (computer science) (redirect from Recursive algorithm)
self-referential definition. There are two types of self-referential definitions: inductive and coinductive definitions. An inductively defined recursive data definition...
62 KB (7,388 words) - 14:45, 29 March 2025
Rose tree (section Recursive definition)
"multidigraph". In a correspondence to the types of entities used in the recursive definition, each node of an apq is assigned a type (1), (2a), (2b), (2c) or...
28 KB (3,120 words) - 03:57, 20 August 2023
X_{n})} . Sometimes the notation σk is used instead of ek. The following definition is equivalent to the above and might be useful for computer implementations:...
19 KB (2,911 words) - 11:02, 4 April 2025
Bernoulli number (section Recursive definition)
numbers that is more efficient than the one given by their original recursive definition: ( m + 3 m ) B m = { m + 3 3 − ∑ j = 1 m 6 ( m + 3 m − 6 j ) B m...
93 KB (12,975 words) - 23:57, 28 June 2025
Bézier curve (section Recursive definition)
_{2}+\mathbf {P} _{1})\,.} Bézier curves can be defined for any degree n. A recursive definition for the Bézier curve of degree n expresses it as a point-to-point...
50 KB (6,981 words) - 20:24, 19 June 2025
Ordered pair (section Wiener's definition)
entries of an ordered pair can be other ordered pairs, enabling the recursive definition of ordered n-tuples (ordered lists of n objects). For example, the...
24 KB (3,697 words) - 09:06, 19 March 2025
Power set (section Recursive definition)
_{k=0}^{n}{\binom {n}{k}}} If S is a finite set, then a recursive definition of P(S) proceeds as follows: If S = {}, then P(S) = { {} }. Otherwise...
21 KB (2,479 words) - 08:24, 18 June 2025
Pfaffian (section Recursive definition)
Pfaffian of a skew-symmetric 2n × 2n matrix A with n > 0 can be computed recursively as pf ( A ) = ∑ j = 1 j ≠ i 2 n ( − 1 ) i + j + 1 + θ ( i − j ) a i...
22 KB (3,929 words) - 01:15, 19 May 2025
Mutual recursion (redirect from Mutually recursive)
the children. This mutually recursive definition can be converted to a singly recursive definition by inlining the definition of a forest: t: v [t[1], ...
15 KB (2,013 words) - 19:17, 16 March 2024
Recursive least squares (RLS) is an adaptive filter algorithm that recursively finds the coefficients that minimize a weighted linear least squares cost...
21 KB (2,407 words) - 17:40, 27 April 2024
Von Neumann universe (section Definition)
into the definition of the rank of a set gives a self-contained recursive definition: The rank of a set is the smallest ordinal number strictly greater...
21 KB (2,818 words) - 04:27, 23 June 2025
defined via recursive definitions. The statement of the theorems refers to an admissible numbering φ {\displaystyle \varphi } of the partial recursive functions...
21 KB (3,095 words) - 15:38, 17 March 2025
somewhat different definitions of the so-called associated Laguerre polynomials.) One can also define the Laguerre polynomials recursively, defining the first...
34 KB (6,005 words) - 22:35, 27 June 2025
Self-reference Self-refuting idea Recursive definition Revision theory Tautology Vicious circle principle "Circular Definition". Glossary of Linguistic Terms...
12 KB (1,618 words) - 16:02, 20 December 2024
programming practical recursive functions are needed. A central property of the lambda calculus is that recursive definitions are not directly available...
61 KB (8,534 words) - 19:20, 10 March 2025
Ackermann function (section Not primitive recursive)
examples of a total computable function that is not primitive recursive. All primitive recursive functions are total and computable, but the Ackermann function...
62 KB (7,410 words) - 11:24, 23 June 2025
also maps rational numbers to dyadic rationals, as can be seen by a recursive definition closely related to the Stern–Brocot tree. One way to define the question-mark...
26 KB (3,855 words) - 21:04, 25 June 2025
Computable number (redirect from Recursive number)
notion of computability available at the time. Equivalent definitions can be given using μ-recursive functions, Turing machines, or λ-calculus as the formal...
24 KB (3,270 words) - 00:15, 16 June 2025
A recursive acronym is an acronym that refers to itself, and appears most frequently in computer programming. The term was first used in print in 1979...
17 KB (1,782 words) - 05:37, 5 July 2025
definitions. The class of computable functions can be defined in many equivalent models of computation, including Turing machines General recursive functions...
24 KB (3,362 words) - 23:24, 22 May 2025
Tetration (section Non-elementary recursiveness)
}}n>0\end{cases}}} The recursive definition is equivalent to repeated exponentiation for natural heights; however, this definition allows for extensions...
52 KB (6,659 words) - 16:05, 4 July 2025