坐标变换 转置 点积 坐标变换 随机向量生成 公共函数 转置 使用T方法对矩阵做转置 arr = np.arange(15).reshaoe((3, 5)) print(arr) print(arr.T) 点积 矩阵点积 arr = np.array([[0,