I have three functions f,g,h and I want to create an n by 3 matrix with columns:
[f(1), f(2), f(3), ..., f(n)] , [g(1), g(2), ..., g(n)] , [h(1), h(2), ..., h(n)]
I can do this for a particular positive integer n, but I would like be able to just input n and get the n by 3 matrix. I am new to Maple and could not find an answer easily. Thanks.