Generate Pythagorean triples (a, b, c) using Euclid's formula by providing two integers, m and n.
Enter two positive integers, m and n (where m > n), to generate a unique Pythagorean triple (a, b, c) using Euclid's formula. The calculator will instantly show you the resulting triple and the steps involved.
Explore some common examples to see how the calculator works.
The most well-known Pythagorean triple, generated from the smallest possible m and n values.
m: 2
n: 1
Generates the triple (5, 12, 13), another common primitive Pythagorean triple.
m: 3
n: 2
This example shows how a larger difference between m and n affects the triple, resulting in (15, 8, 17).
m: 4
n: 1
Using consecutive numbers for m and n often results in triples where the two longer sides are almost equal, like (7, 24, 25).
m: 4
n: 3