[math-fun] Messages in pi (was Re: math novels?)
Hans Havermann <gladhobo@teksavvy.com> wrote:
MathWorld's article on 'base' cautions that "the representation of a given integer in an irrational base may be nonunique"
I believe that's true of the representation of any number in any non-integer base (e.g. 2.5 in base 1.5). I was speaking of *any* representation, not necessarily the canonical greedy-algorithm representation. Sorry if that wasn't clear. This is unfortunate, since it means I can't test bases for integer termination by calculating the representation of integers in the obvious way. The rule for integer representations that terminate may not be obvious. In base sqrt(2), the rule is to leave odd powers blank. In base phi, the rule is to never have two consecutive "1"s. Also, the tiniest amount of precision loss wrecks the algorithm. What's the square of the square root of 2? 1.9999999999999999? That's less than 2, so 2 in base sqrt(2) can't start with 100. Sigh.
(but this is true also of integer bases: 1=.999? in base ten).
Only of numbers that terminate. (In base 10, those are rationals whose denominator only contains 2 and 5 as prime factors.) I think that in non-integer bases, every number (integers, rationals, and irrationals) has multiple representations. The canonical form is to use the greedy algorithm, so 1.00000 is standard and 0.99999... is not.
More relevant perhaps is the issue of normalcy.
I think you mean "normality." "Normalcy" is a neologism invented by President Harding.
My understanding of the concept is that it cannot be applied to irrational bases. What then is the frequency distribution of the digits (0, 1, 2, 3) of seventeen in base pi?
1/pi, 1/pi, 1/pi, and (pi-3)/pi respectively, assuming 17 is normal in base pi. I'd be very surprised if it isn't. Of course multiple representations are possible, and perhaps you could go out of your way to skew the statistics. However, you can't get away with simply never using a "3" -- I checked. Weirdness: Sagan spoke of pi in base eleven. I just looked at eleven in base pi, and it doesn't appear to contain any "3"s at all! Just how far in do you have to go to find a "3"? If there are no "3"s at all, does that count as a message? (This is with the usual greedy algorithm, of course.) Your ellipses, including one of mine that you quoted, are turning into question marks. I suspect some Microsoft product at your end is "helpfully" turning each instance of three consecutive dots into the single Microsoft-proprietary character that represents an ellipsis (octal 205, decimal 133, hexadecimal 85), and the list software is then "helpfully" replacing any character whose high bit is "1" with a question mark. Please beat your software into submission. Thanks. And, moderator, please tweak the list software to allow ISO-8859-1 accented letters through. It's okay to nuke Microsoft droppings and UTF-8 mojibake. Thanks. You get extra credit for turning Microsoft droppings back into what they were supposed to have been, e.g. the above-mentioned character back into three dots.
Me: "More relevant perhaps is the issue of normalcy." Keith F. Lynch: "I think you mean 'normality'. 'Normalcy' is a neologism invented by President Harding." Yes, Harding's detractors believed it was a neologism as well as a malapropism. John Baez shared an item last month on Google+ dealing with numbers 'normal' in base ten. I commented that (coincidentally) I was "working on something that involves normalcy". He replied: "I like your use of the word 'normalcy' instead of the more common 'normality'." :P Keith F. Lynch: "Your ellipses, including one of mine that you quoted, are turning into question marks. I suspect some Microsoft product.." It's actually Mail in OSX. I didn't realize that it created an issue on the receiving end. I'll use two dots in future ellipsisation. Is that the right word?
* Keith F. Lynch <kfl@KeithLynch.net> [Oct 14. 2013 09:24]:
[...]
And, moderator, please tweak the list software to allow ISO-8859-1 accented letters through. It's okay to nuke Microsoft droppings and UTF-8 mojibake. Thanks. You get extra credit for turning Microsoft droppings back into what they were supposed to have been, e.g. the above-mentioned character back into three dots.
No! It's ASCII or UTF-8. The codepage nonsense is so dead it ceased smelling ten years ago. Your message came with Content-Type: text/plain; charset="us-ascii" I am also OK with Content-Type: text/plain; charset="utf-8" Everything else is evil. Rough stats on the last approx. 300 messages: 233 Content-Type: text/plain; charset="us-ascii" 37 Content-Type: text/plain; charset="utf-8" These are OK. The following are not: 5 Content-Type: text/plain; charset="windows-1252" 16 Content-Type: text/plain; charset="iso-8859-1" 7 Content-Type: text/plain; charset="iso-8859-7" Here is some UTF-8 for your viewing pleasure: ℕ ⊆ ℕ₀ ⊂ ℤ ⊂ ℚ ⊂ ℝ ⊂ ℂ This should display as \NN \subseteq \NN_0 \subset \ZZ \subset \QQ \subset \RR \subset \CC ... just in case it does not. Best, jj
_______________________________________________ math-fun mailing list math-fun@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/math-fun
On 14/10/2013 08:52, Joerg Arndt wrote:
* Keith F. Lynch <kfl@KeithLynch.net> [Oct 14. 2013 09:24]:
[...]
And, moderator, please tweak the list software to allow ISO-8859-1 accented letters through. It's okay to nuke Microsoft droppings and UTF-8 mojibake. Thanks. You get extra credit for turning Microsoft droppings back into what they were supposed to have been, e.g. the above-mentioned character back into three dots.
No!
It's ASCII or UTF-8. The codepage nonsense is so dead it ceased smelling ten years ago.
Strongly agree. -- g
participants (4)
-
Gareth McCaughan -
Hans Havermann -
Joerg Arndt -
Keith F. Lynch