![]() |
|
|
#100 | ||
|
Nov 2003
746010 Posts |
Quote:
Quote:
Note that there is some relevance to determination of the GCD of an arbitrary SET of integers and whether pairwise co-prime means set-wise co-prime. Last fiddled with by R.D. Silverman on 2015-11-11 at 15:06 |
||
|
|
|
|
|
#101 | |
|
Nov 2003
22×5×373 Posts |
Quote:
And what did you learn by having black box code do the problem for you? Show us that you can do the problem with JUST pencil & paper. Did you think that Wolfram Alpha just pulled the coefficients 36 and 71 from your ass? Please compare with answer in the back. Last fiddled with by R.D. Silverman on 2015-11-11 at 15:08 |
|
|
|
|
|
|
#102 | |
|
Nov 2003
746010 Posts |
Quote:
|
|
|
|
|
|
|
#103 |
|
Nov 2003
22×5×373 Posts |
And some excellent side reading if people are interested:
http://www.de.ufpe.br/~toom/my-artic...c/ARUSSIAN.PDF |
|
|
|
|
|
#104 | |
|
I moo ablest echo power!
May 2013
29×61 Posts |
Quote:
http://ww2.kqed.org/mindshift/2012/1...tern-cultures/ |
|
|
|
|
|
|
#105 | |
|
Nov 2003
11101001001002 Posts |
Quote:
|
|
|
|
|
|
|
#106 |
|
∂2ω=0
Sep 2002
República de California
265678 Posts |
As it happens I am currently in the process of upgrading my Lehmer-gcd code 'from O(n^2) midway to O(n (log n)^2)' by using 64-bit math to accumulate large-ish chunks of partial multipliers and then using FFT-muls to apply said multipliers to obtain the needed linear combinations which yield the next iteration's smaller-sized operands, so the above problem resonates.
[I say 'midway' because my first impl. of the FFT-mul will use fixed-sized FFT-muls to reduce the operand sizes by 64-80kbits at a time, thus will still be overall quadratic, but with a drastically smaller proportionality constant. That will still need added logic to effect the recursion needed to gain the desired asymptotic speedup]. |
|
|
|
|
|
#107 |
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Toom-problems split off into side discussion (I still need to work backward to move/copy remaining related posts) - please post any further comments on the Toom PDF there.
|
|
|
|
|
|
#108 | |
|
Dec 2014
25510 Posts |
Quote:
I guess supply and demand does work. |
|
|
|
|
|
|
#109 |
|
May 2004
New York City
2×29×73 Posts |
I have no access to that book, but I'd like to follow along.
Perhaps I can learn something. As for FTA and the preliminary lemma p | ab --> p | a ior p | b, where are we? I didn't fully catch the proof until sophomore year, and it's not ingrained in my memory. I may have to dredge it up if we follow RDS' leadership. I'm all for this learning project. |
|
|
|
|
|
#110 | |
|
May 2004
New York City
108A16 Posts |
Quote:
this teaching discussion on our more elementary level. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stockfish game: "Move 9 poll", not "move 2^74,207,281-1 discussion" | MooMoo2 | Other Chess Games | 1 | 2016-10-25 18:03 |
| Stockfish game: "Move 8 poll", not "move 3.14159 discussion" | MooMoo2 | Other Chess Games | 5 | 2016-10-22 01:55 |
| Scottish game: "Move 6 poll", not "move -1 discussion" | MooMoo2 | Other Chess Games | 0 | 2016-10-11 16:30 |
| Stockfish game: "Move 5 poll", not "move 0 discussion" | MooMoo2 | Other Chess Games | 0 | 2016-10-05 15:50 |
| Problem E7 of Richard Guy's "Unsolved problems in number theory" | Batalov | Computer Science & Computational Number Theory | 40 | 2013-03-16 09:19 |