Java Triplet Generator Based on Tom Ballard's
GENERATION OF ALL PYTHAGOREAN TRIPLETS

A SHORT-FORM PROOF OF FERMATS LAST THEOREM
by Tom Ballard

July 7, 2000
This page is dedicated to the memory of Tom Ballard

Born 11-12-26     Died 5-5-0
Maintained by TABallard of Digiflux Photo Restoration & Graphics

Sign Tom's Guestbook View Tom's Guestbook


Download FermatProof.pdf, 2.8mb

Calculating Pythagorean Triples from "r". Java Script by Dave Parker

This calculator factors "r" and creates a list of unique combinations of those factors {the values for (z-x) and (z-y)}. That list is then used to compute the values of (x,y,z)

Based on "TUTORIAL FOR GENERATION OF ALL PYTHAGOREAN TRIPLETS" by Tom Ballard.

Enter the value for r
(must be even):


Format Output

Formula summary:
x = r + (z - y)
y = r + (z - x)
z = r + (z - x) + (z - y)
r2 = 2(z - x)(z - y)

Hint:
Try a value with many unique factors, such as 510510 or 9699690
Page last updated 12/14/01
...Back to Dave's Math Page.