Woppe
- 4
- 0
I need to solve the following system of differential equations:
\frac{\partial^2 y}{\partial t^2} + A\frac{\partial y}{\partial t} - B \frac{\partial^2 y}{\partial z^2} = Cq
<br /> \frac{\partial^2 q}{\partial t^2} + D\frac{\partial q}{\partial t} + q = E\frac{\partial^2 y}{\partial t^2}<br />
A,B,C,D and E are constants.
Is it possible to solve this using Matlab? In that case, how is it done? I have looked into the function pdepe but I could not figure out how to use it in this case.
\frac{\partial^2 y}{\partial t^2} + A\frac{\partial y}{\partial t} - B \frac{\partial^2 y}{\partial z^2} = Cq
<br /> \frac{\partial^2 q}{\partial t^2} + D\frac{\partial q}{\partial t} + q = E\frac{\partial^2 y}{\partial t^2}<br />
A,B,C,D and E are constants.
Is it possible to solve this using Matlab? In that case, how is it done? I have looked into the function pdepe but I could not figure out how to use it in this case.