Isuru Weeraratna
Asian Institute Of Technology
2011년부터 활동
Followers: 0 Following: 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
