Isuru Weeraratna
Asian Institute Of Technology
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
109,149
of 301,344
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,239
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,068
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
