Skip to content

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.

License

Notifications You must be signed in to change notification settings

Abhrankan-Chakrabarti/almost-isosceles-pythagorean-triples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Almost Isosceles Pythagorean Triples Optimizer

This repository contains an optimization algorithm for generating almost isosceles Pythagorean triples, starting from the triple (3, 4, 5). The algorithm, implemented in AIPT_generator.py, uses a specific method to update the values of x and y, which are then used to calculate the triples.

Installation

To use the optimizer, simply clone the repository to your local machine and run the AIPT_generator.py script.

git clone https://github.com/Abhrankan-Chakrabarti/almost-isosceles-pythagorean-triples.git
cd almost-isosceles-pythagorean-triples
python AIPT_generator.py

Usage

The optimizer allows you to specify the number of triples to generate. Simply run the script and enter the desired number when prompted. The script will then generate and display the almost isosceles Pythagorean triples.

Contributing

If you have ideas for improving the optimizer or want to report a bug, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages