Re: The splendor of true

Liste des GroupesRevenir à s math 
Sujet : Re: The splendor of true
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.math
Date : 10. Mar 2025, 20:49:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqnfoi$1gsl4$1@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
On 3/10/2025 2:06 AM, efji wrote:
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 !
 
Thanks. Actually, this is the first time I used split complex numbers. Well, that's pretty cool. I have to thank Python, you and RH for that. Humm... I wonder what the set would look like using one of my Mulia algorithms or even one of my fractal exploder algorithms on it. Humm...
A Mulia is cleverly combining multiple sets within one iteration. My exploder algorithm tries to "recover" from an escape condition by scaling back the escaping point then trying again several times. It can create some rather interesting formations:
https://www.facebook.com/photo/?fbid=1248023746356621&set=pcb.1248023836356612
Sorry for the FB links... Well, here it is on imgbb:
https://i.ibb.co/tPYDf15j/image.png
A julia explode. Now, it works with any escape time fractal. The Mandelbrot version is interesting as well:
https://www.facebook.com/photo/?fbid=1248548172970845&set=a.110008616824812
https://i.ibb.co/7J6V72f7/image.png
Heck it even works in 3d. For instance, here is one of my Mulias applied to a Mandelbulb:
https://youtu.be/XpbPzrSXOgk
Humm... I wonder what a mulia or exploder looks like with the split complex numbers. Need to get on that!
:^)

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