Pythagorean Number


Triplets of integers which satisfies the equation "x^2 + y^2 = z^2".
"3, 4, 5" is well known.

Generally speaking,

x = m^2 - n^2, y = 2mn, z = m^2 + n^2 (m and n are integers).

Take "m = 1, n = 2", we get "3, 4, 5".


Home > Numbers
Copyright© 1997-1998 Kiwada Kats-hiro.
Last Modified : Jul 25, 1998