You are not logged in.
i thought the point of this post was to see how many primes we can post on our own with out the use of computers
Offline
how is it possible to compute primes without computers?
Offline
thats the hard part
this post was kinda like a challlenge to see how many we can do
and the difficulty was to see how many we can do with only the use of our brains
Offline
how is it possible to compute primes without computers?
To answer this question, one must only ask how a computer computes primes, then do it all by hand. There are various methods to speed it up, none that are really good once you get to 5 digits by hand.
It's really no more of an exercise in arithmetic, sheer determination, and perhaps a little number theory.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
Hmmm could you use Euclid's Algorism to find all the factors quickly?
Offline
Euclid's algo is a great way to find a gcd. But not so great at finding primes. There are faster ways.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline