利用matlab查阅hermite多项式

分类: 电气工程 |
利用matlab的MuPAD,
其表达式为
输入orthpoly::hermite(2,
x)
即可得到
hermite的二次多项式表达式:4*x^2 -
2
依次,输入orthpoly::hermite(3,
x)
即可得到
hermite的三次多项式表达式:8*x^3
- 12*x
图如下: