Implicit multiplication



On 11/13/11, Luasjian <luasjian at gmail.com> wrote:

> Until now, I only found functionality to get MathML out (not in).
>
>> In any event, if you have XML at hand, skip the text conversion
>> and go directly to Maxima.
>
> It would be so nice if this is already possible.

Looks like share/contrib/maximaMathML has code to parse MathML
input as well as create output. The parser appears to be in mathml-maxima.lisp.
The comment at the end of maximaMathML.lisp says:

;;; enables mathml content code input to maxima
;;; use the command mathml(); followed by <math>...</math> from stdin


Let us know how it works out!

best

Robert Dodier