Community Profile

photo

Daniel


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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...

12 years ago | 2 answers | 0

2

answers

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...

12 years ago | 2 answers | 0

2

answers

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 ...

12 years ago | 3 answers | 0

3

answers