photo

Anthony Ming


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
240.168
of 301.244

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
16.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.208

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.626

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta