
Aryo Aryanapour
Statistics
7 질문
0 답변
순위
193,127
of 257,684
평판
0
참여
7 질문
0 답변
답변 채택
85.71%
획득한 표
0
순위
of 109,938
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
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...
4달 전 | 답변 수: 2 | 0
2
답변질문
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...
4달 전 | 답변 수: 0 | 0
0
답변질문
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...
4달 전 | 답변 수: 1 | 0
1
답변질문
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...
5달 전 | 답변 수: 1 | 0
1
답변질문
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 ...
5달 전 | 답변 수: 1 | 0
1
답변질문
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 ...
6달 전 | 답변 수: 1 | 0
1
답변질문
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 ...
약 1년 전 | 답변 수: 1 | 0