Recursion

From PKC
Revision as of 02:52, 5 September 2021 by Benkoo (talk | contribs) (Created page with "Recursion is a reflexive structure that maps input to outputs in the following sense: <math>x = f(x)</math> It is a reflexive structure and is the prototypical definition tha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Recursion is a reflexive structure that maps input to outputs in the following sense:


It is a reflexive structure and is the prototypical definition that defines fixed point.


Related Pages