Skip to content

talibyte01/FibonacciNumbers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

FibonacciNumbers

The FibonacciNumbers are the results of the Fibonacci series.

Summary

  1. Introduction
  2. Mathematics
  3. Contributing

Introduction

If you have the weird wish to learn more about the fibonnacci series here are some facts. The fibonacci series was named after the Italian Leonardo Fibonacci (*1170 - †1240). Leonardo Fibonacci developed the series because he wanted a formular for the growth of a rabbit population. The great thing about the series is, that after many times of researches from a lot of scientists, it was found, that the series is representing lots of natural growth processes.

The 3 most important facts of the fibonacci series are the following:

  • natural growing is following an addition rule because of the relation from the predecessor and successor of a special sequence member.
  • The fibonacci series has a direct context to the golden ratio.
  • This approximation is alternating, that is why the quotients are smaller and larger than the golden ratio.

If you like to know more about the fibonacci series press here.

Mathematics

The recursive formation rule is the following:

The explicid formation rule is the following:

Contributing

Creating a pull request is great for all interested people. So be nice and make a pull request to this repository!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.4%
  • C++ 42.9%
  • C 6.7%