photo

Daniel


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 3 | 0

3

답변