Consider the arrays given by v = [1.,2.,3.]
w = [2.,4.,6.] As you know both are arrays of dimension 1. I want to form the matrix with its columns given by v and w. How can I do that (I tried with “cat” but it didn’t worh)? How can it be generalized for n arrrays. Thanks in advance
