Info

此问题已关闭。 请重新打开它进行编辑或回答。

i have solve this equation using ode45 now i want to know how to solve using ode113 and ode23

1 次查看(过去 30 天)
d2x/dt2 +4x=12t
  1 个评论
Roger Stafford
Roger Stafford 2016-12-22
You don’t need to use Matlab to solve this simple differential equation. Its solution is well known to be:
x = a*sin(2*t)+b*cos(2*t)+3*t
where the constants a and b are determined by initial conditions.

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by