Results 1 to 3 of 3

Thread: Algorithm for Feigenbaum's Constant

  1. #1
    jim mcnamara
    Guest

    Red face Algorithm for Feigenbaum's Constant

    4.6692.... is Feigenbaum's Constant. Any clue as to how to generate it?
    Code:
    If you look at it graphically you get:
    Bifurc no.   Divides at    Length    This length/next length
    ------------------------------------------------------------
    1              0.75        L1=1.0         L1/L2=2.0
    2              1.25        L2=0.5         L2/L3=4.25
    3              1.3677      L3=0.1147      L3/L4=4.492
    4              1.3939      L4=0.0262      L4/L5=4.6208
    5              1.39957     L5=0.00567     L5/L6=4.536
    ------------------------------------------------------------
    Analytically it's:
    Code:
          Lim N      L(n)
     F =  n -> inf   -------  = 4.669...
                     L(n+1)
    I can't even fake it numerically. No Clue.




  2. #2
    Addicted Member
    Join Date
    Feb 2001
    Posts
    198
    I don't know if this will be any help:

    http://www.mathsoft.com/asolve/const...m/fgnbaum.html

  3. #3
    jim mcnamara
    Guest

    Talking

    Thanks kindly - I'll see what out there....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width