MathGroup Archive 1998

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

Search the Archive

Re: COMBINING LISTS



list1 = {a, b, c, d, e}; 
list2 = {x, y, z, aa, bb}; 
Transpose[{list1, list2}]

{{a, x}, {b, y}, {c, z}, {d, aa}, {e, bb}}

Bob Hanlon

In a message dated 5/1/98 7:30:15 AM, Knut.Schroder@chembio.ntnu.no
wrote:

>I have two lists:
>list1={a,b,c,d,...} and list2={x,y,z,...} I want to combine the two
>lists for ListPlot in Mathematica ListPlot[{{a,x},{b,y},{c,z},....}]
>Please let me know a simple way to do this.



  • Prev by Date: Black-Scholes option pricing model
  • Next by Date: ComplexExpand
  • Prev by thread: Re: COMBINING LISTS
  • Next by thread: Re: COMBINING LISTS