photo

Anthony Ming


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
283.276
of 301.195

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
16.67%

VOTI RICEVUTI
0

RANK
 of 21.190

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.322

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta