Filter löschen
Filter löschen

How to get second derivative in symblolic toolbox?

1 Ansicht (letzte 30 Tage)
Natalya Kavetska
Natalya Kavetska am 8 Okt. 2016
Beantwortet: Andriy Kavetsky am 8 Okt. 2016
my expretion = cos(x*t^2)+x^2+4*t^3); how to get second derivative by t?
  1 Kommentar
Andriy Kavetsky
Andriy Kavetsky am 8 Okt. 2016
You should determine x and t as syms x t and use diff command diff(cos(x*t^2)+x^2+4*t^3),t,2); t, 2 means second derivative by t.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Andriy Kavetsky
Andriy Kavetsky am 8 Okt. 2016
You should determine x and t as syms x t and use diff command diff(cos(x*t^2)+x^2+4*t^3),t,2); t, 2 means second derivative by t.

Weitere Antworten (0)

Kategorien

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by