Deutsch   English   Français   Italiano  
<uucmrm$21hvm$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: sci.physics.relativity,sci.physics,sci.math
Subject: Re: Rotation Bifurcation...
Date: Sun, 31 Mar 2024 15:07:50 -0700
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <uucmrm$21hvm$1@dont-email.me>
References: <uu7m3v$jh52$1@dont-email.me> <uu9dvq$13amk$2@dont-email.me>
 <uu9se4$16otk$2@dont-email.me> <uubina$rvvr$1@paganini.bofh.team>
 <uuch02$1vucq$5@dont-email.me> <uucks4$u0v1$1@paganini.bofh.team>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 31 Mar 2024 22:07:51 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="780895c2b46351ba3de900b0ef1e45f3";
	logging-data="2148342"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/LVrzmW7C5Z8UVm7LlTYyZMT6F9eh2CI8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:aT4I7xegmvAWJ3T2AQbcuVQe4pk=
Content-Language: en-US
In-Reply-To: <uucks4$u0v1$1@paganini.bofh.team>

On 3/31/2024 2:33 PM, Randy Babeshko wrote:
> Chris M. Thomasson wrote:
> 
>>> expect magic. "it looks like a cylinder" lol.
>> [...]
>>
>> Have you tried to recreate my bifurcation diagram IFS for yourself?
> 
> what are you using for bifurcation and do you discretize, what schemes? I
> guess you start with a differential math expression then discretize.

I gave you the IFS I created for it:

______________
// px_mutation interpolates from -4...4 across each frame; 1440 here.

render frames:
_________
// angle interpolates from 0...pi2 across iterations
// px = py = 0

// Iteration:
px = sin(angle * px_mutation);
py = cos(angle * py);
______________

Give it a go.