AbsurdDitties

4 Reputation

2 Badges

15 years, 144 days

MaplePrimes Activity


These are questions asked by AbsurdDitties

How do I write a loop to store a set of values for t and n(t) into an array?

 

I wrote a loop to get the values:

>for t  from 1 by 1 to 25  do print(t, f(t)) end do

 

but don't even know where to begin with putting them into an array.

Thanks for any help.

Page 1 of 1