photo

MD


Last seen: 7개월 전 2019년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

답변 있음
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개월 전 | 0

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 3 | 0

3

답변

질문


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

대략 5년 전 | 답변 수: 1 | 0

1

답변