Community Profile

photo

Daniel


Actif depuis 2011

Followers: 0   Following: 0

Contact

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Summation with looping
Find ∑((x^)n/n!) for x=1.8 and n=0 to 16. Okay, my first attempt to do this looked like: x = 1.8 For(0:16) xs = sum...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


Number of values between constraints
t=linspace(0,pi,1001); y=floor(100.*sin(t)); Find the number of values of y between 25 and 71, inclusive. Okay, so it...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


Sum of a list of numbers if they're a certain value or not
I have a list of numbers, and I'm trying to determine the sum of all of the numbers that have a value less than 55. I know that ...

plus de 12 ans il y a | 3 réponses | 0

3

réponses