+ 3
Can anyone help me understand fibonnaci
15 Antworten
+ 11
This is an ascending collection of numbers, where each number is a sum of the preceding two. The beginning is:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 and so on.
For example 13 is a sum of 8 and 5, while 55 is a sum of 34 and 21.
The collection is infinite. A particular property is that the division of a number and its predecessor is approximately the Fibonacci number: 1.608..
Not only it is a so-called "golden ratio", its property is also: 1/Φ = Φ-1
+ 7
And the starting two 0 and 1 are just convention
You can obtain any new sequence as per Fibonacci rule by taking any two new first terms
+ 2
You can imagine the Fibonacci numbers as an infinite binary tree moving sideways, starting with the sum of 0 and 1 as the root of the tree and always using the sum of the last 2 fibonacci numbers to define the next fibonacci number.
+ 1
Thanks
+ 1
Thanks
0
hey
0
want to know the Fibonacci numbers indepth
0
I can explain
0
you know what are successors and predecessors
so it's little complex than that alright
so it's simple fibonacci series is a series involving certain integers tat are the sum o their preceding integers
like
01123…
and so on
so you can say that if you and your neighbour living behind your house are added you both become a Fibonacci integer or a part of the Fibonacci series
0
do not take that seriously it was just an example about you and your neighbour
0
ok
0
cool
0
this will help you further bro
0
keep on coding