photo

Ishmum Monjur Nilock


Last seen: 10 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
207,355
of 300,057

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,162

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Can't get a proper solution with modified secant method
Hi all, I have built a code for modified secant method to find the root of the function f(x)= which is given below. The output o...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Help me I am unable to input array
Hello everyone, when I try to input numbers as array like [1 2 3 4] and want to print the output as array that I gave as input, ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Error while finding root of an equation using regula falsi method
Hi, I am facing problem on determining the root of the equation using Regula falsi/false position method. But I find no root, ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


help me in trying to solve the secant method
Hello all I try to write the code for secant method below: clear all close all clc n=100; err=0.004; x0=0.5; x1=1; x(1)...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Generating a definite matrix
Hello, I am unable to find the code of generating the matrix A=[1 0 0 0 ...

6 years 前 | 1 个回答 | 0

1

个回答