Legendre 函数在matlab和Scipy 中的区别
Legendre 函数在matlab和Scipy 中的区别1、matlab 中,Legendre函数的表达形式2、python中,Legendre函数的表达形式他山之石——参考链接(1) scipy.special.lpmnfrom scipy import special as spm=1; n=1; z = 0.1;sp.lpmn(m, n, z)'''Sequence of associated Legendre functions of the first kind.第一类连带勒
原创
2021-08-27 07:07:54 ·
1107 阅读 ·
0 评论