Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
120.814
of 301.589
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.343
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.641
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
Pregunta
I am trying to write a program that analyzes 3 equations using the Heun method and Runge-Kutta method. The step size is 60 and the final time is 600. If anyone knows how to start such a program it would really help.
if true % code end Equations: dP/dt = r1*P - r2*(P^2) P(1) = 50 r1 = 0.0225 r2 = 0.0003 dF/dt = s1F -s2(F^2) F...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
I can't get a graph from my code
n=0; t(1)=0; T(1)=50; Tout=375; k=0.0035; h=30; while T<160 n=n+1; slope=-k.*(T(n)-To...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
I keep getting an error saying index exceeds matrix dimensions
if true % code end n=1; t(1)=0; T(1)=50; Tout=375; k=0.0035; time=[0.0,0.5,2.0]; temps=[106,96,102]; h=30; ...
alrededor de 8 años hace | 1 respuesta | 0
