Forum: Miscellaneous Math
2021-01-24, 16:14
|
Replies: 2
Views: 376
|
Forum: Programming
2020-12-25, 19:05
|
Replies: 37
Views: 10,676
|
Forum: Programming
2020-12-25, 18:21
|
Replies: 37
Views: 10,676
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: 37
Views: 10,676
|
Forum: Programming
2020-11-30, 17:15
|
Replies: 37
Views: 10,676
|
Forum: Programming
2020-11-30, 15:47
|
Replies: 37
Views: 10,676
|
Forum: Programming
2020-11-28, 23:13
|
Replies: 37
Views: 10,676
|
Forum: Data
2020-11-26, 02:28
|
Replies: 6
Views: 1,148
|
Forum: Data
2020-11-26, 01:06
|
Replies: 6
Views: 1,148
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: 889
|
Forum: Programming
2020-10-04, 21:20
|
Replies: 37
Views: 10,676
|
Forum: FermatSearch
2020-10-03, 18:15
|
Replies: 65
Views: 6,212
|
Forum: Programming
2020-10-02, 19:42
|
Replies: 37
Views: 10,676
|
Forum: Programming
2020-10-02, 01:18
|
Replies: 37
Views: 10,676
|
Forum: Programming
2020-10-01, 18:32
|
Replies: 37
Views: 10,676
|
Forum: Programming
2020-09-30, 03:40
|
Replies: 37
Views: 10,676
|
Forum: Programming
2020-09-30, 02:53
|
Replies: 37
Views: 10,676
|
Forum: Programming
2020-09-27, 22:47
|
Replies: 37
Views: 10,676
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: 13,763
|
Forum: Factoring
2020-09-19, 00:24
|
Replies: 40
Views: 13,763
|
Forum: Factoring
2020-09-13, 17:02
|
Replies: 40
Views: 13,763
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,258
|
Forum: Data
2020-07-11, 19:34
|
Replies: 347
Views: 48,095
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,233
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...
|
Forum: Msieve
2020-04-25, 14:13
|
Replies: 11
Views: 5,576
WebAssembly threads requires SharedArrayBuffer....
WebAssembly threads requires SharedArrayBuffer. This was implemented on major browsers but since Spectre and Meltdown attacks were found in January 2018, the feature was disabled in both Chrome and...
|