Python Program to find pythagorean triples and space diagonals from first principles (i.e. inefficiently!)
-
Updated
Oct 29, 2018 - Python
Python Program to find pythagorean triples and space diagonals from first principles (i.e. inefficiently!)
📐 A direct method to generate Pythagorean triples, quadruples and n-tuples.
This is some code programmed in Python based on Pythagoras' Theorem.
This repository contains `AIPT_generator.py`, an algorithm for generating almost isosceles Pythagorean triples. Starting from (3, 4, 5), it uses a specific method to calculate triples. Explore the README for details on installation, usage, and contribution.
A small and almost useless python code to get over 10k triples which obey Pythagoras Theorem.
Add a description, image, and links to the pythagorean-triples topic page so that developers can more easily learn about it.
To associate your repository with the pythagorean-triples topic, visit your repo's landing page and select "manage topics."