Community Profile

photo

Ishmum Monjur Nilock


Last seen: mehr als 2 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort