Project Euler Problem 9 is a tough one. After reading the Pythagorean Triple Wikipedia page, I implemented a NumPy solution with Euclid's Formula.
1. Create m and n arrays
The Euclid's Formula defines indices m and n. We will create arrays to [...]
Published on February 27, 2012 12:05