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
- Follow-Ups:
- Re: Fibonacci integers
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Fibonacci integers
- From: James Stein <mathgroup@stein.org>
- Re: Fibonacci integers