Open In App

Total Recursive Functions and Partial Recursive Functions in Automata

Total Recursive Functions: 
A recursive function is called total recursive function if it is defined for its all arguments.Let f(a1, a2, …an) be a function defined on function g(b1, b2, …bn).Then f is a total function if every element of f is assigned to some unique element of function g

 



Partial Recursive Functions: 
A function f(a1, a2, ….an)computed by a TM is known as partial recursive function.if f is defined for some but not all values of a1, a2, ….an.Let f(a1, a2, …an) is a function and defined on function g(b1, b2, ….bn) then f is partial function if some element of f is assigned to almost one element of function g

A partial function is recursive if it is an initial function over N, or it is obtained by applying recursion or composition or minimization on initial function N. 
 



 

Article Tags :