Homework Statement
f(N) is {3, 4, 5, 6, 7}
It starts at 5 meaning f(o) is 5.
i have to find f{2N-1}
2. Homework Equations [/B]
f(N) is given, so first find f(2N) and then delay by 1.
The Attempt at a Solution
f(N) is {3, 4, 5, 6, 7}
finding f(2N)
f(0) is 5.
f(2 * 0) is 5
f(-1) is 4.
f(2 *...