Significance of Fibonacci Numbers
-
Recently, I stumbled upon a link and was amazed to know the significance of Fibonacci Numbers in Nature. Does it have the same significance in Computer Programming?? Any thoughts Here is the link: http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html[^]
If it can happen, it will happen - Murphy's Law
-
Recently, I stumbled upon a link and was amazed to know the significance of Fibonacci Numbers in Nature. Does it have the same significance in Computer Programming?? Any thoughts Here is the link: http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html[^]
If it can happen, it will happen - Murphy's Law
Just bear in mind that it's not a magical thing; it's just natural (and pretty obvious, when you think about it), so don't go all numerologisty on us.
I wanna be a eunuchs developer! Pass me a bread knife!
-
Just bear in mind that it's not a magical thing; it's just natural (and pretty obvious, when you think about it), so don't go all numerologisty on us.
I wanna be a eunuchs developer! Pass me a bread knife!
Still the arrangement of numbers is pretty fascinating. Don't you think??
If it can happen, it will happen - Murphy's Law
-
Still the arrangement of numbers is pretty fascinating. Don't you think??
If it can happen, it will happen - Murphy's Law
Nature IS fascinating!
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
-
Still the arrangement of numbers is pretty fascinating. Don't you think??
If it can happen, it will happen - Murphy's Law
iSahilSharma wrote:
the arrangement of numbers is pretty fascinating
If you want to make a totally incomprehensible statement. What makes it more fascinating than any other arrangement of numbers?
Peter Wasser "The whole problem with the world is that fools and fanatics are always so certain of themselves, and wiser people so full of doubts." - Bertrand Russell
-
Recently, I stumbled upon a link and was amazed to know the significance of Fibonacci Numbers in Nature. Does it have the same significance in Computer Programming?? Any thoughts Here is the link: http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html[^]
If it can happen, it will happen - Murphy's Law
-
iSahilSharma wrote:
the arrangement of numbers is pretty fascinating
If you want to make a totally incomprehensible statement. What makes it more fascinating than any other arrangement of numbers?
Peter Wasser "The whole problem with the world is that fools and fanatics are always so certain of themselves, and wiser people so full of doubts." - Bertrand Russell
@pwasser - You need to look at the following link: http://www.ted.com/talks/arthur_benjamin_the_magic_of_fibonacci_numbers[^]
If it can happen, it will happen - Murphy's Law
-
Recently, I stumbled upon a link and was amazed to know the significance of Fibonacci Numbers in Nature. Does it have the same significance in Computer Programming?? Any thoughts Here is the link: http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html[^]
If it can happen, it will happen - Murphy's Law
Here you go[^], that should keep you occupied for a short while.
Alberto Brandolini:
The amount of energy necessary to refute bullshit is an order of magnitude bigger than to produce it.
-
Recently, I stumbled upon a link and was amazed to know the significance of Fibonacci Numbers in Nature. Does it have the same significance in Computer Programming?? Any thoughts Here is the link: http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html[^]
If it can happen, it will happen - Murphy's Law
The overflowers have already answered this one : http://stackoverflow.com/questions/4571670/why-are-fibonacci-numbers-significant-in-computer-science[^]
~RaGE();
I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Entropy isn't what it used to.
-
Computer programming usually isn't done in packed spirals, so there's no obvious reason why Fibonacci numbers would show up there.
Hey, be careful that you don't give some idiot ideas on how to maximise desk space.
I wanna be a eunuchs developer! Pass me a bread knife!
-
The overflowers have already answered this one : http://stackoverflow.com/questions/4571670/why-are-fibonacci-numbers-significant-in-computer-science[^]
~RaGE();
I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Entropy isn't what it used to.
Way way back when I did my degree, I remember doing an assignment (in FORTRAN) implementing a sorting algorithm based around Fibonacci numbers. From memory, it was a combination of bubble sorting short sequences where the sequence lengths were based on Fibonacci numbers (but it was a long time ago).
-
Way way back when I did my degree, I remember doing an assignment (in FORTRAN) implementing a sorting algorithm based around Fibonacci numbers. From memory, it was a combination of bubble sorting short sequences where the sequence lengths were based on Fibonacci numbers (but it was a long time ago).
-
Here you go[^], that should keep you occupied for a short while.
Alberto Brandolini:
The amount of energy necessary to refute bullshit is an order of magnitude bigger than to produce it.
:thumbsup:
-
Recently, I stumbled upon a link and was amazed to know the significance of Fibonacci Numbers in Nature. Does it have the same significance in Computer Programming?? Any thoughts Here is the link: http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html[^]
If it can happen, it will happen - Murphy's Law
iSahilSharma wrote:
Does it have the same significance in Computer Programming??
Absolutely. The number of bugs is equal to the F number indexed by the number of features. Marc
-
Recently, I stumbled upon a link and was amazed to know the significance of Fibonacci Numbers in Nature. Does it have the same significance in Computer Programming?? Any thoughts Here is the link: http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html[^]
If it can happen, it will happen - Murphy's Law
iSahilSharma wrote:
significance of Fibonacci Numbers in Nature
Zero. It's the other way around; nature existed first and cares not a whit about it; the sequence is merely a description of nature.
iSahilSharma wrote:
significance in Computer Programming
Only as a first-year exercise; possibly with recursion X| . My first run-in with Fibonacci was with BASCICplus way back in high school. However I have seen code with Fibonacci indenting -- it deters deep nesting. And when I'm estimating the effort required for a task (in TFS) I use Fibonacci numbers.