Primitive recursion function
is another subclass of partial recursive function and can be defined using initial functions.
Initial functions are defined over a set of natural numbers N={0,1,2,...} and some alphabet of symbols.
A function is primitive if it follows the condition :
i) It is an initial function or
ii) It is obtained from recursion or composition of initial functions.
Total Function Example: Ackerman Function.
Comments
Post a Comment