Deutsch English Français Italiano |
<v6k1ce$1g6tr$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> Newsgroups: comp.lang.c Subject: Re: More complex numbers than reals? Date: Tue, 9 Jul 2024 12:00:29 -0700 Organization: A noiseless patient Spider Lines: 39 Message-ID: <v6k1ce$1g6tr$1@dont-email.me> References: <v6hohq$11nib$1@dont-email.me> <87msmrsd6f.fsf@bsb.me.uk> <v6igp5$18sp0$4@dont-email.me> <20240709014307.800@kylheku.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 09 Jul 2024 21:00:30 +0200 (CEST) Injection-Info: dont-email.me; posting-host="ce358e0d0d9664a700ff455d87f9b3cd"; logging-data="1579963"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19G4sT0Kl9R+GBSl5CXDyTwnVmJMjIWu/s=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:O0kpH9LGx3qJqhNi6qjg+xhmW/M= Content-Language: en-US In-Reply-To: <20240709014307.800@kylheku.com> Bytes: 2521 On 7/9/2024 1:47 AM, Kaz Kylheku wrote: > On 2024-07-09, Chris M. Thomasson <chris.m.thomasson.1@gmail.com> wrote: >> On 7/8/2024 3:59 PM, Ben Bacarisse wrote: >>> "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes: >>> >>>> Are there "more" complex numbers than reals? >>> >>> If you ask this in an appropriate group (sci.math?) I'll answer. Can >>> you really think this is topical in comp.lang.c? >>> >> >> Ahhhh shit! this was meant for sci.math! Damn it! Cursing, ..., ..., ..... > > Anyway, a complex number is a + ib where a and b are real. > > We can take any two reals (wlog, in the range [0, 1)): > > a = 0 . a0 a1 a2 a3 a4 .... (a0 a1 ... are decimal digits of a) > > b = 0 . b0 b1 b2 b3 b4 .... > > and intertwine the digits to make a new real number: > > c = 0. a0 b0 a1 b1 a2 b2 ... > > That new number c is still among the reals. > > The intertwining is undoable: you can recover the original pair > of numbers by taking the even or odd digits. > > Thus, any complex number can be encoded as a real number, > which implies that there can't be more of them than reals. Makes sense to me. By the way, did you take a look at my "fun" experiment wrt storing data in the roots of complex numbers? https://groups.google.com/g/comp.lang.c++/c/05XwgswUnDg/m/s_RNcUHCBQAJ The fun part is that we can store data in fractals... :^)