简体   繁体   中英

Generalized associated Legendre Polynomials

Is there a simple way to calculate the generalized associated Legendre polynomials in Python (article )? 广义关联勒让德多项式

I know that you can get the associated Legendre Polynomials using SciPy or pyshtools ( article ), but not the generalized ones (having two raised indices).

The best way I found to implement the derivative is to use the grad-functionality of jax: https://jax.readthedocs.io/en/latest/notebooks/autodiff_cookbook.html

Good luck:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM