Post Reply 
Fibonacci Triangle Matrices
12-21-2018, 04:01 PM
Post: #2
RE: Fibonacci Triangle Matrices
Thanks for posting this, I was not aware of the Fibonacci triangle until now. More info can be found here.

Computation can be sped up significantly by taking advantage of the symmetry of the triangle. Only the first CEIL(n/2) values in row n need be calculated. Then copy the first FLOOR(n/2) values, reversed, to the end of the row. Not really needed in this example but useful for other triangles whose values are harder to calculate.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Fibonacci Triangle Matrices - John Keith - 12-21-2018 04:01 PM
RE: Fibonacci Triangle Matrices - DA74254 - 12-22-2018, 07:07 AM
RE: Fibonacci Triangle Matrices - pier4r - 12-23-2018, 09:59 PM



User(s) browsing this thread: 1 Guest(s)