Difference between revisions of "Recursion"

From PKC
Jump to navigation Jump to search
(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...")
 
Line 6: Line 6:
==Related Pages==
==Related Pages==
*[[Logically related::Self reflection]]
*[[Logically related::Self reflection]]
[[Category:Fixed point]]
[[Logically related::Fixed point]]
</noinclude>
</noinclude>

Revision as of 02:52, 5 September 2021

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

Fixed point