photo

MD


Last seen: 7 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Risposto
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 mesi fa | 0

Domanda


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 mesi fa | 1 risposta | 0

1

risposta

Domanda


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 mesi fa | 3 risposte | 0

3

risposte

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta