Question: a Matrix that it's column are function

Hi

please help me in the following problem:

h[i](t) are  functions , i=0,1,..,31

                for example: 

                for i from 0 to m-1 do

                h[i]:=unapply(t^i);

                end:

H(t) is a vector that it,s elements are h[i](t)

               for example: I wright   H:=unapply(<h[0](t),h[1](t),...,h[31](t)>,t);

M is a matrix that column i's is H(i/32)

                I wright : M:=<H(0) | H(1/32) | ... | H(31/32)>;

and unfortunately my command did not work for me! I read some book but could n't solve that.

so If it's possible , answer me

so thanks

Please Wait...