How to calculate the derivative of any function f(x) at x=0 using finite difference method?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Luqman Saleem
il 13 Nov 2018
Commentato: Star Strider
il 14 Nov 2018
Let's say I have any unknown function
and I know its value for some x i.e.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194889/image.png)
for
x=1:10
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194891/image.png)
f(x)=[a b c d e f g h i j k l m]
where
are some numerical values.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194892/image.png)
Can I calculate derivative of
at
with this given data?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194893/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194894/image.png)
0 Commenti
Risposta accettata
Star Strider
il 13 Nov 2018
if ‘a,b,c’ are numerical values and not functrions of ‘x’, the derivative would be uniformly 0.
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!