MathGroup Archive 2009

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

Search the Archive

a[n],b[n]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104889] a[n],b[n]
  • From: ynb <wkfkh056 at yahoo.co.jp>
  • Date: Thu, 12 Nov 2009 06:07:30 -0500 (EST)

a[n + 1] = 1/4*(1 + Sqrt[5])*a[n] - 1/2*Sqrt[1/2*(5 - Sqrt[5])]*b[n],
b[n + 1] = 1/2*Sqrt[1/2*(5 - Sqrt[5])]*a[n] + 1/4*(1 + Sqrt[5])*b[n],
a[1] = 4, b[1] = 9.


a[n]=
b[n]=


  • Prev by Date: mixed ByteOrdering
  • Next by Date: Re: Formatting Numeric Outpuit
  • Previous by thread: mixed ByteOrdering
  • Next by thread: Re: a[n],b[n]