Make a matrix by repeating vector v into n columns
repCol(v, n)
v
a vector to be operated on
n
number of columns the vector will be repeated over
a matrix with repeated columns