more elements in a list
- To: mathgroup at smc.vnet.net
- Subject: [mg32241] more elements in a list
- From: merkat <cabanc at hotmail.com>
- Date: Wed, 9 Jan 2002 03:17:37 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi ,
How do I multiply the number of elements in a list?
I have the lists:
{a,b,c} and
{2,5,4}
the result should be:
{a,a,b,b,b,b,b,c,c,c,c}
Merkat
- Follow-Ups:
- Re: more elements in a list
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: more elements in a list
- From: Adriano Pascoletti <pascolet@dimi.uniud.it>
- Re: more elements in a list
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: more elements in a list