photo

MD


Last seen: 7 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
converging criteria problem in for loop in bisection method of finding roots.
close all clear all % Finding normal polynomial roots of single variable by using bisection % method. y = @(x) (x.^3)-x-11; ...

8 Monate vor | 0

Frage


problem with fprintf command
i don't get the all values of the respective variable column wise. Code: close all clear all y = @(x) x.^3-x-11; x = -10:1:...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


converging criteria problem in for loop in bisection method of finding roots.
problem: finding roots of the polynomial x3-x-11 by using bisection method. Code: close all clear all y = @(x) (x.^3)-x-11; ...

8 Monate vor | 3 Antworten | 0

3

Antworten

Frage


there is always zero elements
Hi. right now i am tryign to learn descriptive statistics and produce them in matlab environment. let us consider, c = [ 1...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort