The code for this is v = np.transpose(np.array([[2,1,3]])). numpy overloads the array index and slicing notations to access parts of a matrix.
確定! 回上一頁