MathGroup Archive 2003

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

Search the Archive

Re: Q: lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40077] Re: [mg40063] Q: lists
  • From: "milkcart" <milkcart at m17.alpha-net.ne.jp>
  • Date: Wed, 19 Mar 2003 03:22:20 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi, Barends

You can use Map or Outer.


Map[List[3, #] &, List[1, 2, 3, 4]]

or

Outer[List, {3}, {1, 2, 3, 4}]

**************
milkcart







  • Prev by Date: Plot3d question
  • Next by Date: Simplify[x.Cross[x,y]] does not work.
  • Previous by thread: Re: Q: lists
  • Next by thread: Re: Q: lists