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)
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Jan
il 5 Feb 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
il 5 Feb 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.
Risposte (1)
Jim Riggs
il 5 Feb 2018
See the attachment for numerical derivative formulas from my collection.
0 Commenti
Vedere anche
Categorie
Scopri di più su Polynomials in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!