Maple微分方程的解是什么形式的?

前面省略。。
微分方程equ:=diff(theta(t),[t$2])+sin(theta(t))=0;
解S:=dsolve({equ,theta(0)=0,D(theta)(0)=1},theta(t),type=numeric);
最后解的形式到底是什么啊?也就是S到底是个什么东西?我后面想用到theta(t)怎么用?

s 就是解答的函数,把变量t的值带进去。就得到解答的值。
比如 s(1.)就是 t=1 的时候 theta(t)、 diff(theta(t),t)、的值。

最好用with(plots):odeplot(s,theta(t),t=0..10);
打出来看看,就知道
S起什么作用了
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜