n0_3sc
- 238
- 1
I have two PDE's. One in terms of dz and the other in terms of dt:
\frac{dI(t,z)}{dz}=aI(t,z) + bI^2(t,z) - cN(t,z)I(t,z)
and
\frac{dN(t,z)}{dt}=dI^2(t,z) - eN(t,z)
I know the function:
I(t)
I'd like advice on how to attempt this problem on MATLAB using the pde function. (Matlab's examples are too complex to follow).
\frac{dI(t,z)}{dz}=aI(t,z) + bI^2(t,z) - cN(t,z)I(t,z)
and
\frac{dN(t,z)}{dt}=dI^2(t,z) - eN(t,z)
I know the function:
I(t)
I'd like advice on how to attempt this problem on MATLAB using the pde function. (Matlab's examples are too complex to follow).