Aryo Aryanapour
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
81,364
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
3 years ago | 2 answers | 0
2
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0