|
[Date Index]
[Thread Index]
[Author Index]
Re: create character listing
- To: mathgroup at smc.vnet.net
- Subject: [mg112569] Re: create character listing
- From: "Harvey P. Dale" <hpd1 at nyu.edu>
- Date: Mon, 20 Sep 2010 05:43:45 -0400 (EDT)
Shippee:
tp==Tuples[CharacterRange["a","z"],2];
Join[Prepend[#,"a"]&/@tp, Prepend[#,"b"]&/@tp]
Best,
Harvey
Harvey P. Dale
University Professor of Philanthropy and the Law
Director, National Center on Philanthropy and the Law
139 MacDougal Street
New York, N.Y. 10012-1076
Tel: 212-998-6161
Fax: 212-995-3149 =09
-----Original Message-----
From: shippee [mailto:slshippee at gmail.com]
Sent: Sunday, September 19, 2010 5:38 AM
To: mathgroup at smc.vnet.net
Subject: [mg112569] [mg112540] create character listing
What would be the best way to create a character/string listing of all
values in columnar format from "aaa" through "bzz"? I'd like to end
up with something like:
aaa
aab
aac
...
...
bzz
Thanks in advance, I've been away from Mathematica for a couple of
years and forgotten almost everything I'd ever learned, so I'm
starting over. All I could find in searching this list was variations
on the distribution of "abc", if I missed a more on point posting
please point me in the right direction.
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Prev by Date:
Re: create character listing
Next by Date:
Root Finding Methods Gaurenteed to Find All Root Between (xmin, xmax)
Previous by thread:
Re: create character listing
Next by thread:
Re: create character listing
|