📜  Python| Numpy np.hermgauss() 方法

📅  最后修改于: 2022-05-13 01:54:20.893000             🧑  作者: Mango

Python| Numpy np.hermgauss() 方法

借助np.hermgauss()方法,我们可以使用np.hermgauss()方法得到高斯厄米特的正交值。

示例 #1:
在这个例子中我们可以看到,通过使用np.hermgauss()方法,我们可以通过使用这种方法得到高斯厄米特的正交。

# import numpy and hermgauss
import numpy as np
  
# using np.hermgauss() method
gfg = hermgauss(3)
  
print(gfg)

输出 :

示例 #2:

# import numpy and hermgauss
import numpy as np
  
# using np.hermgauss() method
gfg = hermgauss(5)
  
print(gfg)

输出 :