Community Profile

photo

Sourin Dey


Last seen: 3年以上 前 2017 年からアクティブ

統計

  • First Review
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


I failed to solve 4 equation differential equation. I'm giving the code. the same code for two equation worked well. The point the program stuck is dsolve(ode1,ode2,ode3,ode4) or dsolve(odes) and never it finishes.
syms u(t) v(t) x(t) y(t) ode1 = diff(u,t) == 3*u + 4*v +5*x +6*y; ode2 = diff(v,t) == -4*u + 3*v +9*x +8*y; ode3 ...

6年以上 前 | 2 件の回答 | 0

2

回答