Mark your calendar
CS 46 Comprehensive Final Exam
is scheduled for Friday, 8 May 9am-12n in Sci 264.
Due: Wednesday, Mar. 18
There is a lot to think about here, so feel free to think about this stuff wherever you are. There is nothing better than a good theory conversation on the beach.
Think about this function. Is it computable? You might write a program to compute it. Try it for small values of z,x,y. Using the Unix utility nice, try evaluating f(5, 5, 5). Do NOT try this without using nice unless you are doing it on your own private machine. And if you do that, save anything valuable before you start the evaluation.
a)Suppose you define a(x, y) = f(0, x, y). What is a(x, y) ? You know it under another name.
b)Suppose you define m(x, y) = f(1, x, y). What is m(x, y) ? You know it under another name.
c) Suppose you define e(x, y) = f(2, x, y). What is e(x, y) ? You know it under another name.
d)You probably don't know another name for f(3, x, y). But can you describe it in terms of x and y? THINK.