Git Product home page Git Product logo

cuboid's Introduction

Thoughts about the perfect cuboid.

The unsolved problem of whether a perfect cuboid exists or not, or whether there is a proof pro or contra its existence... See for example http://unsolvedproblems.org/index_files/PerfectCuboid.htm

I believe to have a simple proof using logic and Reductio ad absurdum for the assumption that there is a smallest solution.

The 10th (or so) try to explain my reasoning is here:

Print a list of Primitive Pythagorean Triples (ppt)

This little program creates perfect Pythogarean triples by applying a sequence of one out of three build rules starting with the first PPT x = 3, y = 4 and z = 5.

Pythagorean Triples

A pythagorean triplet (PT) consists of three natural numbers x, y and z with x^2 + y^2 = z^2. PTs with greatest common divisor 1 (PPT) are of particular interest.

Theorem 1: Every PT can be obtained in a unique way as a product of a PPT and a natural number k.

Theorem 2: In every PPT ( x | y | z ) one of the numbers x or y (legs) is even and the other one is odd. Let x always be the odd leg.

Theorem 3: For every PPT ( x | y | z ) there exists one and only one pair ( m | n ) of relatively prime natural numbers of different parity, i.e. one of the numbers is even and the other is odd, with m < n, such that:

           x = n^2 - m^2, y = 2mn , z = n^2 + m^2

       resp.

           1/2(z - x) = m^2, 1/2(z + x) = n^2.

Theorem 4: Every PPT can in a unique way be obtained from ( 3 | 4 | 5 ) by application of a sequence of transformations A, B or C defined by:

       A: (x|y|z) --> ( x-2y+2z| 2x-y+2z| 2x-2y+3z)   [or (m|n) --> (n|2n-m)]
       B: (x|y|z) --> ( x+2y+2z| 2x+y+2z| 2x+2y+3z)   [or (m|n) --> (n|2n+m)]
       C: (x|y|z) --> (-x+2y+2z|-2x+y+2z|-2x+2y+3z)   [or (m|n) --> (m|2m+n)]

cuboid's People

Contributors

pullmoll avatar

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.