Fibonacci as iteration of fractional linear function
#5
(08/04/2022, 05:43 PM)JmsNxn Wrote: Woah that's super cool!

Do you think it would be possible to do this for other linear recurrence relations?

For instance, if:

\[
\psi_n = \sum_{k=0}^m a_k r_k^n\\
\]

Could we find a similar relationship to some other fractional linear transformation?

For \(m=2\), yes! This whole thing works with linear fractional functions because they are representable as 2x2 matrices.
Typically one takes for \( \frac{az+b}{cz+d} \) the matrix \( \left(\begin{array}{rr}a & c\\b & d\end{array}\right)\).
One can show that multiplication of matrices corresponds to composition of the linear fractional functions.
E.g. the fibonacci sequence can be expressed as:
\[\left(\begin{array}{r}f_{n}\\f_{n+1}\end{array}\right) =  \left(\begin{array}{rr}0 & 1\\1 & 1\end{array}\right)\left(\begin{array}{r}f_{n-1}\\f_{n}\end{array}\right)\]
And voilá you have already \(\frac{1}{z+1}\).

So you do a regular iteration on that function and you have continuous version of your recurrence.
However to get an explicit formula (which you typically would not get when messing with Schröder series') you can use diagonalization of the matrix.
I.e. \(M = A D A^{-1}\) and then you know that D^t is just each coefficient on the diagonal taken to the power of t. And so you have an explicit formula 
\( M^t = A D^t A^{-1}\).

But you don't need to rely on linear fractional functions though, you can just take the recurrence matrix (also bigger than 2x2) and do the diagonalization stuff. I just don't know whether this could represent regular iteration of some corresponding functions ...

Actually the Schröder iteration can be based on a similar mechanism (see Gottfried's article), you work with the Carleman-Matrix (which is not 2x2 but infinite though) which represents the function developed at the fixed point and multiplication of those matrices correspond to composition of the functions.
Then with diagonalization one can get the formula for \(M^t\).
Reply


Messages In This Thread
RE: Fibonacci as iteration of fractional linear function - by bo198214 - 08/04/2022, 08:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fractional tetration method Koha 2 6,053 06/05/2025, 01:40 AM
Last Post: Pentalogue
  Is there any ways to compute iterations of a oscillating function ? Shanghai46 3 7,833 10/15/2023, 11:21 PM
Last Post: tommy1729
  Anyone have any ideas on how to generate this function? JmsNxn 3 5,029 05/21/2023, 03:30 PM
Last Post: Ember Edison
  ChatGPT checks in on fractional iteration. Daniel 0 3,443 05/17/2023, 01:48 PM
Last Post: Daniel
  Bridging fractional iteration and fractional calculus Daniel 8 9,209 04/02/2023, 02:16 AM
Last Post: JmsNxn
  [MSE] Mick's function Caleb 1 3,846 03/08/2023, 02:33 AM
Last Post: Caleb
  [special] binary partition zeta function tommy1729 1 3,786 02/27/2023, 01:23 PM
Last Post: tommy1729
  [NT] Extending a Jacobi function using Riemann Surfaces JmsNxn 2 4,794 02/26/2023, 08:22 PM
Last Post: tommy1729
  tommy's "linear" summability method tommy1729 15 17,885 02/10/2023, 03:55 AM
Last Post: JmsNxn
  Fractional Integration Caleb 11 13,985 02/10/2023, 03:49 AM
Last Post: JmsNxn



Users browsing this thread: 1 Guest(s)