Forum: Programming
2021-03-02, 01:53
|
Replies: 38
Views: 11,548
|
Forum: Miscellaneous Math
2021-01-24, 16:14
|
Replies: 2
Views: 414
|
Forum: Programming
2020-12-25, 19:05
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-12-25, 18:21
|
Replies: 38
Views: 11,548
I've just added FFT for modular polynomial...
I've just added FFT for modular polynomial multiplications when the modulus is small. This enables faster factoring when trying to factor integer polynomials, especially when the number of modular...
|
Forum: Programming
2020-12-13, 21:06
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-11-30, 17:15
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-11-30, 15:47
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-11-28, 23:13
|
Replies: 38
Views: 11,548
|
Forum: Data
2020-11-26, 02:28
|
Replies: 6
Views: 1,233
|
Forum: Data
2020-11-26, 01:06
|
Replies: 6
Views: 1,233
Too few factors found in 600M to 620M
I've just looked at https://www.mersenne.ca/status/tf/0/1/2/60000 and I found that there should be some hardware error:
21192 factors in the range 600M-610M today in the 72-bit range: only 3...
|
Forum: Number Theory Discussion Group
2020-10-17, 02:44
|
Replies: 3
Views: 961
|
Forum: Programming
2020-10-04, 21:20
|
Replies: 38
Views: 11,548
|
Forum: FermatSearch
2020-10-03, 18:15
|
Replies: 65
Views: 6,532
|
Forum: Programming
2020-10-02, 19:42
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-10-02, 01:18
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-10-01, 18:32
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-09-30, 03:40
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-09-30, 02:53
|
Replies: 38
Views: 11,548
|
Forum: Programming
2020-09-27, 22:47
|
Replies: 38
Views: 11,548
Hello folks,
I have added more features to...
Hello folks,
I have added more features to this calculator at https://www.alpertron.com.ar/POLFACT.HTM
Now it quickly factors integer polynomials with degree up to 1000 using Van Hoeij...
|
Forum: Factoring
2020-09-25, 03:28
|
Replies: 40
Views: 14,396
|
Forum: Factoring
2020-09-19, 00:24
|
Replies: 40
Views: 14,396
|
Forum: Factoring
2020-09-13, 17:02
|
Replies: 40
Views: 14,396
At this moment I'm making changes to my...
At this moment I'm making changes to my calculator that factors and finds the roots of polynomials (you can see it at https://www.alpertron.com.ar/POLFACT.HTM). After that, I will update the page of...
|
Forum: Lounge
2020-08-26, 14:44
|
Replies: 48
Views: 9,761
|
Forum: Data
2020-07-11, 19:34
|
Replies: 347
Views: 50,027
After running my Nvidia GTX 950 for 30 days, I...
After running my Nvidia GTX 950 for 30 days, I was able to find more than 60 factors in the ranges 71->72 bits, 72->73 bits and partially in 73->74 bits, reducing the number of unfactored Mersenne...
|
Forum: Factoring
2020-06-15, 15:28
|
Replies: 22
Views: 7,646
Your code takes too long for changing...
Your code takes too long for changing polynomials. But that step should be very fast (that is why SIQS is named in that way). Probably you are using very few primes in the construction of your...
|