ode45 Runge Kutta

52 次查看(过去 30 天)
sonia NGUEMA
sonia NGUEMA 2024-11-13,13:35
编辑: sonia NGUEMA 2024-11-14,13:24
dx1/dz=0.5*beta2*x1*x4 evolution of amplitude
dx2/dz=-beta2*x5 evolution of position
dx3/dz=-beta2*x3*x4 evolution of width
dx4/dz=-4*beta2/x3^4+beta2*x4^2-gamma*x1^2/x3^2
dx5/dz=0
beta2 is dispersion of velocity group
gamma is nonlinear coefficient
  3 个评论
Cris LaPierre
Cris LaPierre 2024-11-13,15:09
Consider taking a look at some of the other questions asked about implementing a 4th order Runge-Kutta in MATLAB.
Walter Roberson
Walter Roberson 2024-11-13,19:57
You still appear to be missing the equation for dx5/dz ?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by