Community Profile

photo

Mukhammadali Majidov


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I want to get minimum number of k for the sum of series to be greater than 10000. But I am getting S=0 and k=1 only.
S=0; k=1; while S>10000 S=(factorial(k-1))/2^(3*k+5); k=k+1; end k

5 years ago | 2 answers | 0

2

answers

Question


How can I get answers in an array? I am getting answers separately.
loop answer for t=linspace(-5,30,300) if t>=9 Q=15*sqrt(4*t)+10 elseif 0<=t && t<=9 Q=10*t+10 ...

5 years ago | 1 answer | 0

1

answer