photo

khalida


Last seen: 12 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0