MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Fibonacci integers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129664] Fibonacci integers
  • From: Andre Hautot <ahautot at ulg.ac.be>
  • Date: Sun, 3 Feb 2013 02:48:43 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

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



  • Prev by Date: Any way to get gradient lines as well as contour lines?
  • Next by Date: Try to find functions these intersections will show the set of data ?
  • Previous by thread: Re: Any way to get gradient lines as well as contour lines?
  • Next by thread: Re: Fibonacci integers