Statistics
3 Questions
0 Answers
RANK
127,132
of 301,777
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,416
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,473
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Newton’s method to determine roots / I'm not sure if what I got so far is correct
<</matlabcentral/answers/uploaded_files/116339/270MATLAB3.JPG>> >> x = 3; Tol = 0.001; count = 0; dx...
8 years ago | 1 answer | 0
1
answerQuestion
How to apply bisection method to determine roots
<</matlabcentral/answers/uploaded_files/116310/mathworks_question.JPG>> >> y=@(x) x^3-3*x^2-x+9; xL=-2; xR=-1; err=0.001; ...
8 years ago | 2 answers | 0
2
answersQuestion
I'm not sure how to set the stop criterion in the bisecting method
<</matlabcentral/answers/uploaded_files/115935/270-Matalb.JPG>> This is what I have so far.. f=@(x) (x^3)-(3*x^2)-(x...
8 years ago | 1 answer | 0

