leoflc
- 54
- 0
Fibonaci Sequence,
{1,1,2,3,4,8,13}
If you take successive ratios of these term, we generate a realted sequence,
{1/1, 1/2, 2/3, 3/5, 5/8, 8/13}
and this sequence converges to the Golden Mean. Using the formal definition of convergence, find the appropriate N if \varepsilon = 0.0001
------------------------------------------------------------------
I know Fibonnaci Sequence is a_n = a_{n-1} + a_{n+1}
and I need to find the limit for the Golden Mean?
could anyone give me a hand?
Thank you very much!
{1,1,2,3,4,8,13}
If you take successive ratios of these term, we generate a realted sequence,
{1/1, 1/2, 2/3, 3/5, 5/8, 8/13}
and this sequence converges to the Golden Mean. Using the formal definition of convergence, find the appropriate N if \varepsilon = 0.0001
------------------------------------------------------------------
I know Fibonnaci Sequence is a_n = a_{n-1} + a_{n+1}
and I need to find the limit for the Golden Mean?
could anyone give me a hand?
Thank you very much!
Last edited: