photo

Victor Manuel Ramers


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

answer

Question


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

answers

Question


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

1

answer