Let us take 2 functions, sine and cosine for this example. a = np.arange(0, 10, 0.1) b = np.sin(a)[creating a sine wave] d = ...
確定! 回上一頁