Ask Question
12 March, 17:33

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.

+3
Answers (1)
  1. 12 March, 20:57
    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?
Find 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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers