Community Profile

photo

Sourin Dey


Last seen: mehr als 3 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten