Statistiques
2 Questions
0 Réponses
RANG
148 972
of 301 447
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 284
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 609
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
showing undefined variable error
idEp(n)=tm*dEq idp_eff(n)=(K*idEp(n))-(((3*G*K*(M-ny(n)).*dEq)+(-1*K*K*ny(n).*(M-ny(n))*idEp(n)))/((3*G-(K*ny(n).*(M-ny(n))))...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Can we use for loop in bisection method for root finding instead of while loop
f = @ (x) x.^2+5.*x-10 ; xl=0; xu=10; xm = (xl+xu)/2; tol = 1e-10; iter = 0; while(abs(f(xm))>tol) %do bise...
presque 7 ans il y a | 2 réponses | 0