What is wrong with this equation?

1 次查看(过去 30 天)
Andy
Andy 2013-5-8
I am able to get a solution from this:
[x,y] = dsolve('Dx=-3*x+(5/2)*y','Dy=(-5/2)*x+2*y','t')
But I get an error from this:
[x,y] = dsolve('Dx=2*x+(-5/2)*y','Dy=(9/5)*x-*y','t')
Is there a particular reason why dsolve will not solve this?

回答(1 个)

Youssef  Khmou
Youssef Khmou 2013-5-8
hi,
no its fine, remove the asterisk
[x,y] = dsolve('Dx=2*x+(-5/2)*y','Dy=(9/5)*x-y','t')

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by