Community Profile

photo

Aryo Aryanapour


Last seen: environ 2 ans il y a Actif depuis 2021

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


How can I find the last alpha_k value?
function main % Hauptfunktion x0 = 200; % Startwert für die erste Iteration. Ermittelt anhand des Plots der Funktion eps...

environ 2 ans il y a | 2 réponses | 0

2

réponses

Question


can someone help me pls with this code?
function main %UNTITLED Summary of this function goes here % Detailed explanation goes here x0 = 80; eps = 0.4; c_s = 5.6...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


Why doesn't Newton's method calculate the correct temperature
function main %UNTITLED Summary of this function goes here % Detailed explanation goes here x0 = 80; eps = 0.4; c_s = 5.6...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


Newton's method - problems in calculating alpha value
clear clc %UNTITLED Summary of this function goes here % Detailed explanation goes here x0 = 280; eps = 0.4; c_s = 5.67...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


Problems with the application of Newton's method
function [] = newton_raphson(func, diff, x0) %UNTITLED Summary of this function goes here % Detailed explanation goes here ...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


how save the calculated values ​​from the loop one after the other in a vector ?
This loop should calculate the dwell time and the sum function for me. For example, a time from zero to 46 is determined by the ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Why doesn't this matlab code work?!
>> x = -5:1:5; >> y = exp(x)*(x.^3-5*x.^2+5*x+1); Error using * Incorrect dimensions for matrix multiplication. Check that ...

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

1

réponse