Question: Why I couln't receive the value of Wn[0, 0, 1] in the following loop?

 

Why I couln't receive the value of Wn[0, 0, 1] in the following loop?

Download sual.mw

 

> restart;

>for n from 1 to 3 do

Wn[0 .. 1, 0 .. 1, n] := n*ArrayTools:-Alias(Matrix(2, 2, [[3, 1], [1, 3]]), [0 .. 1, 0 .. 1])

end do:
>Wn[0, 0, 1];

Wn[0, 0, 1]

 

Please Wait...