Question: How to simplify equations in Maple?

I want to simplify my equations in Maple

In case of MATLAB i can write


a= 1:0.5:150;

 e= [0.001 0.05 0.151 0.201 0.301 0.951 2];

s= kron([e], ones(1, 12));


But, how to write and create matrix in this form using Maple? 

 

Thanks in advance

Please Wait...