Ok, maybe im missing something basic but, i am trying to use the while command to define a variable that changes each iteration, and i can get that done but i cannot figure how to store each term of the variable, or is that impossible?
basically the code im using is,
while r>-1
t=y^r
r=r-1...