Question: Properly initialize a two dimensional array...

Hi, I want to create an array as following:

Array(0 .. t, 1 .. 2)

I need to initialize it with <i, 0> where i is the index of each element. The Maple help suggests to use a "set of equations of the form (indices) = value". But I have no idea what that actually means. "(indices) = value" is totally unspecific to me. I guess I have to name the indices first or something like that...

Thanks in advance.

Please Wait...