mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2015-04-09, 00:45   #12
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

1001001111102 Posts
Default

Maybe the PDP 11/44 handled overflow in a manner that created some additional answers? I know that an above-range integer multiplication could return a negative number - the unsigned integer result interpreted as a ones-complement or twos-complement signed integer. Perhaps it kept the lower bits.
wblipp is offline   Reply With Quote
Old 2015-04-09, 01:10   #13
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

22×1,549 Posts
Default

Quote:
Originally Posted by Batalov View Post
Ok, maybe the OP wanted to say, on a PDP 11/44, in a machine word, do some x2 equal x (that is, mod 232, for example)?
There are no other results mod 232 either.
retina is offline   Reply With Quote
Old 2015-04-09, 01:41   #14
TheMawn
 
TheMawn's Avatar
 
May 2013
East. Always East.

11×157 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Even before one talks algebra one learns that you can't divide by 0.
Yes that was the idea.


I still remember the "proof" that 1 = 2. The whole idea of x = x2, divide by x and get x = 1 is quite similar to the steps in that "proof". That one certainly got the gears moving. I spotted the same thing years later in some engineering lecture. Some (y - x) bracket that got divided out with nothing in particular to stop y = x cases.
TheMawn is offline   Reply With Quote
Old 2015-04-09, 01:45   #15
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

250516 Posts
Default

There were some computers that worked with packed decimal digits BCD; that would be the only opportunity.

Not on modern CPUs with 2^32 or 2^64. I violently agree!
Batalov is offline   Reply With Quote
Old 2015-04-09, 03:02   #16
axn
 
axn's Avatar
 
Jun 2003

22×3×421 Posts
Default

Another possibility: After 30 years, OP has forgotten the exact problem statement.
axn is online now   Reply With Quote
Old 2015-04-09, 03:06   #17
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

7×1,373 Posts
Default

Quote:
Originally Posted by axn View Post
Another possibility: After 30 years, OP has forgotten the exact problem statement.
hahaha
There are three signs you are getting old, one, you are forgetting things, two, you care less and less about things, and three... well... I forgot the third, but I don't care...
LaurV is offline   Reply With Quote
Old 2015-04-09, 03:12   #18
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

7·1,373 Posts
Default

Quote:
Originally Posted by Batalov View Post
Quote: One day in the company of friends, Hodja Nasreddin began complaining about old age.
- "However, this does not impact on my strength," - he concluded suddenly. "I am just as strong as like many years ago."
- "How do you know that?" - They asked him.
- "In my yard, there's been a huge stone. It's been there forever. So, when I was a kid, I could not pick it up; in my youth, I also could not pick it up, and I still can not pick it up now..."
This is a good one. We use to tell it differently, we say, "My hands are growing bigger and bigger as I am getting older". When I heard it first time, from a relative of mine which is about 10 years older, I was really puzzled, "What do you mean?", "Well, when I was your age I used to put my both hands on 'it' and still the head was outside, but now I only place one hand and there is nothing outside..." [edit: "there is no reminder", actually, we are on a math forum here... ]
The obvious conclusion, our hands are getting bigger as we get older...

Last fiddled with by LaurV on 2015-04-09 at 03:14
LaurV is offline   Reply With Quote
Old 2015-04-09, 05:00   #19
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

2×3×281 Posts
Default

Quote:
Originally Posted by Batalov View Post
Ok, maybe the OP wanted to say, on a PDP 11/44, in a machine word, do some x2 equal x (that is, mod 232, for example)?

This is akin to a perenially popular search for a ...x which squared still ends with ...x (in a certain base, e.g. in decimal) -- there are four solutions, in decimal, ...0000000, ...00000001, ...109376, and ...890625
This is indeed the what I had in mind : I programmed a routine using double integers and arrays to be able to work with large numbers. At about 10 000 digits of the last two "solutions" the computer stopped because of a problem on one of the three memory boards...

I realised after editing time was over that I should have told about the base.

Like I said I must have worded my search wrongly because I did not find a trace of this "perennial" problem : perhaps I should have searched on the last part of the "solutions".

I tried to prevent adverse comments of the serious matematicians by puting this in the puzzle sub forum and by starting to say that this was posted a bit late. Another failure ;-)

Jacob

Last fiddled with by S485122 on 2015-04-09 at 05:04
S485122 is offline   Reply With Quote
Old 2015-04-09, 05:20   #20
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

2·3·281 Posts
Default

I can add that by searching with part of the solutions would have conducted me to this very forum ! See the thread Playing with decimal representation .

Which shows that one (I in this case) should not post in a (sub-)forum one does not read regularly and systematically.

Sorry for having you losing time.

Jacob

Last fiddled with by S485122 on 2015-04-09 at 05:35
S485122 is offline   Reply With Quote
Old 2015-04-09, 09:46   #21
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by S485122 View Post
This is indeed the what I had in mind : I programmed a routine using double integers and arrays to be able to work with large numbers. At about 10 000 digits of the last two "solutions" the computer stopped because of a problem on one of the three memory boards...
Next time, try using your brain.

Solve it mod 2, then use Hensel's Lemma.
R.D. Silverman is offline   Reply With Quote
Old 2015-04-09, 14:22   #22
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Next time, try using your brain.

Solve it mod 2, then use Hensel's Lemma.
Of course, one could also simply observe that x must be a zero divisor
of the ring Z/2^kZ and that (x-1) is its cofactor. Now ask: what are the zero divisors?
R.D. Silverman is offline   Reply With Quote
Reply



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


Sat Jul 17 03:29:39 UTC 2021 up 50 days, 1:16, 1 user, load averages: 1.25, 1.49, 1.44

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.