Date: Feb 3, 2013 2:52 AM Author: André Hautot Subject: Fibonacci integers
Hi, let
m={1,1},{1,2}
and n be an integer
MatrixPower[m, n] = = {{Fibonacci[2 n - 1], Fibonacci[2 n]},
{Fibonacci[2 n], Fibonacci[2 n + 1]}}
should be indentically True
I have tried FunctionExpand and FullSimplify without success, any idea ?
Thanks in advance,
Andre