MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   Mathematica论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=34)
-   -   [问题] 用DSolve求解微分方程组报错 (https://www.labfans.com/bbs/showthread.php?t=20693)

hack3702 2014-09-11 20:09

用DSolve求解微分方程组报错
 
ClearAll;
eqn1 = ids'[t] + Rs/Ls*ids[t] - w*iqs[t] = U0*Cos[w1*t - w*t]/Ls;
eqn2 = iqs'[t] + Rs/Ls*iqs[t] + w*ids[t] = U0*Sin[w1*t - w*t]/Ls;
DSolve[{eqn1, eqn2}, {ids[t], iqs[t]}, t]

运行后报错
在第一个参数中应该使用方程或者方程列表

casperyc 2015-07-28 23:09

回复: 用DSolve求解微分方程组报错
 
1 个附件
你少了【两个】等号

见附件


所有时间均为北京时间。现在的时间是 14:01

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.