Question: Matrix syntax help request

Student here. I'm having a real hard time with Maple's help. Can someone tell me how to create F, without having to type the whole thing in (like I just did) each time I change N. F is really just columns of omega raised to the (column-1)*(row-1) power

I also need help with the syntax for pulling out a column of F, and multiplying A (an NxN matrix) by that column,

A*F(column n):

 

>restart;
>N:=2^3;

>ω:=N->e-2πI/N;

 

 

 

I am using Maple14 in Worksheet mode.

Thank you.

J

Please Wait...