Statistiques
3 Questions
0 Réponses
RANG
120 935
of 301 708
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 391
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 174
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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; ...
plus de 8 ans il y a | 1 réponse | 0
