photo

MD


Last seen: 7 månader ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Answered
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 månader ago | 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 månader ago | 1 answer | 0

1

answer

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 månader ago | 3 answers | 0

3

answers

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

ungefär 5 år ago | 1 answer | 0

1

answer