Ask Question
26 October, 14:15

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.

+2
Answers (1)
  1. 26 October, 14:39
    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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers