MathGroup Archive 2000

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

Search the Archive

Re: joining lists.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23788] Re: joining lists.
  • From: Otto Linsuain <linsuain+ at andrew.cmu.edu>
  • Date: Sat, 10 Jun 2000 02:59:35 -0400 (EDT)
  • References: <200006051331.IAA11483@monon.wolfram.com>
  • Sender: owner-wri-mathgroup at wolfram.com

 Thanks to all that replied. Yes, I was definitely missing the obvious
solution:

 {#1,#2} & [list1,list2] produces {list1,list2} without the unnecessary
Join[{list1},{list2}].

 I was glad to learn that {##} & can do the same with more than two
lists. Otto. 


  • Prev by Date: Re: NDSolve error message: Can't find starting value ...
  • Next by Date: Re: NDSolve error message: Can't find starting value ...
  • Previous by thread: Re: joining lists.
  • Next by thread: Re: joining lists.