I have two columns of data for example: Numer1= Column[{1,2,3,4,5}] and Denom2=Column[{6,7,8,9,10}]
I want to divide for example: 1/6 and 2/7 and 3/8 and so on.... but when I use the divide function it just lists the numbers in column form on top of each other.
I'm sure there is something I am missing.
thanks in advance