Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize Fibonacci sequence in Python/R language

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "Python/R language how to achieve Fibonacci series", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "Python/R language how to achieve Fibonacci series" this article.

1. Age calculation

Five people sat together and asked how old the fifth person was. He said he was two years older than the fourth. When asked about the age of the fourth person, he said that he was 2 years older than the third person. Ask the third person and say that he is two years older than the second person. Ask the second person that he is two years older than the first one. Finally, the first person was asked, and he said he was 10 years old. How old is the fifth person, please?

The simplification of this question is to find out what the fifth item of a proportional series is!

1.1 graphical problems

According to mathematical thinking, it can be concluded that the number can be classified as a group of isometric series:

An=2 (n − 1) + 10

Now that the problem is extracted here, all that's left is how to implement it in code:

1.2 Code Resolution

1.2.1 Python implementation code

Def age (): # Interactive interface-enter the number n = int of the query (input ("how old do you need:") no_1 = 10 if n

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report