Question: please help me to creat a vector of functions

Hi

I want to creat a vector that every of it's element are a function of for example 't'.

for example:

I want to give such result :

gg[1]:=t->t;

gg[2]:=t->t^2;

...

but the for loop did not make me such result !

thanks

Please Wait...