photo

Ishmum Monjur Nilock


Last seen: 11 månader ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
147 150
of 300 392

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

ungefär 5 år ago | 2 answers | 0

2

answers

Question


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, ...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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, ...

mer än 5 år ago | 0 answers | 0

0

answers

Question


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)...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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

ungefär 6 år ago | 1 answer | 0

1

answer