Borrar filtros
Borrar filtros

Generate explicit formula for mth derivative

2 visualizaciones (últimos 30 días)
Billy
Billy el 16 de Mayo de 2012
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))

Respuesta aceptada

Billy
Billy el 17 de Mayo de 2012
You can't.

Más respuestas (1)

Walter Roberson
Walter Roberson el 17 de Mayo de 2012
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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by