How to calculate the derivative of any function f(x) at x=0 using finite difference method?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Luqman Saleem
el 13 de Nov. de 2018
Comentada: Star Strider
el 14 de Nov. de 2018
Let's say I have any unknown function and I know its value for some x i.e.
for
x=1:10
is
f(x)=[a b c d e f g h i j k l m]
where are some numerical values.
Can I calculate derivative of at with this given data?
0 comentarios
Respuesta aceptada
Star Strider
el 13 de Nov. de 2018
if ‘a,b,c’ are numerical values and not functrions of ‘x’, the derivative would be uniformly 0.
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!