A recursive rule is one which can be applied over and over again to its own output
Chat with our AI personalities
You can search on ebay or more likey to find at Staples :)
Each number is -4 times the previous one. That means that you can write a recursive rule as: f(1) = -3 f(n) = -4 * f(n-1) The explicit rule involves powers of -4; you can write it as: f(n) = -3 * (-4)^(n-1)
x1=0 x2=1 for i > 2, xi= xi-1 + xi-2
The term recursive refers to the recurrence or repetition.
1) Recursive algorithms 2) Basic Principle 3) Analysis