As many of you have experienced, the maplet MathMLEditor, has some problem when it comes to interpret correctly the typing functions, even some functions with the help of the palette.

I was trying to input this function : sin(4*x)+cos(2*x) but after moving form the unknown tag _XML_ error, I end up with misinterpretations of this function, to things like  4*sin(x)+cos(2*x).

So, the comments in this blog tells that the better solution is to use a TextField to get the input function, but now I face this problem

f := Get('txtFunction');
 

makes f an string with the value "sin(4*x)+cos(2*x)" so I can manipulate it, like calculating the derivative, or evaluating it.

Anybody can tell me how can I do this?

Thanks


Please Wait...