photo

llucia


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

4 个提问
0 个回答

Discussions

1 个亮点

排名
276,076
of 300,753

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
1 个亮点

平均赞数
0

  • Thankful Level 2

查看徽章

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