MathGroup Archive 2001

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

Search the Archive

RE: Converting Fibonacci Table

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27636] RE: [mg27585] Converting Fibonacci Table
  • From: "Harvey P. Dale" <hpd1 at nyu.edu>
  • Date: Fri, 9 Mar 2001 02:35:49 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Mark:
	Flatten[IntegerDigits[Fibonacci[Range[100]]]].
	Best,
	Harvey
Professor Harvey P. Dale
New York University School of Law
Room 206A
110 West 3rd Street
New York, N.Y. 10012-1074


 -----Original Message-----
From: 	Nanom3 [mailto:nanom3 at home.com] 
To: mathgroup at smc.vnet.net
Sent:	Wednesday, March 07, 2001 4:09 AM
To:	mathgroup at smc.vnet.net
Subject:	[mg27585] Converting Fibonacci Table

Hi

I am relatively new to Mathematica so please excuse if this is an obvious
question.  I have searched the archives and not found it addressed.
I am looking for an easy way to take the first 100 fibonacci numbers and
convert them into a number series where each element in the set consists of
only one digit.  For instance 1,1,2,3,5,8,13,21.... would become
1,2,3,5,8,1,3,2,1....   From there I want to partition it in different ways
to make matrices but I think I know how to do that....

Any help appreciated,
Mark



  • Prev by Date: Letting integers be integers (when using //N)
  • Next by Date: RE: max/min of functions
  • Previous by thread: RE: Converting Fibonacci Table
  • Next by thread: help create a unique solution system