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

回答