Page 1 of 1

What is the definition for Ackermann’s function?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) A(1,i) = i+1 for i>=1
b) A(i,j) = i+j for i>=j
c) A(i,j) = i+j for i = j
d) A(1,i) = i+1 for i<1