mersenneforum.org  

Go Back   mersenneforum.org > New To GIMPS? Start Here! > Information & Answers

Reply
 
Thread Tools
Old 2009-09-06, 02:14   #1
mack
 
Sep 2009

5 Posts
Default FFt length

what is the fft length and how does it effect speed?

which test actually only look for numbers that aren't prime and how does it help?

when I see something like 2^68 what does it mean? I know its an exponent but i happen to see it a lot.
mack is offline   Reply With Quote
Old 2009-09-06, 03:24   #2
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

230728 Posts
Default

Quote:
Originally Posted by mack View Post
what is the fft length and how does it effect speed?
FFT stands for Fast Fourier Transform, the bigger the number that you are testing, the larger the FFT length. It has to be big enough to handle the number. The larger the FFT, the harder the computer has to work. So, the larger the FFT, the slower the test runs, but there is little that you can do about it (only near the edges)

Quote:
which test actually only look for numbers that aren't prime and how does it help?
The Trial Factoring test will not find a prime, it only finds factors of numbers that aren't prime. This helps, because it is faster than the much longer Lucas-Lehmer test (this is the one that proves that a number is prime.) By eliminating many numbers (60% or more) using the TF test, this saves many, many tests. P-1 also can find factors.

Quote:
when I see something like 2^68 what does it mean? I know its an exponent but i happen to see it a lot.
It means that the program is looking for factors of the number that you are testing, that are about 2^68 in size (147,000,000,000,000,000,000 -> 295,000,000,000,000,000,000 = 295 quintillion).
Uncwilly is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with FFT length Gradient Software 3 2013-12-16 01:53
Factorization length test? siegert81 Math 17 2011-12-20 15:33
FFT Length Samoflan Information & Answers 8 2010-02-16 22:05
llr: FFT-length not monotone in n? hhh Software 4 2008-12-20 09:49
Q: FATAL: length 840 K not available. Halting... ? MartinHvidberg Software 14 2003-07-23 16:14

All times are UTC. The time now is 03:22.


Sat Jul 17 03:22:29 UTC 2021 up 50 days, 1:09, 1 user, load averages: 1.46, 1.49, 1.41

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.