📐 A direct method to generate Pythagorean triples, quadruples and n-tuples.
-
Updated
Apr 9, 2021 - Python
📐 A direct method to generate Pythagorean triples, quadruples and n-tuples.
A small and almost useless python code to get over 10k triples which obey 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.
school project
Python Program to find pythagorean triples and space diagonals from first principles (i.e. inefficiently!)
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."