I read some material on Computational Function, every one could describe the result of following combination?
suppose $g_1(x)=3x$, $g_2(x)=4x$, $f(x,y)=x+y$, how we compute combination of $f$ with $g_1$ and $g_2$?
i means the answer is :
h(x)=12x or h(x,y)=3x+4y or h(x)=7x or h(x,y)=12x^2 or sth else?
In Computability Theory, a very important class of fucntions is the class of Primitive recursive function.
This class is defined starting form some initial (very "simple") functions and using few methods to build up new functions from already existing ones.
One of the methods allowed is that of composition [not "combination"] :
In your example, we have $k=m=2$; $f(x,y)=x+y$ (the "sum" function) is primitive recursive; $g_1(x)=3x$, $g_2(x)=4x$ are p.r.
Thus, the composition of $f$ with $g_1$ and $g_2$ is :