Feeds
提问
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 ...
2 years 前 | 1 个回答 | 0
1
个回答提问
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 = ...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答Discussion
I need some help with this progrma as it is a infinite loop and i don´t know how to stop it.
%This is the code. I have to introduce a small value, for example, e = 0.01 %and the loop has to stop when de difference in abs...
3 years 前 | 0
