Isuru Weeraratna
Asian Institute Of Technology
Followers: 0 Following: 0
Statistiques
2 Questions
0 Réponses
RANG
109 134
of 301 454
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 287
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 632
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
plus de 14 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 14 ans il y a | 1 réponse | 0
