![]() |
用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] 运行后报错 在第一个参数中应该使用方程或者方程列表 |
回复: 用DSolve求解微分方程组报错
1 个附件
你少了【两个】等号
见附件 |
所有时间均为北京时间。现在的时间是 14:01。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.