How to get second derivative in symblolic toolbox?

1 visualización (últimos 30 días)
my expretion = cos(x*t^2)+x^2+4*t^3); how to get second derivative by t?
  1 comentario
Andriy Kavetsky
Andriy Kavetsky el 8 de Oct. de 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.

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox 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