diff of order n around a point x0

5 Ansichten (letzte 30 Tage)
adam
adam am 3 Aug. 2012
Hello,
I would like to calculate the derivative of order n of function f with respect to x aaround a point x0.
diff(f,x,x0,n) but doesn't work
Any help!!
Thank you in advance.
Adam

Akzeptierte Antwort

Wayne King
Wayne King am 3 Aug. 2012
Do you have the Symbolic Toolbox and an expression for your function?
syms t
x = cos(2*t);
y = diff(x,2)
subs(y,0) %evaluate the 2nd derivative at t=0
  1 Kommentar
adam
adam am 3 Aug. 2012
Bearbeitet: adam am 3 Aug. 2012
Hello, Thank you for your answer. Yes, I have the symbolic toolbox.
I would like make sum of diff(x) for exemple for order n going from 0 to 5. I tried:
{symsum(diff(x,n), n, 0, 5)}
it dipalys an error. Thank you in adavance. Good day, Aam

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by