| Author |
Comment/Response |
joe
|
02/28/12 9:51pm
I have been asking myself for some time how to do the following:
Say I have two lists, {a,b,c,d,e} and {f,g,h,i,j}. Now i want to combine them to {{a,f},{b,g},{c,h},{d,i},{e,j}} (ie put the 2.list of the i-th elements of both lists as the i-th element into a new list). Is there a fast way to do that (so no for loops etc)? Thanks in advance
Joe
URL: , |
|