发布网友 发布时间:2022-04-24 14:58
共1个回答
热心网友 时间:2023-10-17 15:03
运行没有错误呀,这个是运行的答案
>>
[x,y]=dsolve('Dx-a*x*y+b*x','Dy+a*x*y+b*y','t')
x
=
0
C1/exp(1/b/exp(b*t)*C1)/exp(C2*C1)/(-1+1/exp(1/b/exp(b*t)*C1)/exp(C2*C1)*a)/exp(b*t)
y
=
C1*exp(-b*t)
(C1^2/exp(1/b/exp(b*t)*C1)/exp(C2*C1)/(-1+1/exp(1/b/exp(b*t)*C1)/exp(C2*C1)*a)/exp(b*t)^2-C1^2/exp(1/b/exp(b*t)*C1)^2/exp(C2*C1)^2/(-1+1/exp(1/b/exp(b*t)*C1)/exp(C2*C1)*a)^2/exp(b*t)^2*a)/a/C1*exp(1/b/exp(b*t)*C1)*exp(C2*C1)*(-1+1/exp(1/b/exp(b*t)*C1)/exp(C2*C1)*a)*exp(b*t)
有可能是你的matalb安装不完整,没有包含到dsolve()这个函数文件吧,
你下个新的版本或重新安装看看吧