How to get second derivative in symblolic toolbox?

1 vue (au cours des 30 derniers jours)
Natalya Kavetska
Natalya Kavetska le 8 Oct 2016
my expretion = cos(x*t^2)+x^2+4*t^3); how to get second derivative by t?
  1 commentaire
Andriy Kavetsky
Andriy Kavetsky le 8 Oct 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.

Connectez-vous pour commenter.

Réponse acceptée

Andriy Kavetsky
Andriy Kavetsky le 8 Oct 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.

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by