http://qs1969.pair.com?node_id=386213


in reply to XML Strategy For Computer Algebra

If your goal is to manipulate algebraic expressions, rather than investigate XML and XSL, you may want to try using a perl interface to an already extant symbolic engine. Writing symbolic engines for all but the simplest tasks and getting them correct in all the corner cases is hard. Mathematica had serious bugs in their integration code for years.

MAXIMA (yes, all caps, this started as a mainframe prog) is one of the original computer algebra systems, It was proprietary for years and was then released as open source. Symaxx is a Perl/Tk interface to MAXIMA that should serve as a nice example for interfacing with the engine.

-Mark

Replies are listed 'Best First'.
Re^2: XML Strategy For Computer Algebra
by Allan (Initiate) on Aug 27, 2004 at 05:14 UTC
    Someone already put togther an ASCII to MathML translation program. While I have not had a chance to look at it (and it seems to be written in Javascript) the link may be of use: http://asciimathml.sourceforge.net/