photo

MD


Last seen: 7 meses hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Respondida
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 meses hace | 0

Pregunta


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 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta