Generate explicit formula for mth derivative
이전 댓글 표시
I'd like to generate an explicit formula for the mth derivative of x^n, for example:
diff( x^n, x $ m )
The result in MuPad is d^m/dx^m( x^n ), but I want MuPad to write the explicit formula (which I believe is n!/(n-m)! x^(n-m))
채택된 답변
추가 답변 (1개)
Walter Roberson
2012년 5월 17일
0 개 추천
The older Maple symbolic engine can do this, yielding pochhammer(n-m+1, m)*x^(n-m)
I do not have access to MuPAD to test with.
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!