numerical derivate and central difference
12 ビュー (過去 30 日間)
古いコメントを表示
can anyone help me with this function, please?
find numerical derivative of f(x) = tan−1(?) at x = 2 using central difference scheme where is x is in radians. Use different values of step size h in central difference scheme and compare with true value of the derivative by plotting error for the different h. f(x) means function of x.
2 件のコメント
回答 (1 件)
Jim Riggs
2020 年 5 月 10 日
編集済み: Jim Riggs
2020 年 5 月 10 日
Here are some Numerical difference formulas using the central difference method (substitute dt = h).
You can find more formulas with even higher accuracy on wikipedia. (see "numerical differentiation" and also "finite difference coefficient"

4 件のコメント
Muhammad Hammad Malik
2021 年 2 月 14 日
編集済み: Muhammad Hammad Malik
2021 年 2 月 14 日
@Jim Riggs @payam abubakri also want to calculate gradient(central difference) with window size=10smples with 50% overlap to previous window using attached equation.could you pls help. Thanks
