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 次查看(过去 30 天)
显示 更早的评论
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 个评论
Jan
2018-2-5
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
2018-2-5
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.
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!