matlab解二阶微分方程并作图方程是:x#39;#39;+ax=bsinct,其中abc是常数,能赋值就行,x是关于t的函数,顺带作图那个,
<p>问题:matlab解二阶微分方程并作图方程是:x#39;#39;+ax=bsinct,其中abc是常数,能赋值就行,x是关于t的函数,顺带作图那个,<p>答案:↓↓↓<p class="nav-title mt10" style="border-top:1px solid #ccc;padding-top: 10px;">杜松的回答:<div class="content-b">网友采纳 假设a=b=c=1 dsolve('D2x+x-sin(t)') ans= (3*sin(t))/8-sin(3*t)/8-cos(t)*(t/2-sin(2*t)/4)+C2*cos(t)+C3*sin(t) 画图的有初值没有初值 C2C3无法确定,无法画图
页:
[1]