Finding the 'n'-th derivative of a function containing 'n'
Show older comments
Hi all,
I'm currently trying to plot the associated laguerre polynomials
,however I'm having difficulties with the differentiation term, as
diff(exp(-x)*x^(n+k),x,n)
differentiates first with regard to a, then with regard to n, instead of differentiating n times with regard to x.
Is there a way to have it do the latter (differentiate n times with regard to x)?
Thank you
Accepted Answer
More Answers (0)
Categories
Find more on Polynomials in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!