Skip to content

Stannislav/Misha-s-Golden-Ratio-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three columns problem

Problem posed by Misha Khotyakov.

How it works

We have a matrix with three columns and an arbitrary number of rows. The first column contains the natural number 1, 2, 3, etc. The second column contains the smallas natural number that has not occured yet if we go trought the matrix from left to right and from up to down. The third column is the sum of the first two.

Problem: find a formula for the second column

What this program does

We generate the matrix by the above prescription with a big nubmer of rows and plot the result

Outcome

it seems that the ratio of the second column to the first, and the ratio of the third column to the second approach the golden ratio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages