Re: The splendor of true

Liste des GroupesRevenir à s math 
Sujet : Re: The splendor of true
De : efji (at) *nospam* efi.efji (efji)
Groupes : sci.math
Date : 10. Mar 2025, 10:06:33
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqma2p$191rj$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
Le 10/03/2025 à 10:04, Chris M. Thomasson a écrit :
On 3/10/2025 1:33 AM, efji wrote:
Le 10/03/2025 à 03:03, Chris M. Thomasson a écrit :
>
>
Indeed. Sorry for the stupid question, but the following parts of RH's description:
>
Z=aa'+bb'+i(ab'+a'b) and not Z=aa'-bb'+i(ab'+a'b).
>
Means a = x component, b = y component, right? ;^o
>
Well...
In his disturbed mind, (a,b) = a-b on the x axis :)
>
But forget the pathetic egotic and just try a+jb=(a,b) un R^2 with the rule (a+ib)*(a'+jb') = aa'+bb'+j(ab'+a'b) which is the rule on the split-complex set, (thus j^2=1).
>
 Humm... I am not all that familiar with the split complex numbers. Something like this?
 glm::vec2
ct_complex_split_mul(
     const glm::vec2& z1,
     const glm::vec2& z2
) {
     return {
         z1.x * z2.x + z1.y * z2.y,
         z1.x * z2.y + z1.y * z2.x
     };
}
  Where:
 glm::vec2 s0 = { 0, 1 };
 std::cout << "s0 * s0 = " << ct_complex_split_mul(s0, s0) << "\n";
 outputs:
 s0 * s0 = (1, 0)
 ?
Yes !
--
F.J.

Date Sujet#  Auteur
9 Mar 25 * The splendor of true50Richard Hachel
9 Mar 25 +* Re: The splendor of true2efji
9 Mar 25 i`- Re: The splendor of true1Richard Hachel
9 Mar 25 +* Re: The splendor of true2Python
9 Mar 25 i`- Re: The splendor of true1Moebius
9 Mar 25 +* Re: The splendor of true3sobriquet
9 Mar 25 i`* Re: The splendor of true2Moebius
9 Mar 25 i `- Re: The splendor of true1Moebius
9 Mar 25 +* Re: The splendor of true5Python
9 Mar 25 i+* Re: The splendor of true2Richard Hachel
9 Mar 25 ii`- Re: The splendor of true1Python
9 Mar 25 i`* Re: The splendor of true2Moebius
9 Mar 25 i `- Re: The splendor of true1Moebius
9 Mar 25 +* Re: The splendor of true25Chris M. Thomasson
9 Mar 25 i+- Re: The splendor of true1Richard Hachel
9 Mar 25 i`* Re: The splendor of true23efji
9 Mar 25 i +- Re: The splendor of true1Moebius
10 Mar 25 i `* Re: The splendor of true21Chris M. Thomasson
10 Mar 25 i  +* Re: The splendor of true19efji
10 Mar 25 i  i+* Re: The splendor of true4Chris M. Thomasson
10 Mar 25 i  ii`* Re: The splendor of true3efji
10 Mar 25 i  ii `* Re: The splendor of true2Chris M. Thomasson
10 Mar 25 i  ii  `- Re: The splendor of true1Chris M. Thomasson
10 Mar 25 i  i+* Re: The splendor of true4Chris M. Thomasson
10 Mar 25 i  ii+- Re: The splendor of true1Chris M. Thomasson
10 Mar 25 i  ii`* Re: The splendor of true2efji
10 Mar 25 i  ii `- Re: The splendor of true1Chris M. Thomasson
10 Mar 25 i  i`* Re: The splendor of true10Richard Hachel
10 Mar 25 i  i `* Re: The splendor of true9efji
10 Mar 25 i  i  `* Re: The splendor of true8Richard Hachel
10 Mar 25 i  i   `* Re: The splendor of true7Python
10 Mar 25 i  i    `* Re: The splendor of true6Moebius
10 Mar 25 i  i     +* Re: The splendor of true3Chris M. Thomasson
10 Mar 25 i  i     i`* Re: The splendor of true2Python
11 Mar 25 i  i     i `- Re: The splendor of true1Moebius
10 Mar 25 i  i     `* Re: The splendor of true2Python
11 Mar 25 i  i      `- Re: The splendor of true1Moebius
10 Mar 25 i  `- Re: The splendor of true1Richard Hachel
10 Mar 25 `* Re: The splendor of true12Chris M. Thomasson
10 Mar 25  +* Re: The splendor of true4Chris M. Thomasson
10 Mar 25  i`* Re: The splendor of true3Chris M. Thomasson
10 Mar 25  i `* Re: The splendor of true2FromTheRafters
12 Mar 25  i  `- Re: The splendor of true1Chris M. Thomasson
11 Mar 25  `* Re: The splendor of true7Richard Hachel
11 Mar 25   +* Re: The splendor of true5Python
11 Mar 25   i+* Re: The splendor of true2Python
11 Mar 25   ii`- Re: The splendor of true1Moebius
11 Mar 25   i`* Re: The splendor of true2Chris M. Thomasson
11 Mar 25   i `- Re: The splendor of true1Chris M. Thomasson
11 Mar 25   `- Re: The splendor of true1Chris M. Thomasson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal