純量(scalar)乘法 ... 當矩陣是跟“數字”而不是跟矩陣做乘法時我們會用到“*”。 import numpy as np x = np.array([2, 4, 6]) num = 7.5 print(x * num) #[15.
確定! 回上一頁