Code below: Python: import time import numpy as np from numpy import sin, ... return np.abs(r[0])**2 n= 10**6 p = 2 * np.pi * np.random.rand(2,n) t0 ...
確定! 回上一頁