Statistiques
3 Questions
0 Réponses
RANG
62 534
of 301 172
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 183
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 200
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
Hi ,i have problem whit the function quad
% -u''=(3/2)*t^(1/2)+(2/3)*t^(3/2)+(2/3)-(2/3)*t, int(u'v')=int(fv) % u(0)=u(1)=0 clear;figure; n=10;% Nombre des noeuds a=0...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Error in Untitled1 (line 4) ySol(t) = dsolve(eqn,cond)
syms y(t) a eqn = diff(y,t) == a*y; cond = y(0) == 5; ySol(t) = dsolve(eqn,cond)
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Hi, I have problem with dsolve
syms h r v(x) h = 4.5 g = 4/pi A = pi expr = [h^2*(diff(v, 2)+2*i*h*diff(v) - g == 0)]; Dv=diff(v); cond = [v(0) == 0,Dv(0...
presque 6 ans il y a | 1 réponse | 0