Statistiques
4 Questions
0 Réponses
RANG
125 100
of 300 365
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 20 933
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 262
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
Detecting an error in Muller method.
Hi! I am programming Muller method as I wan to find the complex roots of an ecuation. However, it does not work properly and I ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
I cannot the error in the bisection method...
Hi! I am trying to detect why my code doesn´t work properly. This is the code. f = @(x) x^3 + 2*x^2 + 10*x - 20; a = 0; b = ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
False Position method. How many itinerations should it take to find the root?
Hi! I am programming the false position method. However, with 100 itinerations, my program cannot find a root with an error smal...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
I cannot detect an error on Newton Method.
I am programming the Newton Method, but I doesn´t work. Someone could help me. I would really appreciate it. I also want to pl...
plus de 2 ans il y a | 1 réponse | 0
