List and Array indexing



On 05/14/2012 08:03 PM, Evgeniy Maevskiy wrote:
> Can somebody explain to me the logic of indexing?
Perhaps this might help?: 
http://www.math.utexas.edu/pipermail/maxima/2006/000375.html

When you write something such as x[1], you might be referring to a list 
element or to an element of an array,
depending on how x was first defined. And if it is an array element, 
there different types of arrays.

Regards,
Jaime