Hello all,
I am currently trying to numerically analyze the system of differential equations below. I am struggling to solve g'(t), as it involves the partial differential equation w'(g(t)). My goal is to generate a simple plot that shows how the system changes over time. Attached is my code. Any suggestions would be greatly appreciated!
h'(t) = y(t)*(1-h(t))*g(t) - a*h(t)
y'(t) = y(t)*b*(1-c)*w(h(t)) - y(t)*d*(x(t)+y(t)), where w(h(t)) = h(t) - (1 - h(t))*g(t)
g'(t) = V*w'(g(t))
Alex
Attachments: