axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] CATS - Computer Algebra Test Suite


From: M. Edward (Ed) Borasky
Subject: Re: [Axiom-developer] CATS - Computer Algebra Test Suite
Date: Sun, 14 Oct 2007 14:50:08 -0700
User-agent: Thunderbird 2.0.0.6 (X11/20070728)

root wrote:
On another subject...

I've long had the notion that we need a Computer Algebra Test Suite
(CATS) that lays out the mathematics and then shows the same
mathematics done by a range of computer algebra systems.

I have a test suite of ODEs that I've put together than consists of a
couple thousand ODEs, some of which I've recently added to the input
file subdirectory for regression testing. I also have a test suite of
about 4k integrals, which continues to grow.  And I'm looking to build
a similar test suite for series, etc.

I'm classifying the various equations based on increasing complexity.
I've also built a special purpose copy of Axiom that highlights the
exact code used to solve the problem and I'm annotating the code with
the equations it solves. Eventually this will give us a list of the
algorithms that Axiom implements as well as standard test case inputs.

I expect that this classification scheme will give us a place to
"hang algorithms" that solve the particular subclass of problems.
Such a classification scheme will allow us to be specific about
what algorithms are missing and we'll have a more scientific basis
for forward progress.

For this effort I've been generating the ODEs for Axiom and
also running the same ODES thru Mathematica, Maple, Maxima,
and Reduce. Unfortunately not all of these systems can generate
mathml. Given that you're tightly wired into the mathml work
do you know of some reasonable editor where I can type an
equation or the latex for an equation and generate the mathml?

Tim



_______________________________________________
Axiom-developer mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/axiom-developer


Well ... the two main WYSIWIG open-source TeX editors are LyX and TeXmacs. I have them both loaded on my machine. I prefer LyX and rarely use TeXmacs. However, there does not appear to be any MathML capability in LyX. It will, however, export to HTML.

TeXmacs, on the other hand, does claim to be able to export to MathML. In addition, TeXmacs has the ability to start up an Axiom session and capture the interactions in a document. TeXmacs has a keyboard mapping similar to emacs, so if you're used to emacs, you'll probably find TeXmacs easier to use than I've found it. :)

I don't have TeXmacs and Axiom loaded on this machine, so I can't make a sample output. In any event, if you've got any reasonable Linux distro (Debian/Ubuntu, Fedora/Red Hat/CentOS, Gentoo, SuSE, Slackware, etc.) you should be able to install TeXmacs from either the distro repository or the upstream source and try it out.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]