Prime numbers and Pell equation
Before leaving for my vacation,here are two small Python libraries I wrote that may help you if you want to participate to Project Euler:
primes.py
: fast prime number generation and integer factorizationpell.py
: find solutions pairs to Pell diophantine equation x2-Dy2=1
blog comments powered by Disqus