Clear Filters
Clear Filters

Coupled Equations with spatial and time evolution using ode45

5 views (last 30 days)
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

Answers (1)

Torsten
Torsten on 18 Jan 2017
Split in real and imaginary part and solve the system of 4 equations using pdepe.
Best wishes
Torsten.
  6 Comments
Pavan Kumar
Pavan Kumar on 25 Jan 2017
Hii Torsten, Can these equations be solved using split step fourier method. My professor has adviced me using that since it is much easier and faster.
Any help would be really fruitful

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!