Forums Register Login

Why should we learn Fibonacci series?

+Pie Number of slices to send: Send
Hi all, I had this question in mind from many days. Why should we learn fibonacci series? While in college we had this in our syllabus. Write a java program to print Fibonacci series till N. Where N is a number.

Not only this, we even had java program to check whether given number is armstrong or not (153 for example).

I wonder why should we learn them. I dint use any of them till now. Can anyone please tell me what is it real purpose.

Thank you, good day.
+Pie Number of slices to send: Send
It's not because the Fibonacci series is useful in everyday life as a business software developer, but because it's an interesting mathematical thing and something simple which you can use to learn what recursion is (it's often used as an exercise to learn to write a recursive program).
+Pie Number of slices to send: Send
 

Jesper de Jong wrote:It's not because the Fibonacci series is useful in everyday life as a business software developer, but because it's an interesting mathematical thing and something simple which you can use to learn what recursion is (it's often used as an exercise to learn to write a recursive program).

Okay, thank you. But what is the use of Fibonacci series in real life?
+Pie Number of slices to send: Send
 

Jesper de Jong wrote:It's not because the Fibonacci series is useful in everyday life as a business software developer, but because it's an interesting mathematical thing and something simple which you can use to learn what recursion is (it's often used as an exercise to learn to write a recursive program).

Okay, thank you. But what is the use of Fibonacci series in real life?

PS: I mean its mathematical importance
1
+Pie Number of slices to send: Send
 

chaitanya karthikk wrote:

Jesper de Jong wrote:It's not because the Fibonacci series is useful in everyday life as a business software developer, but because it's an interesting mathematical thing and something simple which you can use to learn what recursion is (it's often used as an exercise to learn to write a recursive program).

Okay, thank you. But what is the use of Fibonacci series in real life?


Did you click on that link in Jesper's post ?
+Pie Number of slices to send: Send
We have a small running joke about Fibonacci numbers at my work.

We use "powers of two" for estimating time on story cards: a 1-hour card, 2-hour, 4-hour, 8-hour, etc. At a meeting with some business analysts on the topic of whether they wanted us to record actual time spent in addition to estimates, one of the BSAs asked, "Well if you record actuals, are you going to stick to those numbers you use for estimating -- what are they? Fibonacci numbers?" So the joke became that we would continue to estimate in powers of two, but record actuals with Fibonacci numbers. In the end it they decided not to have us record actuals, so the point became moot. But we still make the occasional joke about the 5- or 13- hour story card. Or when struggling to make an estimate, pick some value between the powers of two we're debating between and wonder loudly if it's a Fibonacci number and whether we should switch to the Fibonacci series for estimating.
+Pie Number of slices to send: Send
 

Joanne Neal wrote:

chaitanya karthikk wrote:

Jesper de Jong wrote:It's not because the Fibonacci series is useful in everyday life as a business software developer, but because it's an interesting mathematical thing and something simple which you can use to learn what recursion is (it's often used as an exercise to learn to write a recursive program).

Okay, thank you. But what is the use of Fibonacci series in real life?


Did you click on that link in Jesper's post ?



I find the usage of these "golden numbers" in the real world very interesting. Lots of things are "3 by 5" or "5 by 8" -- it is like designers are using these numbers in a Feng Shui sort of way...

Henry
+Pie Number of slices to send: Send
 

Joanne Neal wrote:

chaitanya karthikk wrote:

Jesper de Jong wrote:It's not because the Fibonacci series is useful in everyday life as a business software developer, but because it's an interesting mathematical thing and something simple which you can use to learn what recursion is (it's often used as an exercise to learn to write a recursive program).

Okay, thank you. But what is the use of Fibonacci series in real life?


Did you click on that link in Jesper's post ?

Yeah I read that link. It speaks about the histroy of fibonacci series, its occurrences in nature and some mathematical things. However I am not a mathematical expert and could not understand it. I want to know the applications of fibonacci series in computer applications.
2
+Pie Number of slices to send: Send
 

chaitanya karthikk wrote: Can anyone please tell me what is it real purpose.


because they ask about it it in a fresher's interview.
+Pie Number of slices to send: Send
 

Akhilesh Trivedi wrote:

chaitanya karthikk wrote: Can anyone please tell me what is it real purpose.


because they ask about it it in a fresher's interview.

lolz
+Pie Number of slices to send: Send
to ask question *Why should we learn Fibonacci series* - thinking ability ...
+Pie Number of slices to send: Send
Because you can't ask a freshman student to write a program that manages a stock exchange.

There is a LOT to learn when you are just starting out. You want the student spend their time learning about programming things, not what he or she is trying to model. So, you find something that is easy to understand (it probably takes about 10 minutes to understand a fibonacci series), and then the student can focus on learning how to code.
2
+Pie Number of slices to send: Send
 

Michael Matola wrote:We have a small running joke about Fibonacci numbers at my work.

We use "powers of two" for estimating time on story cards: a 1-hour card, 2-hour, 4-hour, 8-hour, etc. At a meeting with some business analysts on the topic of whether they wanted us to record actual time spent in addition to estimates, one of the BSAs asked, "Well if you record actuals, are you going to stick to those numbers you use for estimating -- what are they? Fibonacci numbers?" So the joke became that we would continue to estimate in powers of two, but record actuals with Fibonacci numbers. In the end it they decided not to have us record actuals, so the point became moot. But we still make the occasional joke about the 5- or 13- hour story card. Or when struggling to make an estimate, pick some value between the powers of two we're debating between and wonder loudly if it's a Fibonacci number and whether we should switch to the Fibonacci series for estimating.



And for those who don't know, Fibonacci numbers are used for estimation under some methodologies - see Planning Poker. Often the numbers used are not strictly Fibonacci numbers, but mostly Fibonacci numbers with a few others thrown in. There's not really a good reason for this, other than that (a) it discourages over-precision, and (b) it's more fine-grained than the powers-of-two approach. And (c) at larger values they round off the values away from the Fibonacci values, just to keep the math simpler. I'm sure they could have found other sequences with similar properties, but Fibonacci series are familiar to many programmers, so why not?
+Pie Number of slices to send: Send
 

Mike Simmons wrote:And for those who don't know, Fibonacci numbers are used for estimation under some methodologies - see Planning Poker.



Cool. Obviously I didn't know this.
+Pie Number of slices to send: Send
Thanks all for the responses. At least I came to know that Fibonacci series is used in Agile. Indeed we use agile here, since I am not a scrum master I dint know about this till now.
+Pie Number of slices to send: Send
+Pie Number of slices to send: Send
Because they happen in nature. A lot of photographic composition is based on the golden ratio, which is a Fibonacci series. See
http://photofocus.com/2013/03/01/fibonacci-nautilus-shells-and-photography/
+Pie Number of slices to send: Send
So if you ever meet young Poesy Emmeline Fibonacci Nautilus Taylor Doctorow, you can have an informed conversation with her about her name.
+Pie Number of slices to send: Send
Another reason for learning about Fibonacci numbers is because the name is so funny.

The discipline of statistics also has funny names, such as the hospital rule and the poison distribution problem.
+Pie Number of slices to send: Send
 

Frank Silbermann wrote:
The discipline of statistics also has funny names, such as the hospital rule and the poison distribution problem.



Actually L'Hôpital and Poisson are persons' names - a circumstance surely known to Frank but not forcibly to any visitor.
I think I'll just lie down here for a second. And ponder this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 1758 times.
Similar Threads
Doing big calculations in java
Big O Notation
Project Euler Problem 25
Fibonacci Generators and the loop commands.
Fibonacci Sequence Problem
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 08:22:21.