The problem is as follows:
------------------------------------
We all know that this is the Fibonacci recusion.
Fn = Fn-1 + Fn-2 , F0 = 1 , F1 = 1
How to prove that the following triple (x,y,z) follow Pythagorean Theorem ?
x = (Fi) x (Fi+3)
y = 2 x (Fi+1) x (Fi+2)
z = (Fi+1)2 + (Fi+2)2


LinkBack URL
About LinkBacks