filmov
tv
The Simple Math Problem With No Solution - Collatz Conjecture (in Python)

Показать описание
Hello there. In this video, I have created an explanation on how to create a program that can be used to try and solve the Collatz conjecture for beginners.
It has many names such as the Ulam conjecture, Kakutani's problem etc....but I stick to Collatz, because it is widely used and known.
The conjecture states that if you are given a positive integer, and it is even, you divide by it by two. If it is odd, triple it and add one. Keep doing this until you can't get to the repetitive cycle of 4, 2, 1 ]. And if you succeed in not ending up in that ending cycle you've proven the conjecture false.
DONT GET YOUR HOPES UP THOUGH
-------------------------------------------------------------
-------------------------------------------------------------
Starting values of up to 2 to the power of 68 have been tried upon, but still no solution.....
Anyways happy programming................
Like and Subscribe
If my YouTube short on the same topic brought you here, then thank you for watching both of my videos. I know it should have been a single video but hey! it started out as an Idea for a short and I wanted to show how to code it in the end.
#programming
#coding
#maths
#mystery
#unsolved
It has many names such as the Ulam conjecture, Kakutani's problem etc....but I stick to Collatz, because it is widely used and known.
The conjecture states that if you are given a positive integer, and it is even, you divide by it by two. If it is odd, triple it and add one. Keep doing this until you can't get to the repetitive cycle of 4, 2, 1 ]. And if you succeed in not ending up in that ending cycle you've proven the conjecture false.
DONT GET YOUR HOPES UP THOUGH
-------------------------------------------------------------
-------------------------------------------------------------
Starting values of up to 2 to the power of 68 have been tried upon, but still no solution.....
Anyways happy programming................
Like and Subscribe
If my YouTube short on the same topic brought you here, then thank you for watching both of my videos. I know it should have been a single video but hey! it started out as an Idea for a short and I wanted to show how to code it in the end.
#programming
#coding
#maths
#mystery
#unsolved