On Apr 2, 12:25 am, Nils Bruin <nbr...@sfu.ca> wrote: > Removing these restrictions is probably a nice student project (you'll > get to see the internals of quite some parts of sage, but I don't > think it will ever be overly complicated)
Turns out there is a nasty complication. Any experts on symbolic_expression_from_maxima_string can probably weigh in. 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. See http://trac.sagemath.org/sage_trac/ticket/12796 The binary-level max_to_sr and sr_to_max are easily patched to handle these. -- 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