I am using a ti-89,basic programming
I need to store to variable with a loop
for example
For i,1,3
define ((x-a)^i)*(x-b)="f"&string(i)
endfor
it's not right but that's the idea
so in the end i have the variables
f1=(x-a)*(x-b),f2=(x-a)^2*(x-b),f3=(x-a)^3*(x-b)
How can I do that?
Is it possible to store functions as well? how?
Thank you