Converting Fibonacci Table
- To: mathgroup at smc.vnet.net
- Subject: [mg27585] Converting Fibonacci Table
- From: "Nanom3" <nanom3 at home.com>
- Date: Wed, 7 Mar 2001 04:08:59 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- RE: Converting Fibonacci Table
- From: "Higinio Ramos" <higra@gugu.usal.es>
- RE: Converting Fibonacci Table