mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2006-05-18, 03:51   #12
mfgoode
Bronze Medalist
 
mfgoode's Avatar
 
Jan 2004
Mumbai,India

22×33×19 Posts
Lightbulb Mathematical moments


Jean Baptiste Fourier - Born 21st of March 1768 in Auxerre, France
Died 16th of May 1830 in Paris, France

Every periodic function can be expressed as an infinite sum of sine and
cosine functions. This probably is Fourier's most famous result and his
name remains attached to these infinite sums. Fourier analysis, the
process
of splitting a function into its constituent sine and cosine parts, is
invaluable when it comes to analysing anything that travels in waves.
Music, speech and image analysis, as well as the compression of sounds
and
images, and analysis of weather and seismic data are just a few
examples of
the applications of Fourier analysis. It has particularly come into its
own
since the rise of computers, because our digital and finitely-minded
computers can only understand complicated wave forms - like those
coming
from music - if they are approximated by their constituent sine and
cosine
waves.
For more from Plus magazine.

http://us.f521.mail.yahoo.com/ym/Sho...ead=&box=Inbox

Mally
mfgoode is offline   Reply With Quote
Old 2006-05-19, 06:21   #13
drew
 
drew's Avatar
 
Jun 2005

5768 Posts
Default

Quote:
Originally Posted by mfgoode

Jean Baptiste Fourier - Born 21st of March 1768 in Auxerre, France
Died 16th of May 1830 in Paris, France

Every periodic function can be expressed as an infinite sum of sine and
cosine functions. This probably is Fourier's most famous result and his
name remains attached to these infinite sums. Fourier analysis, the
process
of splitting a function into its constituent sine and cosine parts, is
invaluable when it comes to analysing anything that travels in waves.
Music, speech and image analysis, as well as the compression of sounds
and
images, and analysis of weather and seismic data are just a few
examples of
the applications of Fourier analysis. It has particularly come into its
own
since the rise of computers, because our digital and finitely-minded
computers can only understand complicated wave forms - like those
coming
from music - if they are approximated by their constituent sine and
cosine
waves.
For more from Plus magazine.

http://us.f521.mail.yahoo.com/ym/Sho...ead=&box=Inbox

Mally
...and don't forget its utility in convolving the binary representations of very large integers (mod 2^(P-1)).

Last fiddled with by drew on 2006-05-19 at 06:22
drew is offline   Reply With Quote
Old 2006-05-21, 21:31   #14
patrik
 
patrik's Avatar
 
"Patrik Johansson"
Aug 2002
Uppsala, Sweden

52×17 Posts
Default

There is a story about this in the local newspaper today, Upsala Nya Tidning.

Last fiddled with by patrik on 2006-05-21 at 21:32
patrik is offline   Reply With Quote
Old 2006-05-22, 07:22   #15
mfgoode
Bronze Medalist
 
mfgoode's Avatar
 
Jan 2004
Mumbai,India

22·33·19 Posts
Cool firewall.

[QUOTE=Uncwilly] Proxy-firewall

I just clicked on that website and found no problem. Its as clear as day.
Maybe it was your off day. Why dont you give it a try again.
Mally
mfgoode is offline   Reply With Quote
Old 2006-05-22, 10:07   #16
davar55
 
davar55's Avatar
 
May 2004
New York City

10000100010112 Posts
Default

Congrats Lennart Carleson! You deserve the Abel Prize (~1 $million).

I remember the elegance of the proof that every square integrable
(hence every continuous) function equals the sum of its Fourier Series
except at a "small" set of points (finite,nowhere dense,or measure zero?).

Very important result!!!!! Thank you, sir!

-- davar55 (David Yablon).
davar55 is offline   Reply With Quote
Old 2006-05-24, 23:35   #17
jasong
 
jasong's Avatar
 
"Jason Goatcher"
Mar 2005

66638 Posts
Default

Please excuse my ignorance, but if this stuff was originally made to deal with waves, how does it connect to determining primality?

Please keep in mind, if you try to explain, that while I'm fairly intelligent, my education was cut short near the beginning of my 11th grade school year(by illness)
jasong is offline   Reply With Quote
Old 2006-05-25, 00:18   #18
philmoore
 
philmoore's Avatar
 
"Phil"
Sep 2002
Tracktown, U.S.A.

3·373 Posts
Default

Quote:
Originally Posted by jasong
Please excuse my ignorance, but if this stuff was originally made to deal with waves, how does it connect to determining primality?
FFT stands for Fast Fourier Transform. Google on "FFT multiplication" for some good descriptions of how FFTs are used for multiplying large numbers.
philmoore is offline   Reply With Quote
Old 2006-05-25, 00:46   #19
dsouza123
 
dsouza123's Avatar
 
Sep 2002

29616 Posts
Default

Normally to do a Lucas-Lehmer test the following is done

S (1) = 4
S (2) = (4 * 4 – 2) mod 127 = 14
S (3) = (14 * 14 – 2) mod 127 = 67
S (4) = (67 * 67 – 2) mod 127 = 42
S (5) = (42 * 42 – 2) mod 127 = 111
S (6) = (111 * 111 – 2) mod 127 = 0

With 2^P - 1 being 2^7 - 1 = 127 which is why the steps are mod 127.
Mod 127 means integer division by 127
with a remainder in the range 0 to 126.

Using DWT a form of FFT (Fast Fourier Transforms) instead of multiplying
111*111 then modding (dividing) by 127 for the remainder,
it gets both done at once using considerably less calculations and time.
I ignored the - 2.

For large numbers in the range that are being tested by Prime95
for example 2^37654321 - 1 is a number that is 4706791 bytes long.
Squaring a number of that size then modding it by 2^37654321 - 1
by the math operations of multiplication and integer division
for the remainder, requires alot more calculations then doing a DWT.
dsouza123 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
RSA factoring prizes??? skan Miscellaneous Math 8 2013-04-09 16:38
Thanks for the memories... ewmayer Hardware 15 2012-04-29 17:35
Magic moments of inertia davieddy Puzzles 2 2010-06-03 03:36
GIMPS fundraising/prizes as incentives ixfd64 Lounge 29 2008-01-23 19:35
Nobel Prizes. mfgoode Soap Box 3 2005-10-08 03:31

All times are UTC. The time now is 11:21.


Fri Aug 6 11:21:53 UTC 2021 up 14 days, 5:50, 1 user, load averages: 2.07, 2.24, 2.47

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.