Statistik
2 Fragen
0 Antworten
RANG
294.296
of 301.379
REPUTATION
0
BEITRÄGE
2 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.244
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.273
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
I need help understanding this test file and how to use the modified secant method with it. Can someone explain what a(1) is referring to? and how can i use modified secant?
% This program is to test the Modified Secant for systems of equations % section of your function. h1 = @(a) a(1) + a(2) - 2; ...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
I continue to get this error and can't figure out how to fix it, Unable to perform assignment because the size of the left side is 1-by-4 and the size of the right side is 1-b
% Given temperature-depth data z = [0, -2.3, -4.6, -6.9, -9.2, -11.5, -13.8, -16.1]; % Depth in meters T = [22.8, 22.7, 22.5, ...
mehr als ein Jahr vor | 1 Antwort | 0