How to find the nth derivative of square root of a polynomial using forward or backward differences. f(x)=sqrt(a0+a1 x + a2 x^2+a3 x^3+...an x^n)
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
f(x)=sqrt(a0+a1 x + a2 x^2+a3 x^3+...an x^n+...) How to find the nth derivative of square root of a polynomial using forward or backward difference formulas
2 comentarios
Jan
el 5 de Feb. de 2018
If you use forward and backward differences, the function is evaluated numerically. Then it does not matter if it is the square root of a polynomial. But you can calculate the derivative by pencil and paper also. Please post, what you have tried so far, because this might help to understand, what you want.
John D'Errico
el 5 de Feb. de 2018
What have you tried? If nothing, why not?
Since this looks like homework, making an effort will get you more help than if you just post a doit4me.
Do you know how to evaluate the polynomial? Can you take the square root? Surely you can find forward difference schemes on wikipedia.
Respuestas (1)
Jim Riggs
el 5 de Feb. de 2018
See the attachment for numerical derivative formulas from my collection.
0 comentarios
Ver también
Categorías
Más información sobre Polynomials en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!