Statistics
2 Questions
0 Answers
RANK
177,319
of 302,044
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,510
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,376
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
Stuck again, trying to figure out why I'm not getting the right answer.
This is the inital question proposed: F = @(x) (x(1)^2+x(2)^2-2); x0=[0.1;0.1]; N=10; root=newton_j_2(F,x0,N); disp(F(root)...
3 years ago | 0 answers | 0
0
answersQuestion
Why doesn't my code work for Newton's Method
Find a minimum using the Newton's method with . f = @(x) cos(x) ./ x; x0 = 3; N = 10; %below is my code, f_p is f prime and ...
4 years ago | 1 answer | 0
