photo

siddharth tripathi


Pilani Student

Aktiv seit 2017

Followers: 0   Following: 0

Nachricht

Statistik

All
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Kanal


Today
Hello

mehr als 6 Jahre vor

Kanal


final

mehr als 6 Jahre vor

Frage


Need help with differential equations , getting error that "free variable must be used in vars"
I am trying to solve the equations : du/dt = k1*s - k2*v*u dv/dt = k3*s - k4*u*v For this i followed the code : syms...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Getting an error solving differential equation "free variable must be included in vars"
Hi. I am trying to solve the equations : du/dt = k1*s - k2*u*v dv/dt = k3*s - k4*v where s = floor(t/4) Now i wrote the ...

etwa 7 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Explicit solution could not be found.. > In dsolve at 194
here is my code : >>sums u(t) v(t) >>ode1= diff(u)==u^2/v - u >>ode2= diff(v) == u^2-v >>odes=[ode1;ode2]

etwa 7 Jahre vor | 2 Antworten | 1

2

Antworten