Hello everyone,
I want to solve 4 partial differencial equation with two differents variables (Time, and Lenght) using matlab software through ODE function.
I am going to show you an example of the equations:
dX/dt=a*b/s-d;
dY/dt=a*(b1-b2)*dY/dz
dW/dt=c*(b1-b2)
dQ/dt=-a*dQ/dz+b
All types of suggestions are highly appreciable.
Thanks