Coupled Equations with spatial and time evolution using ode45
2 次查看(过去 30 天)
显示 更早的评论
Hii Friends,
I have the following set of coupled equations.

where 'T' is time and 'Z' is distance.
Can anyone give me a hint on how to solve these equations using ODE45.
Thanking you.
Pavan
0 个评论
回答(1 个)
Torsten
2017-1-18
Split in real and imaginary part and solve the system of 4 equations using pdepe.
Best wishes
Torsten.