photo

Daniel


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten