photo

Bryce


Last seen: 約2ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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

約2ヶ月 前 | 0 件の回答 | 0

0

回答

質問


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

約2ヶ月 前 | 1 件の回答 | 0

1

回答