| Recall addresses on the inch scale ruler can be expressed by using two functions |
| Suppose the point x has address |
| x = a1/2 + a2/22 + a3/23 + ... + an/2n + ... |
| What are the addresses of f0(x) and of f1(x)? |
| This picture
illustrates the effect of f0 on addresses. Note that the position of f0(x)
within |
| This picture
illustrates the effect of f1 on addresses. Note that the position of f1(x)
within |
| Studying these pictures, we see f0 shifts the address one place to the right (this is what "the position of f0(x)
within |
| Similarly, f1 shifts the address one place to the right (this is what "the position of f1(x)
within |
| That is, we see |
| f0(a1a2a3... ) = 0a1a2a3... |
| and |
| f1(a1a2a3... ) = 1a1a2a3... |
Return to basic questions.