photo

Morgan Tippett


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How do I make the values appear in the table?
n=zeros(1,20); for i=1:20 n(i)=1*10^i; end % Calculate (1+1/n)^n evaulated for all the above n's appro...

6 years ago | 1 answer | 0

1

answer

Question


My program won't stop running and I cannot figure out why.
frac=0.525; b=7; A=[frac*b]; F=[floor(frac*b)]; frac=A(1)-F(1); while frac-floor(frac)~=0 A=horzcat...

6 years ago | 1 answer | 0

1

answer

Question


Write a program that generates a random number between 0 and 1
Write a program that generates a random number between 0 and 1

6 years ago | 0 answers | 0

0

answers