|
CS 3343/3341 Analysis of Algorithms Fall 2012 Recitation 7 log2 Week 7: Oct 9-11 Due (on time): 2012-10-15 23:59:59 Due (late): 2012-10-16 23:59:59 |
Recitation 7 should be submitted following directions at:
submissions
with deadlines
|
However we will start as with both those cases: using first a normalization step to transform x to x0, where x0 is always located in a fixed interval. Then we will calculate the function of x0, and complete the problem with a denormalization step to get the function applied to the original x. In this part as before, the normalization is multiplication (or a division) by a power of 2, but the denormalization is very different, unexpected.