photo

Utku Palakci


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
29 143
of 300 364

RÉPUTATION
1

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
80.0%

VOTES REÇUS
1

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 7 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 7 ans il y a | 1 réponse | 1

1

réponse

Question


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

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 7 ans il y a | 1 réponse | 0

1

réponse