Consistency in the composition of iterations
#4
(06/08/2022, 12:35 AM)Daniel Wrote:
(06/07/2022, 11:59 PM)JmsNxn Wrote: ...
EDIT2:

Oh so it means Daniel was referring to series precision of the Taylor series.

I'll answer again.

This is a bit more difficult using the beta method, it'll start to lag about 100 terms, but I can usually get about \(O(z^{100})\) and that's usually what I shoot for to double check everything. And to do that you have to set the series precision usually larger (some terms start turning to junk). With Schroder, it's again, desired accuracy. So technically you could get it to \(O(z^{1000})\) but be prepared to eat like 10 gbs of ram, lol.

I usually set my series precision to get at like 50-100, depending on what I'm running, then double check that it's continuing to work at something ridiculous like 200-300. But that's the final stages because it's super slow and eatttsss ram like the cookie monster.

My precision and accuracy are guaranteed to be prefect because I only use symbolic and rational numbers in my calculations. Are you using floating point?

No, I am not using floating point. I'm using pari, which is symbolic, but you'll still get some garbage which comes out in the 100th digit or so, it's just a consequence of any calculator. 

For example, if I take the Schroder function:

\[
\Psi(z)\\
\]

I can set arbitrary precision, and arbitrary series precision (how many terms to the Taylor series), but it will create some garbage data. This is also because I try to optimize the speed, I could technically make it absolutely 100% lossless, but who has time to watch that compile. Then, you have to series invert this, which is not lossless, despite how good Pari is, this is a polynomial inversion, so it can lose a bit of data. Then when you actually plug in the iteration:

\[
f^{\circ s}(z) = \Psi^{-1}(\lambda^s \Psi(z))\\
\]

You do lose a good amount of data, especially for large \(s\) (negative or positive depending on if \(|\lambda|\) is greater/less than 1) and \(z\), but you can recover it by keeping \(z \approx L\), and iterating the functional equation. But still, you will lose data. I could program my code to make sure it's 100% no errors, but, again, it'd be too slow and impractical.
Reply


Messages In This Thread
RE: Consistency in the composition of iterations - by JmsNxn - 06/08/2022, 12:52 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [note dump] Iterations and Actions MphLee 24 32,001 7 hours ago
Last Post: MphLee
  Is there any ways to compute iterations of a oscillating function ? Shanghai46 3 7,833 10/15/2023, 11:21 PM
Last Post: tommy1729
  digit extracting iterations tommy1729 0 2,432 02/05/2023, 11:08 PM
Last Post: tommy1729
  another infinite composition gaussian method clone tommy1729 2 5,001 01/24/2023, 12:53 AM
Last Post: tommy1729
  Qs on extension of continuous iterations from analytic functs to non-analytic Leo.W 18 24,980 09/18/2022, 09:37 PM
Last Post: tommy1729
  Apropos "fix"point: are the fractional iterations from there "fix" as well? Gottfried 12 15,139 07/19/2022, 03:18 AM
Last Post: JmsNxn
  Has anyone solved iterations of z+Γ(z)? Leo.W 5 8,343 01/07/2022, 08:15 AM
Last Post: JmsNxn
  Improved infinite composition method tommy1729 5 10,239 07/10/2021, 04:07 AM
Last Post: JmsNxn
  Composition, bullet notation and the general role of categories MphLee 8 15,935 05/19/2021, 12:25 AM
Last Post: MphLee
  [MSE] Shape of orbit of iterations with base b on Shell-Thron-region Gottfried 14 41,526 12/13/2019, 02:33 PM
Last Post: Ember Edison



Users browsing this thread: 1 Guest(s)