Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Chris M. Thomasson" 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: References: 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: 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.