필터 지우기
필터 지우기

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)

조회 수: 4 (최근 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
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
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개)

Jim Riggs
Jim Riggs 2018년 2월 5일
See the attachment for numerical derivative formulas from my collection.

카테고리

Help CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by