mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2015-11-11, 14:59   #100
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by owftheevil View Post
Its easy to define a well ordering on the rationals. For the reals, it depends on if you believe the axiom of choice or not.
I think that "believe" is the wrong choice of words. I'd rather say "accept". [I do accept AC]

Quote:
I'm not quite sure what you are getting at with the question about the non transitivity of the "not divides" relation. If someone were mistakenly to believe it, they could construct some easy proofs of untrue things. But then, that's true whenever you start with a false assumption. I doubt this is what you are after though because you are usually more subtle than that.
I am just hoping to provoke a discussion regarding an elementary topic.

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
R.D. Silverman is offline   Reply With Quote
Old 2015-11-11, 15:00   #101
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by MattcAnderson View Post
Hi Math People

Continuing to work through the first chapter. I read problem 2c)
Express G as an integral linear combination of b and c for the following triples of positive integers -

c) G = 17; b = 3587; c = 1819;

I assume we want to solve

17 = A*1819 + B*3587

Consulting wolframalpha.com I find that A = 211n + 71 and B = -107n - 36
This is of course a line.
I let n be 0. Then we have
17 = 71*1819 - 36*3587.
This is the end of the problem 2c for me.
FAIL.

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
R.D. Silverman is offline   Reply With Quote
Old 2015-11-11, 15:28   #102
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

746010 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Generally, when a college student lacks knowledge of one or more prerequisites he/she is expected
to either go out and learn the required background material on their own, *Or* come to office
hours. How should we handle "office hours" in this thread? Private emails would be OK
if not too large in number.

The question of what should be assumed herein is interesting. Just to pull a random thought
from <substitute one's favororite source>, does everyone understand what the contrapositive
of a statement is??? This is really basic stuff.

I'm sure that Wiki has decent explanations of both (induction/descent) concepts. Should we send people to Wiki?
Responses?????
R.D. Silverman is offline   Reply With Quote
Old 2015-11-11, 15:33   #103
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Responses?????
And some excellent side reading if people are interested:

http://www.de.ufpe.br/~toom/my-artic...c/ARUSSIAN.PDF
R.D. Silverman is offline   Reply With Quote
Old 2015-11-11, 16:06   #104
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

29×61 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
And some excellent side reading if people are interested:

http://www.de.ufpe.br/~toom/my-artic...c/ARUSSIAN.PDF
I really enjoyed reading this. Another article along somewhat similar lines about the willingness to let students struggle:

http://ww2.kqed.org/mindshift/2012/1...tern-cultures/
wombatman is online now   Reply With Quote
Old 2015-11-11, 16:07   #105
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

164448 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
FAIL.

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.
BTW, you have already been shown within this thread how to answer this question.
R.D. Silverman is offline   Reply With Quote
Old 2015-11-11, 23:21   #106
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

2D7716 Posts
Default

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].
ewmayer is online now   Reply With Quote
Old 2015-11-13, 07:10   #107
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

103·113 Posts
Default

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.
ewmayer is online now   Reply With Quote
Old 2015-11-13, 14:31   #108
bgbeuning
 
Dec 2014

25510 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
Mr. Silverman has recommended this book for us to read to learn the basics of number theory.

http://www.amazon.com/First-Course-N.../dp/0534085148

We have ordered a copy. It looks like you can get one for around $15 shipped easily.

Amazon has this book for $673.14 .
I guess supply and demand does work.
bgbeuning is offline   Reply With Quote
Old 2015-11-14, 10:48   #109
davar55
 
davar55's Avatar
 
May 2004
New York City

2×29×73 Posts
Default

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.
davar55 is offline   Reply With Quote
Old 2015-11-14, 10:50   #110
davar55
 
davar55's Avatar
 
May 2004
New York City

2·29·73 Posts
Default

Quote:
Originally Posted by ewmayer View Post
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].
Cool. But your work is a long-term goal for us. Perhaps you'll join in
this teaching discussion on our more elementary level.
davar55 is offline   Reply With Quote
Reply



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

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


Sat Jul 17 01:22:07 UTC 2021 up 49 days, 23:09, 1 user, load averages: 0.91, 1.08, 1.20

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.