import numpy as npa = np.array([1, 2, 3]) # 建立一維array print(type(a)) ... print(np.divide(x, y))# 矩陣開根號 print(np.sqrt(x)) ...
確定! 回上一頁