Skip to content

πŸ“ A direct method to generate Pythagorean triples, quadruples and n-tuples.

License

Notifications You must be signed in to change notification settings

mdbrnowski/pythagorean_tuples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pythagorean tuples

A direct method to generate Pythagorean triples, quadruples and n-tuples.

Source

This repository is an implementation of a great paper by Tanay Roy and Farjana Jaishmin Sonia from Jadavpur University, India. It is called β€œA Direct Method To Generate Pythagorean Triples And Its Generalization To Pythagorean Quadruples And n-tuples”. I am very thankful to them.

If you would like (which I highly recommend) to read their paper, you can find it here.