On Apr 2, 8:56 pm, Nils Bruin <nbr...@sfu.ca> wrote: > In short, the problem is that > > at( f(x,y,z), [x=u,y=v,z=w]) > > is valid in maxima but cannot be handled because of the list embedded > in an expression.
Problem solved by extending the grammar accepted by sage.misc.parser.Parser. Now an "arg" can also be a list. Patch up for review on: http://trac.sagemath.org/sage_trac/ticket/12796 -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org