Maxima/Macsyma's Fortran envy strikes again!
At 08:39 AM 3/9/2012, Raymond Toy wrote:
>On Fri, Mar 9, 2012 at 5:49 AM, Miguel Marinho <miguelmarinho at seoutopia.com> wrote:
>Dear Sir,
>
>I would like to know if is possible to know the 1st element of a list (named a) by using a[0] in stead of using a[1].
>
>Example:
>
>a:[10,11,12]
>
>a[0]=10 ; a[1]=11 ; a[2]=12
>
>I'm not aware of any way to use zero-indexed lists in maxima.
>
>Ray