ode45 Runge Kutta
조회 수: 1 (최근 30일)
이전 댓글 표시
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
2024년 11월 13일
Consider taking a look at some of the other questions asked about implementing a 4th order Runge-Kutta in MATLAB.
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!