GithubHelp home page GithubHelp logo

3x1's Introduction

3x+1

Infamous, colossal waste of time. Yet, here we are.

Synthesis

Intro

First, I am not a mathematician. I struggled with Differential Equations and linear algebra. Nor am I a tried and true programmer.

However, I am curious by nature.

I do not have any hope of finding a solution to the Collatz Conjecture or to win a Nobel Prize, but if my data/findings are helpful for you, please do cite my work. Also, a hardcopy would be nice :)

Description

In my own, unpolished words, the Collatz conjecture proposes that all non-zero, positive integers as subjected to the following algorithm will always find their way back to a 4-2-1 loop, meaning the loop will never end.

Algorithm:

1. Take integer (positive, non-zero) as starting point n
  1. If n is odd, perform the calculation 3*n+1 and set the result as n
  2. If n is even, perform the calculation n/2 and set the result as n
2. Repeat

The issue with the conjecture is that so far, noone has been able to prove or disprove if it holds true for all n to infinity. Brute force measurements have checked all digits of n to 2^68 and it holds true.

(Wikipedia Article on Collatz Conjecture)[https://en.wikipedia.org/wiki/Collatz_conjecture]

Goals

Scripts

Data

Current Study List

  • Familiarize myself with the Collatz conjecture and the underpinning algorithm.
  • 3x+1 of Primes
  • 3x+1 of the

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.