Fixed point

From PKC
Revision as of 02:51, 5 September 2021 by Benkoo (talk | contribs) (Created page with "Fixed point can be symbolically defined as follows: <math>x = f(x)</math> It is a reflexive structure and is the prototypical definition that defines recursion. <noinclu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Fixed point can be symbolically defined as follows:


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


Related Pages