I'm trying to perform matrix transformations using numpy arrays so I need the points saved in arrays (arr1-[[x1],[y1],[z1]]), (arr2-[[x2],[y2],[z2]]) in column form(shape-3,1)
How do i go about taking multiple inputs and storing them ?
Should I use a 3d array to store all points ? How do I proceed with the calculations in this case..
Any material regarding this will also be helpful
Thanks