Derivative of legendreP function

8 ビュー (過去 30 日間)
Xin
Xin 2018 年 2 月 22 日
回答済み: Star Strider 2018 年 2 月 22 日
Hello. I am wondering how could one differentiate the legendre polynomial, e.g. like legendreP(5,x) can be expressed as (63*x^5)/8 - (35*x^3)/4 + (15*x)/8 and how to let matlab automatically give value of the derivative of it numerically. Is there a function that deals with this type of differentiation?
Thanks a lot

回答 (1 件)

Star Strider
Star Strider 2018 年 2 月 22 日
The best way to compute the derivative of a vector (that I assume you are computing) is to use the gradient (link) function. The advantage is that it produces a result vector the same length as the argument vector. See the documentation for the details of the computations it uses and its other abilities.

カテゴリ

Help Center および File ExchangePolynomials についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by