Re: Division of two complex numbers

Liste des GroupesRevenir à s math 
Sujet : Re: Division of two complex numbers
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.math
Date : 20. Jan 2025, 22:45:35
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vmmg5v$3e97a$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
On 1/20/2025 1:35 PM, Python wrote:
Le 20/01/2025 à 22:28, "Chris M. Thomasson" a écrit :
On 1/20/2025 1:09 PM, Python wrote:
Le 20/01/2025 à 22:06, "Chris M. Thomasson" a écrit :
On 1/20/2025 1:04 PM, Python wrote:
Le 20/01/2025 à 21:59, "Chris M. Thomasson" a écrit :
On 1/20/2025 12:51 PM, Python wrote:
Le 20/01/2025 à 21:44, "Chris M. Thomasson" a écrit :
On 1/20/2025 12:20 PM, Python wrote:
Le 20/01/2025 à 21:09, Tom Bola a écrit :
Am 20.01.2025 20:33:12 Moebius schrieb:
>
Am 20.01.2025 um 19:27 schrieb Python:
Le 20/01/2025 à 19:23, Richard Hachel  a écrit :
Le 20/01/2025 à 19:10, Python a écrit :
Le 20/01/2025 à 18:58, Richard Hachel  a écrit :
Mathematicians give:
>
z1/z2=[(aa'+bb')/(a'²+b'²)]+i[(ba'-ab')/(a'²+b'²)]
>
It was necessary to write:
z1/z2=[(aa'-bb')/(a'²-b'²)]+i[(ba'-ab')/(a'²-b'²)]
>
I've explained how i is defined in a positive way in modern algebra. i^2 = -1 is not a definition. It is a *property* that can be deduced from a definition of i.
>
 That is what I saw.
>
 Is not a definition.
 It doesn't explain why.
>
We have the same thing with Einstein and relativity.
>
[snip unrelated nonsense about your idiotic views on Relativity]
>
It is clear that i²=-1, but we don't say WHY. It is clear however that if i is both 1 and -1 (which gives two possible solutions) we can consider its square as the product of itself by its opposite, and vice versa.
>
I've posted a definition of i (which is NOT i^2 = -1) numerous times. A "positive" definition as you asked for.
>
I've already told this idiot:
>
Complex numbers can be defined as (ordered) pairs of real numbers.
>
Then we may define (in this context):
>
          i := (0, 1) .
>
 From this we get: i^2 = -1.
>
For R.H.
  By the binominal formulas we have: (a, b)^2 = a^2 + 2ab + b^2
>
Huh? This is not the binomial formula which is (a + b)^2 = a^2 + 2ab + b^2
>
(a, b)^2 does not mean anything without any additional definition/ context.
>
  So we get: (0, 1)^2 ) 0^2 + 2*(0 - 1) + 1 = 0 + (-2) + 1 = -1
>
you meant  (0, 1)^2 = 0^2 + 2*(0 - 1) + 1 = 0 + (-2) + 1 = -1 ?
>
This does not make sense without additional context.
>
In R(epsilon) = R[X]/X^2 (dual numbers a + b*epsilon where epsilon is such as
epsilon =/= 0 and epsilon^2 0) we do have :
>
(0, 1) ^ 2 = 0
>
>
>
vec2 ct_cmul(in vec2 p0, in vec2 p1)
{
     return vec2(p0.x * p1.x - p0.y * p1.y, p0.x * p1.y + p0.y * p1.x);
}
>
So what? This is not an application of the binomial formula...
>
What's you point?
>
>
>
It's a way I multiply two vectors together as if they are complex numbers.
>
Another one:
>
#define cx_mul(a, b) vec2(a.x*b.x - a.y*b.y, a.x*b.y + a.y*b.x)
>
I can pass in normal vectors to this in GLSL. vec2's
>
Good! You know how to write a C program. :-) (pun intended)
>
Fwiw, that is not is C, it's from one of my GLSL shaders. ;^)
>
It is also C.
>
No. GLSL is not C at all, it has a similar style, but is different for sure.
 It is exactly the same syntax. *facepalm*.
Ok, let's say so, if you wish, so you can implement complex multiplication in a GLSL shader.
No. C and GLSL are completely different languages. Have you ever even used GLSL? You can do fun things in GLSL that C cannot do at all.

 Again: SO WHAT? ? ? This is NOT THE POINT of the discussion.
I thought it might help the OP.

 
Again what's *your* point? Your posts makes absolutely no sense in the context of this thread!
>
Just a way to multiply two 2-ary vectors as if they were complex numbers. Now, here is a little C99 program I just typed in the newsreader. It should compile.
_____________________________
[snip irrelevant triviality]
 So what? ? ?
I thought it might help out the OP.
 In which way? ? ? Hachel didn't write that it cannot be done (he's not that silly), he claimed (wrongly) that it is the wrong way to define multiplication between complex numbers.
 
>
This is quite off-topic to point out that multiplication of complex numbers in C/C++ can be done.
>
The discussion is not about that it can be done, even crank Hachel would admit this. It is *why* it makes sense to define multiplication *that way*.
  

Date Sujet#  Auteur
20 Jan 25 * Division of two complex numbers94Richard Hachel
20 Jan 25 +* Re: Division of two complex numbers80Moebius
20 Jan 25 i`* Re: Division of two complex numbers79Richard Hachel
20 Jan 25 i `* Re: Division of two complex numbers78Richard Hachel
20 Jan 25 i  +- Re: Division of two complex numbers1Moebius
20 Jan 25 i  `* Re: Division of two complex numbers76Python
20 Jan 25 i   `* Re: Division of two complex numbers75Richard Hachel
20 Jan 25 i    `* Re: Division of two complex numbers74Python
20 Jan 25 i     `* Re: Division of two complex numbers73Richard Hachel
20 Jan 25 i      `* Re: Division of two complex numbers72Python
20 Jan 25 i       `* Re: Division of two complex numbers71Moebius
20 Jan 25 i        +- Re: Division of two complex numbers1Python
20 Jan 25 i        +* Re: Division of two complex numbers3Chris M. Thomasson
20 Jan 25 i        i+- Re: Division of two complex numbers1Chris M. Thomasson
20 Jan 25 i        i`- Re: Division of two complex numbers1Moebius
20 Jan 25 i        `* Re: Division of two complex numbers66Tom Bola
20 Jan 25 i         +* Re: Division of two complex numbers3Tom Bola
21 Jan 25 i         i`* Re: Division of two complex numbers2FromTheRafters
21 Jan 25 i         i `- Re: Division of two complex numbers1Tom Bola
20 Jan 25 i         `* Re: Division of two complex numbers62Python
20 Jan 25 i          +* Re: Division of two complex numbers31Chris M. Thomasson
20 Jan 25 i          i`* Re: Division of two complex numbers30Python
20 Jan 25 i          i `* Re: Division of two complex numbers29Chris M. Thomasson
20 Jan 25 i          i  `* Re: Division of two complex numbers28Python
20 Jan 25 i          i   `* Re: Division of two complex numbers27Chris M. Thomasson
20 Jan 25 i          i    `* Re: Division of two complex numbers26Python
20 Jan 25 i          i     `* Re: Division of two complex numbers25Chris M. Thomasson
20 Jan 25 i          i      +* Re: Division of two complex numbers13Python
20 Jan 25 i          i      i`* Re: Division of two complex numbers12Chris M. Thomasson
20 Jan 25 i          i      i `* Re: Division of two complex numbers11Python
20 Jan 25 i          i      i  +- Re: Division of two complex numbers1Moebius
20 Jan 25 i          i      i  `* Re: Division of two complex numbers9Chris M. Thomasson
20 Jan 25 i          i      i   `* Re: Division of two complex numbers8Moebius
21 Jan 25 i          i      i    `* Re: Division of two complex numbers7Chris M. Thomasson
21 Jan 25 i          i      i     `* Re: Division of two complex numbers6Moebius
21 Jan 25 i          i      i      `* Re: Division of two complex numbers5Chris M. Thomasson
21 Jan 25 i          i      i       +- Re: Division of two complex numbers1Moebius
21 Jan 25 i          i      i       `* Re: Division of two complex numbers3Moebius
21 Jan 25 i          i      i        `* Re: Division of two complex numbers2Chris M. Thomasson
22 Jan 25 i          i      i         `- Re: Division of two complex numbers1Chris M. Thomasson
20 Jan 25 i          i      `* Re: Division of two complex numbers11Moebius
20 Jan 25 i          i       `* Re: Division of two complex numbers10Chris M. Thomasson
20 Jan 25 i          i        `* Re: Division of two complex numbers9Moebius
20 Jan 25 i          i         `* Re: Division of two complex numbers8Python
20 Jan 25 i          i          +- Re: Division of two complex numbers1Moebius
20 Jan 25 i          i          `* Re: Division of two complex numbers6Chris M. Thomasson
20 Jan 25 i          i           `* Re: Division of two complex numbers5Moebius
20 Jan 25 i          i            `* Re: Division of two complex numbers4Moebius
20 Jan 25 i          i             `* Re: Division of two complex numbers3Chris M. Thomasson
20 Jan 25 i          i              `* Re: Division of two complex numbers2Moebius
29 Jan 25 i          i               `- Re: Division of two complex numbers1Chris M. Thomasson
20 Jan 25 i          `* Re: Division of two complex numbers30Tom Bola
20 Jan 25 i           +* Re: Division of two complex numbers4Chris M. Thomasson
20 Jan 25 i           i`* Re: Division of two complex numbers3Tom Bola
20 Jan 25 i           i `* Re: Division of two complex numbers2Moebius
20 Jan 25 i           i  `- Re: Division of two complex numbers1Tom Bola
20 Jan 25 i           `* Re: Division of two complex numbers25Python
20 Jan 25 i            +* Re: Division of two complex numbers6Tom Bola
20 Jan 25 i            i+- Re: Division of two complex numbers1Python
20 Jan 25 i            i+- Re: Division of two complex numbers1Moebius
20 Jan 25 i            i`* Re: Division of two complex numbers3Tom Bola
20 Jan 25 i            i +- Re: Division of two complex numbers1Moebius
21 Jan 25 i            i `- Re: Division of two complex numbers1Richard Hachel
20 Jan 25 i            `* Re: Division of two complex numbers18Tom Bola
20 Jan 25 i             +- Re: Division of two complex numbers1Python
20 Jan 25 i             `* Re: Division of two complex numbers16Moebius
20 Jan 25 i              +- Re: Division of two complex numbers1Tom Bola
21 Jan 25 i              `* Re: Division of two complex numbers14Tom Bola
21 Jan 25 i               +- Re: Division of two complex numbers1Python
21 Jan 25 i               `* Re: Division of two complex numbers12Moebius
21 Jan 25 i                `* Re: Division of two complex numbers11Tom Bola
21 Jan 25 i                 `* Re: Division of two complex numbers10Moebius
21 Jan 25 i                  +* Re: Division of two complex numbers3Tom Bola
21 Jan 25 i                  i`* Division of complex.2Richard Hachel
21 Jan 25 i                  i `- Re: Division of complex.1Tom Bola
21 Jan 25 i                  `* Re: Division of two complex numbers6Moebius
21 Jan 25 i                   +* Re: Division of two complex numbers2Moebius
21 Jan 25 i                   i`- Re: Division of two complex numbers1Richard Hachel
21 Jan 25 i                   `* Re: Division of two complex numbers3Tom Bola
21 Jan 25 i                    `* Re: Division of two complex numbers2Moebius
22 Jan 25 i                     `- Re: Division of two complex numbers1Tom Bola
20 Jan 25 +* Re: Division of two complex numbers9Jim Burns
20 Jan 25 i+- Re: Division of two complex numbers1Jim Burns
20 Jan 25 i`* Re: Division of two complex numbers7Richard Hachel
20 Jan 25 i +* Re: Division of two complex numbers5Moebius
20 Jan 25 i i+* Re: Division of two complex numbers2Chris M. Thomasson
20 Jan 25 i ii`- Re: Division of two complex numbers1Chris M. Thomasson
21 Jan 25 i i`* Re: Division of two complex numbers2Richard Hachel
21 Jan 25 i i `- Re: Division of two complex numbers1Moebius
21 Jan 25 i `- Re: Division of two complex numbers1Jim Burns
21 Jan 25 `* Re: Division of two complex numbers4Ross Finlayson
21 Jan 25  `* Re: Division of two complex numbers3Richard Hachel
22 Jan 25   +- Re: Division of two complex numbers (is under-defined, like 0^0)1Ross Finlayson
22 Jan 25   `- Re: Division of two complex numbers (is under-defined, like 0^0)1Ross Finlayson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal