Question: MathMLEditor

Question:MathMLEditor

Cloyd Ezell 12 Maple

How do I simplify an expression imported from the MathMlEditor? For example, the following code is taken  from Maple help. I have saved the result in the variable abc.

with(Maplets[Elements]): maplet := Maplet([

    [BoxCell("Enter and expression")] , [MathMLEditor('reference'='ME1')],[Button("Done",Shutdown([ME1]))]  ]):

result := Maplets[Display](maplet): abc "= MathML[Import](result[1]);

If I enter the expression, x + x, the expression is returned unsimplified. Applying the "simplify" command seems to have no effect.

Thanks.

Cloyd 

 

 

Please Wait...