Hi all, I am a student who is undertaking the project EOG and I'm stuck because I'm new in Mathematica. I need a code that divide two vectors such as
x = {1,2,3, ...}; y = {a, b, c, ...}
in a list such that
list = {{1, a}, {2, b}, {3, c}, ...}
Can someone help me? Thanks in advance by your attention