Question: If it is true I think it is a big problem in Maple

If I have the following expression 

K:=(j)->j  is an expression where j an index run from 1 to 10

Now, I want to fill a row matrix with this expression as follows

A := Matrix(1, 10, K)

I think this is true where the result is [ 1  2  3  4  ..... 10]

but this is not  true in maple

the result is     [1  1  1  1 ..... 1] 

can any one tell what is the truth.

Amr

Please Wait...