For example: Can be more than 3 columns
Input:
a= array([[1,2],[4,10], 4,6]])
Output:
b= array([[4,5], [1, 0.6]]) <