photo

MD


Last seen: 7 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 mois il y a | 0

Question


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 mois il y a | 1 réponse | 0

1

réponse

Question


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 mois il y a | 3 réponses | 0

3

réponses

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse