Ask Question
12 April, 16:48

Consider the recursive function f (n+2) = f (n+1) + 4f (n)

Use the numbers to create the next 4 terms of a sequence that can be defined by the given function.

+4
Answers (1)
  1. 12 April, 18:31
    0
    F (n+2) = f (n+1) + 4f (n) equals f (2+n) = 4*f (n) + f (1+n)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Consider the recursive function f (n+2) = f (n+1) + 4f (n) Use the numbers to create the next 4 terms of a sequence that can be defined by ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers