Community Profile

photo

khalida


Last seen: 9 månader ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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....

9 månader ago | 0

Answered
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=@...

10 månader ago | 0

Answered
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...

10 månader ago | 0

Answered
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...

10 månader ago | 0