Asked by mariam
Why is there two different formulas, recursive and explicit. When do you use it?
Answers
Answered by
Damon
recursive means you get the value from an earlier value or values.
An+1 = An + 5 for example
Explicit means you calculate it without reference to the former value
A = 5 n for example
An+1 = An + 5 for example
Explicit means you calculate it without reference to the former value
A = 5 n for example
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.