photo

khalida


Last seen: 12 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Manual Runge-Kutta for system of two ODEs.
I am struggling to obtain the correct algorithm for the system of ODEs as follows: y'=z, z'=-((1+5x)/(2x(x+1))z-y^3+5x+11x^2+0....

1 year 前 | 0

已回答
Runge-Kutta function with a second order ODE
clear,clc % % % % % RK4 system of odes higher order h = 0.1; x_beg = 0; x_end = 0.7; y_initial= 0; z_initial= 0; F_xy=@...

1 year 前 | 0

已回答
Runge-Kutta function with a second order ODE
clear,clc % % % % % RK4 system of odes higher order h = 0.1; x_beg = 0; x_end = 0.7; y_initial= 0; z_initial= 0; F_xy=@(x...

1 year 前 | 0

已回答
RK 4th order for second order ODE
clear,clc % % % % % RK4 system of odes higher order h = 0.1; x_beg = 0; x_end = 0.7; y_initial= 0; z_initial= 0; F_xy=@(x...

1 year 前 | 0