Hi,
I want to analyze a system of ODEs arising in biology of the form:
x'=a1*x*z
y'=b1*x + b2*y
z'=c1 + c2*z + c3*y*z
with x,y,z state variables and a1,b1,b2,c1,c2,c3 constant parameters.
The difference to a linear system of diffs eqs. is that two state variables are multiplied...