Statistics
6 Questions
0 Answers
RANK
283,274
of 301,159
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,105
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
not obtaining a correct answer
Hello, for some reason this golden section method to find the optimization guess, isnt giving the correct answer, its only doing...
7 years ago | 0 answers | 0
0
answersQuestion
Trying to transfer this bisection to the golden ratio method
The output should be the imptimization guess. I am trying to convert this bisection method to the golden ratio method. I am not...
7 years ago | 0 answers | 0
0
answersQuestion
My code isnt looping until answer is found
function [n] = NEWTON(x,err) f1=@(x)(-9*x^5-8*x^3+12); f2=@(x)(45*x^4-24*x^2); %use equation xne...
7 years ago | 1 answer | 0
1
answerQuestion
Bisectional method Not always giving correct roots
My code sometimes does not give correct roots? Sometimes it will and other times it wont depending on the boundaries, please let...
7 years ago | 1 answer | 0
1
answerQuestion
Needing help with using newton raphson method to find roots
I'm needing to make a function to determine the root of the function using Newton-Raphson method. with output being the root and...
7 years ago | 1 answer | 0
1
answerQuestion
Matlab taking a very long time to give output when my error limit is low
I am finding roots by the false position method. User inputs are upper and lower boundary (yu,yl) and error limit (err) It work...
7 years ago | 1 answer | 0
