What is the difference between an explicit and recursive formula?
1 Answer
A recursive formula references itself in its definition. For example, the well known Fibonacci numbers are defined by the formula
Using this definition, if we wanted to find the Fibonacci number
An explicit formula does not reference itself, and can be calculated directly, without applying it more than once. For example, an explicit formula for the Fibonacci numbers is
Unlike when using the definition, we can use this explicit formula to calculate