photo

Utku Palakci


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
29.136
of 300.369

REPUTACIÓN
1

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
80.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

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 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Plot in Bisection Method
%% Bisection Method % f(x) = 2sin(x) + 2cos(x) a = -1; b = 1; tol = 10^-3; iter = 0; fprintf('iter \t a \t ...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Roots with Bisection and Newton Raphson methods
Hi, How can I write a single script which tries to find the roots of the following functions using both the Bisection and Newto...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Interpolation with a smooth curve
How can I write a script that plots the data and then interpolates it with a smooth curve (plot the curve too). also find and p...

casi 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


3rd degree polynomial interpolation in functions
How can I find "y" at "x=28" with 3rd degree? x y 0 0 10 0.2 15 0.5 20 0.9 ...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Determining the 4th degree polynomial
I need help about determine the 4th degree polynomial y(x) that passes through the following points: (0,−1), (1, 1), (3, 3), (5...

casi 7 años hace | 1 respuesta | 0

1

respuesta