Skip to main content
recursive definition

recursive definition

8.2
A method that uses earlier numbers in a list to find later numbers
  • noun
  • /rɪˈkɜːrsɪv ˌdɛfɪˈnɪʃən/
  • Specialized
translation icon : definición recursiva
  • To explain the concept clearly, the textbook provided a recursive definition for factorial, where n! is defined as n * (n-1)!.

Examples

  • A recursive definition is often used in mathematics to define sequences, where the next term depends on previous terms.

  • In computer science, a recursive definition helps programmers understand functions that call themselves.

  • And so that definition of depth is a good definition, as is any definition based on the recursive definition of the set M.

Synonyms

recursion
vsrecursive definition
  • Specialized
4 8.9

A way to solve a problem by repeating a step on a smaller copy of it

is a specific type of definition that uses the process to produce values

How Complex

recursive definition
  • Specialized
8.2
function
  • Specialized
343 4.9

Surface Forms

Morphology

recursive + definition

The meaning is directly compositional: 'recursive' means referring to itself and 'definition' is a statement that explains something, so a 'recursive definition' is simply a definition that defines in terms of itself. This pattern is a standard compositional technical phrase (common in math/CS and paralleled in other languages), so a B1 learner who knows both constituents would understand the basic meaning.

Etymology

The term recursive definition comes from the idea of the word recursive meaning 'pointing back to itself', like dolls inside dolls or a mirror showing itself. So a recursive definition is a 'definition' that explains something 'in terms of itself' and lets you find values 'step by step'.