How to get second derivative in symblolic toolbox?

2 次查看(过去 30 天)
my expretion = cos(x*t^2)+x^2+4*t^3); how to get second derivative by t?
  1 个评论
Andriy Kavetsky
Andriy Kavetsky 2016-10-8
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.

请先登录,再进行评论。

采纳的回答

Andriy Kavetsky
Andriy Kavetsky 2016-10-8
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by