hello,

in notepad I succeed
> %maxima
> pp(ex) := concat(if atom(ex) then ex  else concat(op(ex), "(", 
> apply(concat, map(pp, args(ex))), ")"), ",") 
but this doesn't do the trick
> pp = maxima.function('ex', 'concat(if atom(ex) then ex  else 
> concat(op(ex), "(", apply(concat, map(pp, args(ex))), ")"), ",")')
any suggestions?
thanks

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-forum
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to