grinding to C, colnew



On 03/08/2011 05:20 PM, Michel Talon wrote:
>
> Anyaways, in doing that, i have seen two small problems.
>
> First, there is a function "push" documented in maxima manual, but
> it doesn't work:
> niobe% maxima
> (%i1) push(1,[]);
> (%o1)                             push(1, [])
>
>    

load(basic)$

will help.

Also second argument must be a symbol, which references a list.


Alex