Forum: gophne
2018-04-24, 13:16
|
Replies: 272
Views: 36,767
|
Forum: gophne
2018-04-10, 16:35
|
Replies: 272
Views: 36,767
|
Forum: gophne
2018-03-19, 08:15
|
Replies: 272
Views: 36,767
|
Forum: gophne
2018-03-13, 04:04
|
Replies: 272
Views: 36,767
|
Forum: gophne
2018-03-12, 21:59
|
Replies: 272
Views: 36,767
Think about it in four stages.
1. Define it...
Think about it in four stages.
1. Define it precisely and unambiguously. Until you do this, you can't even be wrong (https://www.theguardian.com/science/2005/sep/19/ideas.g2).
2. Prove that your...
|
Forum: gophne
2018-03-12, 19:07
|
Replies: 272
Views: 36,767
|
Forum: gophne
2018-01-19, 05:44
|
Replies: 272
Views: 36,767
|
Forum: gophne
2018-01-07, 19:09
|
Replies: 272
Views: 36,767
Let's compare performance. If the number is...
Let's compare performance. If the number is composite, the time both take depends on their smallest prime factor p. Your algorithm takes (p-1)/2 steps, while trial division takes pi(p) - 1 steps...
|
Forum: gophne
2018-01-06, 05:43
|
Replies: 272
Views: 36,767
|
Forum: gophne
2018-01-05, 22:07
|
Replies: 272
Views: 36,767
Batalov's claim is that if n+2 = 2^p - 1, your...
Batalov's claim is that if n+2 = 2^p - 1, your algorithm returns "prime" regardless of whether 2^p - 1 is prime or composite. If n+2 is composite. For example, set n = 2045 and check that the test is...
|
Forum: gophne
2018-01-05, 17:58
|
Replies: 272
Views: 36,767
|
Forum: gophne
2018-01-05, 17:55
|
Replies: 272
Views: 36,767
Danaj is an expert, the author of...
Danaj is an expert, the author of Math::Prime::Util (http://search.cpan.org/~danaj/Math-Prime-Util-0.69/lib/Math/Prime/Util.pm) among others. He certainly did not just Google up a random paper.
...
|
Forum: gophne
2018-01-02, 06:47
|
Replies: 272
Views: 36,767
|
Forum: gophne
2017-12-31, 20:06
|
Replies: 272
Views: 36,767
In fact I may have to cut back the gratis...
In fact I may have to cut back the gratis comments to make time for other commitments. But for the moment I can spare a bit of time.
I’ll be happy to carry out the analysis however you like, and...
|
Forum: gophne
2017-12-31, 19:36
|
Replies: 272
Views: 36,767
|
Forum: gophne
2017-12-31, 05:58
|
Replies: 272
Views: 36,767
|
Forum: gophne
2017-12-27, 05:11
|
Replies: 272
Views: 36,767
In that case I'd suggest doing the same again:...
In that case I'd suggest doing the same again: show what you have and let the forum give feedback. If it's good they can give you advice on how to prepare the work for publication, if not you're...
|
Forum: gophne
2017-12-27, 03:57
|
Replies: 272
Views: 36,767
The usual way to announce a mathematical...
The usual way to announce a mathematical discovery is to write a paper, push a preprint to the arXiv, then publish the paper. In the fortunate case that the algorithm can be coded easily I would...
|