Community Profile

photo

Anthony Ming


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort