![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/30573787_1689234316343_DEF.jpg)
khalida
Followers: 0 Following: 0
Estadística
0 Preguntas
4 Respuestas
CLASIFICACIÓN
136.490
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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....
más de 1 año hace | 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=@...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 0