stargirl25
New member
- Joined
- Feb 23, 2006
- Messages
- 4
Hi, i have this problem dealing with iteration. THe problem asks for the first four iterations of the funstion: f(n)=2f(n-1) if the initial value if f(1)=3. i tried to do it, but got that f(2)=5, when the answer in the book said it equaled 6.