Statistiques
2 Questions
0 Réponses
RANG
239 115
of 301 454
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 287
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 632
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
Error in Matlab ode45
function dxdt = amanda1(t,x) dxdt = zeros(2,1); dxdt(1) = (1/40)*(3.01 - x(1)) - 10000 * exp(-4000/x(2) )* x(1) dxdt(...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Taylor and Euler Method for ODE
y'-sin(4t)=0 y(0)=-0.25. 1. Use Taylor method to solve up to t4 for 20 steps, h=0.1.
plus de 9 ans il y a | 1 réponse | 0
