Isuru Weeraratna
Asian Institute Of Technology
2011 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,642
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
A particle moves along a straight line with an acceleration of a = 5 / (3s^1/3 + s^5/2), where s is in meters. Then it asks us to determine the particle's velocity when s = 2m, if it starts from rest when s = 1m. having a problem creating the simpson rule
Hint: have to modify the trapezium rule 1st function y = trap( fn, a, b, h ) n = (b-a)/h; x=a+[1:n-1]*h; y = sum(f...
14年以上 前 | 0 件の回答 | 0
0
回答質問
Why is my linear search algorithm not producing the output?
% begins by comparing x and a1 i := 1 while(i =< n and x /= a1) i := i + 1 if i =< n loca...
14年以上 前 | 1 件の回答 | 0
