Skip to content

Comment on The Fibonacci Matrixparent

Comments

It converges because there is just one error then you do the operation correctly after that.

Your sequence is

  8
  41
  49
  57
  106
  163
What you are looking for is
  8
  41
  49
  90
  139
  229

Yeah, if you swap the initial conditions, you get a different sequence of values. You’re starting with 8 41, but the sequence in the article starts with 41 8.

I see now and also the author acknowledges above. Thanks for clarifying

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.