Borrar filtros
Borrar filtros

Difference between D(f)(x) and diff( f(x) , x )

2 visualizaciones (últimos 30 días)
VincentLec
VincentLec el 23 de Jun. de 2016
Respondida: Muhammad Usman Saleem el 23 de Jun. de 2016
Hello, So, I'm using the symbolic notation and I have defined both x and f(x) as symbolic functions like this
syms x f(x)
After a couple of operations, I get (in my Command window) a formula that includes both D(f)(x) and diff(f(x),x).
D(f)(x)+...+diff(f(x),x)
I was wondering if there is any difference between both of them or if they both represent the derivative of f in respect towards x.
Thanks a bunch

Respuesta aceptada

Muhammad Usman Saleem
Muhammad Usman Saleem el 23 de Jun. de 2016
let say you are working with two for loops one has index variable f and other is x
the
D(f)(x)
means everytimes these loops run you are calling value of vector(may matrix) with indices f,x
while
diff( f(x) , x )
means you are calling vector f element of index x and with x( suppose your for loop has index variable x) taking its just difference.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by