0
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.
You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.